OSDN Git Service

drm: omapdrm: Reset the zorder property when disabling a plane
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Jan 2015 21:56:57 +0000 (23:56 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:18 +0000 (14:30 +0200)
commit82e58855bc4f8442145cb2037e164a4b1f5cf854
tree18e0e75c8902e6e45ff21d96608c109009629cd6
parent2debab97a515374c01d50068de00c95f9befd260
drm: omapdrm: Reset the zorder property when disabling a plane

Whether to reset plane properties at disable time isn't well-defined in
DRM, but resetting only part of them is probably as bad as it can get.
Make the behaviour coherent by resetting the zorder property in addition
to the rotation property.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_plane.c