Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/omapdrm
Laurent Pinchart e65837b5b2 drm: omapdrm: dpi: Remove unneeded regulator check
The dpi_display_enable() function ensures that a VDDS_DSI regulator is
available if the DSI uses the VDDS_DSI supply. This is not needed, as a
failure to get the VDDS_DSI supply will result in a probe failure,
dpi_display_enable() will thus never be called in that case.

Remove the check, and replace tests for the FEAT_DPI_USES_VDDS_DSI
feature with a test for the regulator object.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2017-08-15 15:18:25 +03:00
..
2017-06-02 10:57:13 +03:00
2015-03-24 13:50:55 +02:00
2017-06-02 11:04:17 +03:00
2017-06-02 10:57:21 +03:00
2013-02-16 17:38:06 -05:00
2013-02-16 17:38:06 -05:00