summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_cursor.c
diff options
context:
space:
mode:
authorJosé Roberto de Souza <jose.souza@intel.com>2021-07-12 17:38:49 -0700
committerJosé Roberto de Souza <jose.souza@intel.com>2021-07-13 10:05:51 -0700
commit1d2b8fd93ed592db6498bfb428ea288441b0f3b2 (patch)
tree05332c3e0f0349045cf3de5dd1e95ab70932f8ba /drivers/gpu/drm/i915/display/intel_cursor.c
parent8e55f99c510f38acb9b1b7552cb942eeb585795e (diff)
downloadlinux-1d2b8fd93ed592db6498bfb428ea288441b0f3b2.tar.gz
linux-1d2b8fd93ed592db6498bfb428ea288441b0f3b2.tar.bz2
linux-1d2b8fd93ed592db6498bfb428ea288441b0f3b2.zip
drm/i915/display: Settle on "adl-x" in WA comments
Most of the places are using this format so lets consolidate it. v2: - split patch in two: display and non-display because of conflicts between drm-intel-gt-next x drm-intel-next Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210713003854.143197-1-jose.souza@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_cursor.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_cursor.c b/drivers/gpu/drm/i915/display/intel_cursor.c
index bb61e736de91..f61a25fb87e9 100644
--- a/drivers/gpu/drm/i915/display/intel_cursor.c
+++ b/drivers/gpu/drm/i915/display/intel_cursor.c
@@ -383,7 +383,7 @@ static u32 i9xx_cursor_ctl(const struct intel_crtc_state *crtc_state,
if (plane_state->hw.rotation & DRM_MODE_ROTATE_180)
cntl |= MCURSOR_ROTATE_180;
- /* Wa_22012358565:adlp */
+ /* Wa_22012358565:adl-p */
if (DISPLAY_VER(dev_priv) == 13)
cntl |= MCURSOR_ARB_SLOTS(1);