diff options
author | John Hunter <zhaojunwang@pku.edu.cn> | 2015-04-07 07:38:50 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-07 11:06:40 -0400 |
commit | 16d78bc2e4d69df962a750ac37ce69dd8eda401b (patch) | |
tree | e065e375ec8893cdef912d90fb00c3261d94a2f4 /drivers/gpu | |
parent | 502e95c6678505474f1056480310cd9382bacbac (diff) |
drm: Fix some typos
Signed-off-by: John Hunter <zhjwpku@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/drm_atomic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index 57efdbeff008..0537f327b145 100644 --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c | |||
@@ -780,7 +780,7 @@ drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, | |||
780 | EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane); | 780 | EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane); |
781 | 781 | ||
782 | /** | 782 | /** |
783 | * drm_atomic_set_fb_for_plane - set crtc for plane | 783 | * drm_atomic_set_fb_for_plane - set framebuffer for plane |
784 | * @plane_state: atomic state object for the plane | 784 | * @plane_state: atomic state object for the plane |
785 | * @fb: fb to use for the plane | 785 | * @fb: fb to use for the plane |
786 | * | 786 | * |
@@ -933,7 +933,7 @@ EXPORT_SYMBOL(drm_atomic_connectors_for_crtc); | |||
933 | * | 933 | * |
934 | * This function should be used by legacy entry points which don't understand | 934 | * This function should be used by legacy entry points which don't understand |
935 | * -EDEADLK semantics. For simplicity this one will grab all modeset locks after | 935 | * -EDEADLK semantics. For simplicity this one will grab all modeset locks after |
936 | * the slowpath completed. | 936 | * the slowpath completed. |
937 | */ | 937 | */ |
938 | void drm_atomic_legacy_backoff(struct drm_atomic_state *state) | 938 | void drm_atomic_legacy_backoff(struct drm_atomic_state *state) |
939 | { | 939 | { |