aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_plane.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_plane.c')
-rw-r--r--drivers/gpu/drm/drm_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_plane.c b/drivers/gpu/drm/drm_plane.c
index 8ad20af88ed7..7b7275f0c2df 100644
--- a/drivers/gpu/drm/drm_plane.c
+++ b/drivers/gpu/drm/drm_plane.c
@@ -37,7 +37,7 @@
37 * rotation or Z-position. All these properties are stored in &drm_plane_state. 37 * rotation or Z-position. All these properties are stored in &drm_plane_state.
38 * 38 *
39 * To create a plane, a KMS drivers allocates and zeroes an instances of 39 * To create a plane, a KMS drivers allocates and zeroes an instances of
40 * struct &drm_plane (possibly as part of a larger structure) and registers it 40 * &struct drm_plane (possibly as part of a larger structure) and registers it
41 * with a call to drm_universal_plane_init(). 41 * with a call to drm_universal_plane_init().
42 * 42 *
43 * Cursor and overlay planes are optional. All drivers should provide one 43 * Cursor and overlay planes are optional. All drivers should provide one