All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915/display: Try YCbCr420 color when RGB fails
@ 2021-05-06 17:23 ` Werner Sembach
  0 siblings, 0 replies; 34+ messages in thread
From: Werner Sembach @ 2021-05-06 17:23 UTC (permalink / raw)
  To: ville.syrjala, airlied, daniel, intel-gfx, dri-devel, linux-kernel

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.

This patchset is revision 5. Only change to 4 is a small whitespace error fix.
Resend because automation tools did not work with wrong e-mail format used
before.


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2021-05-07 21:25 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 17:23 [PATCH 0/3] drm/i915/display: Try YCbCr420 color when RGB fails Werner Sembach
2021-05-06 17:23 ` [Intel-gfx] " Werner Sembach
2021-05-06 17:23 ` [PATCH 1/3] drm/i915/display: New function to avoid duplicate code in upcomming commits Werner Sembach
2021-05-06 17:23   ` [Intel-gfx] " Werner Sembach
2021-05-06 17:23 ` [PATCH 2/3] drm/i915/display: Restructure output format computation for better expandability Werner Sembach
2021-05-06 17:23   ` [Intel-gfx] " Werner Sembach
2021-05-06 17:23 ` [PATCH 3/3] drm/i915/display: Use YCbCr420 as fallback when RGB fails Werner Sembach
2021-05-06 17:23   ` [Intel-gfx] " Werner Sembach
2021-05-06 17:35 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Try YCbCr420 color " Patchwork
2021-05-06 18:04 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-05-06 19:21 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-05-07  8:49 ` [PATCH v6 0/3] " Werner Sembach
2021-05-07  8:49   ` [Intel-gfx] " Werner Sembach
2021-05-07  8:49   ` [PATCH v6 1/3] drm/i915/display: New function to avoid duplicate code in upcomming commits Werner Sembach
2021-05-07  8:49     ` [Intel-gfx] " Werner Sembach
2021-05-07 17:47     ` Ville Syrjälä
2021-05-07 17:47       ` [Intel-gfx] " Ville Syrjälä
2021-05-07 17:47       ` Ville Syrjälä
2021-05-07 20:33       ` Werner Sembach
2021-05-07 20:33         ` [Intel-gfx] " Werner Sembach
2021-05-07 20:33         ` Werner Sembach
2021-05-07  8:49   ` [PATCH v6 2/3] drm/i915/display: Restructure output format computation for better expandability Werner Sembach
2021-05-07  8:49     ` [Intel-gfx] " Werner Sembach
2021-05-07 17:52     ` Ville Syrjälä
2021-05-07 17:52       ` [Intel-gfx] " Ville Syrjälä
2021-05-07 17:52       ` Ville Syrjälä
2021-05-07 17:56       ` Randy Dunlap
2021-05-07 17:56         ` [Intel-gfx] " Randy Dunlap
2021-05-07 17:56         ` Randy Dunlap
2021-05-07 21:24       ` Werner Sembach
2021-05-07 21:24         ` [Intel-gfx] " Werner Sembach
2021-05-07 21:24         ` Werner Sembach
2021-05-07  8:49   ` [PATCH v6 3/3] drm/i915/display: Use YCbCr420 as fallback when RGB fails Werner Sembach
2021-05-07  8:49     ` [Intel-gfx] " Werner Sembach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.