diff options
author | 2024-12-17 15:02:42 +0530 | |
---|---|---|
committer | 2024-12-24 15:20:02 +0530 | |
commit | 57b763dd23d1df11b45ee44c5e150a8dde43efe7 (patch) | |
tree | 5d76684f5591b64765e6d550a71c0ec19b0c7f7e /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | drm/i915/dp: Use clamp for pipe_bpp limits with DSC (diff) | |
download | wireguard-linux-57b763dd23d1df11b45ee44c5e150a8dde43efe7.tar.xz wireguard-linux-57b763dd23d1df11b45ee44c5e150a8dde43efe7.zip |
drm/i915/dp: Make dsc helpers accept const crtc_state pointers
Modify the dsc helpers to get max/min compressed bpp to accept
`const struct intel_crtc_state *` pointers instead of
`struct intel_crtc_state *`.
These helpers are not supposed to modify `crtc_state`.
Accepting const pointers will allow these helpers to be called from
functions that have const pointer to crtc_state.
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-13-ankit.k.nautiyal@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions