mediafill/skl: Follow spec to configure media sampler DOP clock gating in PIPELINE_SELECTION

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-02-11 10:48:47 +08:00
committed by Damien Lespiau
parent d2e4eb3619
commit 20e9cf38b7
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -381,4 +381,8 @@ struct gen8_surface_state
#define GEN9_FORCE_MEDIA_AWAKE_ENABLE (1 << 5)
#define GEN9_FORCE_MEDIA_AWAKE_MASK (1 << 13)
#define GEN9_SAMPLER_DOP_GATE_DISABLE (0 << 4)
#define GEN9_SAMPLER_DOP_GATE_ENABLE (1 << 4)
#define GEN9_SAMPLER_DOP_GATE_MASK (1 << 12)
#endif /* GEN8_MEDIA_H */