✓ CI.checkpatch: success for DP DSC min/max src bpc fixes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 20 10:42:04 UTC 2024
== Series Details ==
Series: DP DSC min/max src bpc fixes (rev2)
URL : https://patchwork.freedesktop.org/series/139490/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7f0480dc294746b4af70bd2a4cf4733849e24d93
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Wed Nov 20 16:08:02 2024 +0530
drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
The helper intel_dp_compute_config_link_bpp_limits is the correct place
to set the DSC link limits. Move the code to this function and remove
the #TODO item.
v2: Add argument intel_connector to the helper to get correct connector
for DP MST. (Imre)
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch ccf64319402f90f68549e2047a7f985a46436e41 drm-intel
c0471df69518 drm/i915/dp: Refactor FEC support check in intel_dp_supports_dsc
1ef0ccff4d89 drm/i915/dp: Return early if DSC not supported
e7f860ed6beb drm/i915/dp: Separate out helper for compute fec_enable
506e79a7643f drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
8735c86b12d9 drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers
fba997220178 drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
66b82e95ed8a drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
43d00242c1f8 drm/i915/dp: Refactor pipe_bpp limits with dsc
435139c85fa1 drm/i915/dp_mst: Refactor pipe_bpp limits with dsc for mst
1921aae4068d drm/i915/dp: Use clamp for pipe_bpp limits with DSC
6681687ef797 drm/i915/dp: Make dsc helpers accept const crtc_state pointers
7f0480dc2947 drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
More information about the Intel-xe
mailing list