]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dp: Check if force_dsc_output_format is possible
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 17 Aug 2023 14:24:59 +0000 (19:54 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Fri, 18 Aug 2023 04:12:26 +0000 (09:42 +0530)
commit7adfec8c3374faa6b31da34220bd885b3b970903
tree8026abc2707ee955b151d5b907cc9cf0292247f0
parent61d340faaa5b4e2ec242d5942effce3b02f95b88
drm/i915/dp: Check if force_dsc_output_format is possible

Currently for testing an output format with DSC, we just force the
output format, without checking if it can be supported.
This also creates an issue where there is a PCON which might need to
convert from forced output format to the format to sink format.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230817142459.89764-19-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c