✗ CI.checkpatch: warning for drm/i915: Implement Dbuf overlap detection feature starting from LNL
Patchwork
patchwork at emeril.freedesktop.org
Fri Aug 23 06:30:09 UTC 2024
== Series Details ==
Series: drm/i915: Implement Dbuf overlap detection feature starting from LNL
URL : https://patchwork.freedesktop.org/series/137686/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 64f69f9069a8091366e8097df094f3630912ccd1
Author: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>
Date: Fri Aug 23 09:24:09 2024 +0300
drm/i915: Implement Dbuf overlap detection feature starting from LNL
From LNL onwards there is a new hardware feature, which
allows to detect if the driver wrongly allocated DBuf
entries and they happen to overlap. If enabled this will
cause a specific interrupt to occur.
We now handle it in the driver, by writing correspondent
error message to kernel log.
v2: Initialize dbuf overlap flag in runtime_defaults (Jani Nikula)
Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 7365d672ab38ee0eabb65fcd359e5774a8efbd70 drm-intel
64f69f9069a8 drm/i915: Implement Dbuf overlap detection feature starting from LNL
-:50: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#50: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:125:
+#define HAS_DBUF_OVERLAP_DETECTION(__i915) (DISPLAY_RUNTIME_INFO(__i915)->has_dbuf_overlap_detection)
total: 0 errors, 1 warnings, 0 checks, 58 lines checked
More information about the Intel-xe
mailing list