All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] drm/i915/display Try YCbCr420 color when RGB fails
@ 2021-05-03 18:21 ` Werner Sembach
  0 siblings, 0 replies; 51+ messages in thread
From: Werner Sembach @ 2021-05-03 18:21 UTC (permalink / raw)
  To: wse, 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 2, now split up in multiple parts with some
minor restructuring added für a cleaner implementation.


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-05-05 14:00 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03 18:21 [Intel-gfx] [PATCH 0/4] drm/i915/display Try YCbCr420 color when RGB fails Werner Sembach
2021-05-03 18:21 ` Werner Sembach
2021-05-03 18:21 ` Werner Sembach
2021-05-03 18:21 ` [Intel-gfx] [PATCH 1/4] New function to avoid duplicate code in upcomming commits Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 18:21 ` [Intel-gfx] [PATCH 2/4] Add missing check Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-04  9:41   ` [Intel-gfx] " Ville Syrjälä
2021-05-04  9:41     ` Ville Syrjälä
2021-05-04  9:41     ` Ville Syrjälä
2021-05-05  9:32     ` [Intel-gfx] " Werner Sembach
2021-05-05  9:32       ` Werner Sembach
2021-05-05  9:32       ` Werner Sembach
2021-05-03 18:21 ` [Intel-gfx] [PATCH 3/4] Restructure output format computation for better expandability Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 21:03   ` [Intel-gfx] " kernel test robot
2021-05-03 21:03     ` kernel test robot
2021-05-03 21:03     ` kernel test robot
2021-05-03 21:03     ` kernel test robot
2021-05-03 22:55   ` [Intel-gfx] " kernel test robot
2021-05-03 22:55     ` kernel test robot
2021-05-03 22:55     ` kernel test robot
2021-05-03 22:55     ` kernel test robot
2021-05-04  9:54   ` [Intel-gfx] " Ville Syrjälä
2021-05-04  9:54     ` Ville Syrjälä
2021-05-04  9:54     ` Ville Syrjälä
2021-05-05  9:54     ` [Intel-gfx] " Werner Sembach
2021-05-05  9:54       ` Werner Sembach
2021-05-05  9:54       ` Werner Sembach
2021-05-05 12:15       ` [Intel-gfx] " Ville Syrjälä
2021-05-05 12:15         ` Ville Syrjälä
2021-05-05 12:15         ` Ville Syrjälä
2021-05-05 13:02         ` [Intel-gfx] " Werner Sembach
2021-05-05 13:02           ` Werner Sembach
2021-05-05 13:02           ` Werner Sembach
2021-05-05 13:59           ` [Intel-gfx] " Ville Syrjälä
2021-05-05 13:59             ` Ville Syrjälä
2021-05-05 13:59             ` Ville Syrjälä
2021-05-03 18:21 ` [Intel-gfx] [PATCH 4/4] Use YCbCr420 as fallback when RGB fails Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-03 18:21   ` Werner Sembach
2021-05-04 10:08   ` [Intel-gfx] " Ville Syrjälä
2021-05-04 10:08     ` Ville Syrjälä
2021-05-04 10:08     ` Ville Syrjälä
2021-05-05 13:18     ` [Intel-gfx] " Werner Sembach
2021-05-05 13:18       ` Werner Sembach
2021-05-05 13:18       ` Werner Sembach
2021-05-03 21:54 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display Try YCbCr420 color " Patchwork

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.