✗ CI.checkpatch: warning for drm/i915/dsc: don't mess up splitter state in joiner or dsc config
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 13 15:10:40 UTC 2024
== Series Details ==
Series: drm/i915/dsc: don't mess up splitter state in joiner or dsc config
URL : https://patchwork.freedesktop.org/series/134826/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ea300fead2cca7ec4a19acc7dc79f9199de28ff8
Author: Jani Nikula <jani.nikula at intel.com>
Date: Thu Jun 13 18:04:24 2024 +0300
drm/i915/dsc: don't mess up splitter state in joiner or dsc config
The driver handles splitter (for MSO) and joiner/dsc configuration in
different places. Avoid messing up the splitter state when
enabling/disabling joiner or dsc.
Note: We should probably handle splitter for MSO as well as dual-link
DSI in intel_vdsc.c. Also, we have intel_uncompressed_joiner_enable()
but no corresponding disable.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1668
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch da370b38472debe8f38360e3beb4483e13c3e7b3 drm-intel
ea300fead2cc drm/i915/dsc: don't mess up splitter state in joiner or dsc config
-:79: WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#79: FILE: drivers/gpu/drm/i915/display/intel_vdsc_regs.h:40:
+#define SPLITTER_STATE (SPLITTER_ENABLE | SPLITTER_CONFIGURATION_MASK | OVERLAP_PIXELS_MASK)
total: 0 errors, 1 warnings, 0 checks, 48 lines checked
More information about the Intel-xe
mailing list