diff options
author | 2024-12-17 15:02:38 +0530 | |
---|---|---|
committer | 2024-12-24 15:20:00 +0530 | |
commit | ad784c97876649ece9dd78a550e96c9386725002 (patch) | |
tree | b875c240bfa6248b934eae9147e26de4a8a9e9a0 /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | drm/i915/dp_mst: Use helpers to get dsc min/max input bpc (diff) | |
download | wireguard-linux-ad784c97876649ece9dd78a550e96c9386725002.tar.xz wireguard-linux-ad784c97876649ece9dd78a550e96c9386725002.zip |
drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
Currently we are including both max_requested_bpc and
limits->pipe.bpp_max while computing maximum possible pipe bpp with dsc.
However, while setting limits->pipe.max_bpp, the max_requested_bpc is
already taken into account.
Drop the redundant check for max_requested_bpc and use only
limits->pipe.bpp_max. This will also result in dropping conn_state
argument in functions where it was used only to get max_requested_bpc.
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241217093244.3938132-9-ankit.k.nautiyal@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions