projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf20a0
)
drm/i915: WaPushConstantDereferenceHoldDisable needs to modify a masked register
author
Oscar Mateo
<
[email protected]
>
Thu, 7 Sep 2017 15:40:06 +0000
(08:40 -0700)
committer
Chris Wilson
<
[email protected]
>
Thu, 7 Sep 2017 20:59:15 +0000
(21:59 +0100)
So do it correctly.
Cc: Chris Wilson <
[email protected]
>
Cc: Mika Kuoppala <
[email protected]
>
Cc: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Oscar Mateo <
[email protected]
>
Reviewed-by: MichaĆ Winiarski <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
Signed-off-by: Chris Wilson <
[email protected]
>
drivers/gpu/drm/i915/intel_engine_cs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_engine_cs.c
b/drivers/gpu/drm/i915/intel_engine_cs.c
index 0fb012369077c82a7b41f34183b7d8fa225c8176..6e24711c106c0f308de0aab1ce390876919d170f 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_engine_cs.c
+++ b/
drivers/gpu/drm/i915/intel_engine_cs.c
@@
-1101,7
+1101,7
@@
static int cnl_init_workarounds(struct intel_engine_cs *engine)
GAMT_ECO_ENABLE_IN_PLACE_DECOMPRESS));
/* WaPushConstantDereferenceHoldDisable:cnl */
- WA_SET_BIT(GEN7_ROW_CHICKEN2, PUSH_CONSTANT_DEREF_DISABLE);
+ WA_SET_BIT
_MASKED
(GEN7_ROW_CHICKEN2, PUSH_CONSTANT_DEREF_DISABLE);
/* FtrEnableFastAnisoL1BankingFix: cnl */
WA_SET_BIT_MASKED(HALF_SLICE_CHICKEN3, CNL_FAST_ANISO_L1_BANKING_FIX);