Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/omapdrm
Tomi Valkeinen d9157dfd04 drm: omapdrm: omap_plane_setup() cannot fail, use WARN
With atomic modesetting, omap_plane_setup()'s return value is ignored as
the functions using it cannot fail. dispc_ovl_setup(), called by
omap_plane_setup(), can fail (but shouldn't).

Instead of returning an error from omap_plane_setup() which gets
ignored, return void and use WARN if dispc_ovl_setup() fails.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2015-06-12 22:52:51 +03:00
..
2013-08-19 10:36:16 +10:00
2015-03-24 13:50:55 +02:00
2015-06-12 22:52:46 +03:00
2015-06-12 22:52:46 +03:00
2015-06-12 22:52:46 +03:00
2013-02-16 17:38:06 -05:00
2013-02-16 17:38:06 -05:00
2013-02-16 17:38:06 -05:00
2013-02-16 17:38:06 -05:00