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:
Zhao Yakui
2014-02-11 10:48:46 +08:00
committed by Damien Lespiau
parent 54465b8ac5
commit d2e4eb3619
2 changed files with 15 additions and 1 deletions
+7
View File
@@ -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 */