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 FORCE_MEDIA_AWAKE in PIPELINE_SELECTION
The FORCE_MEDIA_AWAKE bit is added for the PIPELINE_SELECTION command and some instructions requires that the media enginee is awake. 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
54465b8ac5
commit
d2e4eb3619
@@ -374,4 +374,11 @@ struct gen8_surface_state
|
||||
|
||||
#define GEN9_PIPELINE_SELECTION_MASK (3 << 8)
|
||||
|
||||
/* If enabled, it will force awake media enginee and the following instructions
|
||||
* will require that the media enginee is awake.
|
||||
*/
|
||||
#define GEN9_FORCE_MEDIA_AWAKE_DISABLE (0 << 5)
|
||||
#define GEN9_FORCE_MEDIA_AWAKE_ENABLE (1 << 5)
|
||||
#define GEN9_FORCE_MEDIA_AWAKE_MASK (1 << 13)
|
||||
|
||||
#endif /* GEN8_MEDIA_H */
|
||||
|
||||
Reference in New Issue
Block a user