linux/drivers/gpu/drm/tidss
Tomi Valkeinen a8d9d7da15 drm/tidss: remove AM65x PG1 YUV erratum code
AM65x PG1 has a HW issue with YUV pixel formats, resulting in wrong
colors on the screen. This issue is fixed in PG2 hardware.

The driver currently has code to hide YUV pixel formats from the
userspace. To support PG2, we would need to add code to detect the SoC
version and hide the YUV formats based on that.

However, as PG1 will be phased out and PG2 will be the main platform, a
much simpler solution is just to drop the code in question. The downside
is that the users will be able to use YUV formats on PG1, getting wrong
colors on the screen. On the other hand, that may also be a plus, as the
same applications will now work on PG1 and PG2, even if the colors are
wrong on PG1.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200429121022.3871-1-tomi.valkeinen@ti.com
Reviewed-by: Jyri Sarha <jsarha@ti.com>
2020-05-05 10:00:07 +03:00
..
Kconfig
Makefile
tidss_crtc.c drm/tidss: Don't use drm_device->dev_private 2020-04-28 15:58:18 +02:00
tidss_crtc.h drm/tidss: dispc: Fix broken plane positioning code 2020-02-28 14:48:58 +02:00
tidss_dispc_regs.h
tidss_dispc.c drm/tidss: remove AM65x PG1 YUV erratum code 2020-05-05 10:00:07 +03:00
tidss_dispc.h drm/tidss: remove AM65x PG1 YUV erratum code 2020-05-05 10:00:07 +03:00
tidss_drv.c drm/tidss: Don't use drm_device->dev_private 2020-04-28 15:58:18 +02:00
tidss_drv.h drm/tidss: Delete tidss->saved_state 2020-04-28 15:58:39 +02:00
tidss_encoder.c drm/tidss: Use simple encoder 2020-04-02 14:16:45 +02:00
tidss_encoder.h
tidss_irq.c drm/tidss: Don't use drm_device->dev_private 2020-04-28 15:58:18 +02:00
tidss_irq.h
tidss_kms.c drm/tidss: Don't use drm_device->dev_private 2020-04-28 15:58:18 +02:00
tidss_kms.h drm/tidss: Drop explicit drm_mode_config_cleanup call 2020-03-26 16:08:31 +01:00
tidss_plane.c drm/tidss: Don't use drm_device->dev_private 2020-04-28 15:58:18 +02:00
tidss_plane.h
tidss_scale_coefs.c
tidss_scale_coefs.h