linux/drivers/gpu/drm/fsl-dcu
Stefan Agner b7d11305b8 drm/fsl-dcu: handle missing panel gracefully
If the device tree property fsl,panel is missing, drm_panel_attach
is called with a NULL pointer as first argument. Having a panel is
basically mandatory since RGB is the only supported connector.
Check if a panel node has been found, return -ENODEV and cleanup
otherwise.

Signed-off-by: Stefan Agner <stefan@agner.ch>
2016-04-25 20:45:32 -07:00
..
fsl_dcu_drm_crtc.c drm/fsl-dcu: use common clock framework for pixel clock divider 2016-04-25 20:27:18 -07:00
fsl_dcu_drm_crtc.h
fsl_dcu_drm_drv.c drm/fsl-dcu: add TCON driver 2016-04-25 20:27:18 -07:00
fsl_dcu_drm_drv.h drm/fsl-dcu: add TCON driver 2016-04-25 20:27:18 -07:00
fsl_dcu_drm_fbdev.c
fsl_dcu_drm_kms.c drm/fsl-dcu: handle initialization errors properly 2016-02-25 16:13:16 -08:00
fsl_dcu_drm_output.h
fsl_dcu_drm_plane.c drm/fsl-dcu: fix alpha blending 2016-02-25 16:13:16 -08:00
fsl_dcu_drm_plane.h
fsl_dcu_drm_rgb.c drm/fsl-dcu: handle missing panel gracefully 2016-04-25 20:45:32 -07:00
fsl_tcon.c drm/fsl-dcu: add TCON driver 2016-04-25 20:27:18 -07:00
fsl_tcon.h drm/fsl-dcu: add TCON driver 2016-04-25 20:27:18 -07:00
Kconfig
Makefile drm/fsl-dcu: add TCON driver 2016-04-25 20:27:18 -07:00