diff options
Diffstat (limited to 'drivers/gpu/drm/drm_simple_kms_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_simple_kms_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_simple_kms_helper.c b/drivers/gpu/drm/drm_simple_kms_helper.c index 3cc42f5dfba1..35c5d99296b9 100644 --- a/drivers/gpu/drm/drm_simple_kms_helper.c +++ b/drivers/gpu/drm/drm_simple_kms_helper.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * | 23 | * |
24 | * drm_simple_display_pipe_init() initializes a simple display pipeline | 24 | * drm_simple_display_pipe_init() initializes a simple display pipeline |
25 | * which has only one full-screen scanout buffer feeding one output. The | 25 | * which has only one full-screen scanout buffer feeding one output. The |
26 | * pipeline is represented by struct &drm_simple_display_pipe and binds | 26 | * pipeline is represented by &struct drm_simple_display_pipe and binds |
27 | * together &drm_plane, &drm_crtc and &drm_encoder structures into one fixed | 27 | * together &drm_plane, &drm_crtc and &drm_encoder structures into one fixed |
28 | * entity. Some flexibility for code reuse is provided through a separately | 28 | * entity. Some flexibility for code reuse is provided through a separately |
29 | * allocated &drm_connector object and supporting optional &drm_bridge | 29 | * allocated &drm_connector object and supporting optional &drm_bridge |