rendercopy/skl: Follow the spec to add the Pipeline selection mask

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Zhao Yakui
2014-01-22 09:37:26 +08:00
committed by Damien Lespiau
parent 8e62f78999
commit 5b46cd335d
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -10,4 +10,6 @@
#define GEN9_SBE_ACTIVE_COMPONENT_XYZ 2
#define GEN9_SBE_ACTIVE_COMPONENT_XYZW 3
#define GEN9_PIPELINE_SELECTION_MASK (3 << 8)
#endif