]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/display: Use YCbCr420 as fallback when RGB fails
authorWerner Sembach <wse@tuxedocomputers.com>
Mon, 10 May 2021 13:33:49 +0000 (15:33 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 May 2021 14:21:58 +0000 (17:21 +0300)
commit5f083d26b1d429186f01fcc59e02b418eb96d68f
tree99809071aaa340a6db5b5adb6ebce6abeda99afe
parentdedfd1a74ee854128be98163591af6e6c15ded15
drm/i915/display: Use YCbCr420 as fallback when RGB fails

When encoder validation of a display mode fails, retry with less bandwidth
heavy YCbCr420 color mode, if available. This enables some HDMI 1.4 setups
to support 4k60Hz output, which previously failed silently.

AMDGPU had nearly the exact same issue. This problem description is
therefore copied from my commit message of the AMDGPU patch.

On some setups, while the monitor and the gpu support display modes with
pixel clocks of up to 600MHz, the link encoder might not. This prevents
YCbCr444 and RGB encoding for 4k60Hz, but YCbCr420 encoding might still be
possible. However, which color mode is used is decided before the link
encoder capabilities are checked. This patch fixes the problem by retrying
to find a display mode with YCbCr420 enforced and using it, if it is
valid.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210510133349.14491-4-wse@tuxedocomputers.com
drivers/gpu/drm/i915/display/intel_hdmi.c