linux/drivers/gpu/drm/atmel-hlcdc
Jose Abreu a57bf53e29 drm/atmel-hlcdc: Use crtc->mode_valid() callback
Now that we have a callback to check if crtc supports a given mode
we can use it in atmel-hlcdc so that we restrict the number of probbed
modes to the ones we can actually display.

Also, remove the mode_fixup() callback as this is no longer needed
because mode_valid() will be called before.

Signed-off-by: Jose Abreu <joabreu@synopsys.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: http://patchwork.freedesktop.org/patch/msgid/95fd6c06c58bd0b957e36a8d7068e6a74b581304.1495720737.git.joabreu@synopsys.com
2017-06-02 11:31:54 +02:00
..
Kconfig drm/atmel-hlcdc: make fbdev support really optional 2016-07-15 10:28:33 -04:00
Makefile drm/atmel-hlcdc: Simplify the HLCDC layer logic 2017-02-28 11:57:56 +01:00
atmel_hlcdc_crtc.c drm/atmel-hlcdc: Use crtc->mode_valid() callback 2017-06-02 11:31:54 +02:00
atmel_hlcdc_dc.c drm/atmel-hlcdc: Use crtc->mode_valid() callback 2017-06-02 11:31:54 +02:00
atmel_hlcdc_dc.h drm/atmel-hlcdc: Use crtc->mode_valid() callback 2017-06-02 11:31:54 +02:00
atmel_hlcdc_output.c drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs() 2017-04-18 11:52:45 +02:00
atmel_hlcdc_plane.c drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI 2017-05-22 09:49:48 +02:00