aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_encoder.c')
-rw-r--r--drivers/gpu/drm/drm_encoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_encoder.c b/drivers/gpu/drm/drm_encoder.c
index 5f0598e4bf6f..487cfe3989e8 100644
--- a/drivers/gpu/drm/drm_encoder.c
+++ b/drivers/gpu/drm/drm_encoder.c
@@ -30,8 +30,8 @@
30 * DOC: overview 30 * DOC: overview
31 * 31 *
32 * Encoders represent the connecting element between the CRTC (as the overall 32 * Encoders represent the connecting element between the CRTC (as the overall
33 * pixel pipeline, represented by struct &drm_crtc) and the connectors (as the 33 * pixel pipeline, represented by &struct drm_crtc) and the connectors (as the
34 * generic sink entity, represented by struct &drm_connector). An encoder takes 34 * generic sink entity, represented by &struct drm_connector). An encoder takes
35 * pixel data from a CRTC and converts it to a format suitable for any attached 35 * pixel data from a CRTC and converts it to a format suitable for any attached
36 * connector. Encoders are objects exposed to userspace, originally to allow 36 * connector. Encoders are objects exposed to userspace, originally to allow
37 * userspace to infer cloning and connector/CRTC restrictions. Unfortunately 37 * userspace to infer cloning and connector/CRTC restrictions. Unfortunately