linux/drivers/gpu/drm/udl
Thomas Zimmermann 997d33c356 drm/udl: Inline DPMS code into CRTC enable and disable functions
DPMS functionality is only used by the CRTC's enable and disable
functions. Inline the code. The patch also adds symbolic constants
for the blank register and constants; according to udlfb, which is
a bit more detailed than DRM's udl.

v3:
	* use symbolic constants for blank, according to udlfb driver

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-5-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: Switch to atomic suspend/resume helpers 2019-12-11 17:02:16 +01:00
udl_drv.h drm/udl: Inline DPMS code into CRTC enable and disable functions 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: Inline DPMS code into CRTC enable and disable functions 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