]> Pileus Git - ~andy/linux/commit
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 19 Dec 2011 22:06:43 +0000 (00:06 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 10:03:50 +0000 (10:03 +0000)
commite5e3b44c676be2dac97efd94e581e14a073e4ca7
tree68101c072a982ef722a05a2434c92a2b0146a4f2
parent81f6c7f873a69346762c9cd6347b908ba7035532
drm: plane: Clear plane.crtc and plane.fb after disable_plane()

These are the only indication to user space that the plane was disabled.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c