✗ CI.checkpatch: warning for drm/i915: fix MSO vs. joiner issue
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 14 11:16:30 UTC 2024
== Series Details ==
Series: drm/i915: fix MSO vs. joiner issue
URL : https://patchwork.freedesktop.org/series/134884/
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 bd905aee3016dd48dbcc12304c41d2d4f35b8971
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri Jun 14 13:16:04 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 hardware state when
enabling/disabling joiner or dsc. It should not be possible to enable
both joiner and splitter at the same time, but add more clarity to the
register use overall.
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.
Cc: Ville Syrjala <ville.syrjala at linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 00e9498b453447a5afe527bd0e174587b12f66d2 drm-intel
cd906e5f98de drm/i915/mso: using joiner is not possible with eDP MSO
bd905aee3016 drm/i915/dsc: don't mess up splitter state in joiner or dsc config
-:81: WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#81: 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