✓ CI.checkpatch: success for DP DSC min/max src bpc fixes (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 4 09:50:26 UTC 2024
== Series Details ==
Series: DP DSC min/max src bpc fixes (rev3)
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 b5847746f6a8e0435c084f226d1b2d9e2306ea77
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Wed Dec 4 14:56:42 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 01f05d37bed61bd0dddb698bfb2b1fe1e973eec8 drm-intel
d345d6b73522 drm/i915/dp: Refactor FEC support check in intel_dp_supports_dsc
19d2feab0921 drm/i915/dp: Return early if DSC not supported
e8226caef096 drm/i915/dp: Separate out helper for compute fec_enable
22510119e866 drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config
2ec00b9193d0 drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
a4cd73551fcd drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers
92420788b42a drm/i915/dp: Use intel_display in intel_dp_dsc_max_src_input_bpc()
8ffb211e144a drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
400e76dba80f drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
7f734552def3 drm/i915/dp: Refactor pipe_bpp limits with dsc
a6e637fc5862 drm/i915/dp_mst: Refactor pipe_bpp limits with dsc for mst
ba23f4cb742d drm/i915/dp: Use clamp for pipe_bpp limits with DSC
daf9fdec0b05 drm/i915/dp: Make dsc helpers accept const crtc_state pointers
b5847746f6a8 drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
More information about the Intel-xe
mailing list