diff options
Diffstat (limited to 'drivers/gpu/drm/drm_bridge.c')
-rw-r--r-- | drivers/gpu/drm/drm_bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_bridge.c b/drivers/gpu/drm/drm_bridge.c index cd10095e8d00..ae5e57ad718c 100644 --- a/drivers/gpu/drm/drm_bridge.c +++ b/drivers/gpu/drm/drm_bridge.c | |||
@@ -33,7 +33,7 @@ | |||
33 | /** | 33 | /** |
34 | * DOC: overview | 34 | * DOC: overview |
35 | * | 35 | * |
36 | * struct &drm_bridge represents a device that hangs on to an encoder. These are | 36 | * &struct drm_bridge represents a device that hangs on to an encoder. These are |
37 | * handy when a regular &drm_encoder entity isn't enough to represent the entire | 37 | * handy when a regular &drm_encoder entity isn't enough to represent the entire |
38 | * encoder chain. | 38 | * encoder chain. |
39 | * | 39 | * |
@@ -55,7 +55,7 @@ | |||
55 | * just provide additional hooks to get the desired output at the end of the | 55 | * just provide additional hooks to get the desired output at the end of the |
56 | * encoder chain. | 56 | * encoder chain. |
57 | * | 57 | * |
58 | * Bridges can also be chained up using the next pointer in struct &drm_bridge. | 58 | * Bridges can also be chained up using the next pointer in &struct drm_bridge. |
59 | * | 59 | * |
60 | * Both legacy CRTC helpers and the new atomic modeset helpers support bridges. | 60 | * Both legacy CRTC helpers and the new atomic modeset helpers support bridges. |
61 | */ | 61 | */ |