projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8a092
)
drm: fix typo
author
Rob Clark
<robdclark@gmail.com>
Sat, 24 May 2014 18:30:10 +0000
(14:30 -0400)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 26 May 2014 02:48:26 +0000
(12:48 +1000)
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_crtc_helper.c
b/drivers/gpu/drm/drm_crtc_helper.c
index
a8b78e7
..
54e8fdb
100644
(file)
--- a/
drivers/gpu/drm/drm_crtc_helper.c
+++ b/
drivers/gpu/drm/drm_crtc_helper.c
@@
-147,7
+147,7
@@
static void __drm_helper_disable_unused_functions(struct drm_device *dev)
list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
if (!drm_helper_encoder_in_use(encoder)) {
drm_encoder_disable(encoder);
- /* disconnect
or
encoder from any connector */
+ /* disconnect encoder from any connector */
encoder->crtc = NULL;
}
}