]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Mark ROW_CHICKEN5 as a masked register
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 10 Apr 2026 22:50:30 +0000 (15:50 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 29 Apr 2026 15:28:17 +0000 (11:28 -0400)
commit9407936237c98104873550219efedc286f28bbe9
treed334b23408c8cdd7e8d095c9ee194cdef3724846
parent2299d73562e68e85e358289438924572b01cfe19
drm/xe: Mark ROW_CHICKEN5 as a masked register

ROW_CHICKEN5 is a masked register (i.e., to adjust the value of any of
the lower 16 bits, the corresponding bit in the upper 16 bits must also
be set).  Add the XE_REG_OPTION_MASKED to its definition; failure to do
so will cause workaround updates of this register to not apply properly.

Bspec: 56853
Fixes: 835cd6cbb0d0 ("drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10")
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patch.msgid.link/20260410-xe3p_tuning-v1-3-e206a62ee38f@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
(cherry picked from commit cd84bfbba7feb4c1e72356f14de026dfda1a9e2a)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/regs/xe_gt_regs.h