Skip to content
Commit cfb73f20 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: print error instead of WARN() if plane setup fails



omap_plane_atomic_update() does WARN_ON() if dispc rejects the given
plane config. Change that to dev_err() to lessen the possible spam.

To fix this correctly, the plane setup needs much more work by creating
a check function for dispc setup, so that we could reliably check the
config in atomic_check, instead of only noticing the problem when
programming dispc.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 70dd2a62
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment