✓ CI.checkpatch: success for drm/i915: Preserve value of fec_enable calculated before DSC compute config
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 12 08:34:46 UTC 2024
== Series Details ==
Series: drm/i915: Preserve value of fec_enable calculated before DSC compute config
URL : https://patchwork.freedesktop.org/series/137152/
State : success
== 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 58ee393001b69c552c867750a320c5f19dd817d5
Author: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
Date: Mon Aug 12 13:54:46 2024 +0530
drm/i915: Preserve value of fec_enable calculated before DSC compute config
Before DSC compute config, fec_enable value is set in other functions
(e.g. intel_dp_mst_find_vcpi_slots_for_bpp). We are ignoring the value by
OR'ing its value in DSC compute config. One unintended effect of this is
setting fec_enable in UHBR use-cases which is not needed for Intel
hardware. Therefore, change operator to AND.
While at it, add a comment explaining why we don't enable FEC in eDP v1.5.
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
+ /mt/dim checkpatch e2742fa214d806ebd04fc067da4235d82d269033 drm-intel
58ee393001b6 drm/i915: Preserve value of fec_enable calculated before DSC compute config
More information about the Intel-xe
mailing list