mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
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:
committed by
Damien Lespiau
parent
d2e4eb3619
commit
20e9cf38b7
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user