linux_dsm_epyc7002/drivers/gpu/drm/udl
Thomas Zimmermann 9fda81e00e drm/udl: Convert to struct drm_simple_display_pipe
Udl has a single display pipeline with a primary plane; perfect for
simple-pipe helpers. Convert it over. The old encoder and CRTC code
becomes unused and obsolete.

Exported formats for the primary plane are RGB565 and XRGB8888, with
the latter being emulated. The 16-bit format is the default and what
is used when communicating with the device.

This patch enables atomic modesetting for udl devices.

v3:
	* remove unused field crtc from struct udl_device
	* set crtc_state->no_vblank at beginning of enable()
v2:
	* move suspend/resume changes into separate patch
	* remove non-atomic code

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191210084905.5570-3-tzimmermann@suse.de
2019-12-11 17:02:16 +01:00
..
Kconfig drm/udl: Fix Kconfig indentation 2019-11-20 17:40:32 +01:00
Makefile drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_connector.c drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_connector.h drm/udl: drop use of drmP.h 2019-07-17 12:52:55 +02:00
udl_drv.c drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_drv.h drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_fb.c drm/udl: Remove field lost_pixels from struct udl_device 2019-12-06 13:52:33 +01:00
udl_gem.c drm/udl: Remove udl implementation of GEM's free_object() 2019-11-26 12:34:39 +01:00
udl_main.c drm/udl: Remove field lost_pixels from struct udl_device 2019-12-06 13:52:33 +01:00
udl_modeset.c drm/udl: Convert to struct drm_simple_display_pipe 2019-12-11 17:02:16 +01:00
udl_transfer.c drm/udl: Remove field lost_pixels from struct udl_device 2019-12-06 13:52:33 +01:00