projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8ae2f
)
drm/encoder: Fix possible_crtcs documentation
author
Lyude Paul
<lyude@redhat.com>
Fri, 13 Sep 2019 22:27:02 +0000
(18:27 -0400)
committer
Lyude Paul
<lyude@redhat.com>
Tue, 17 Sep 2019 17:58:17 +0000
(13:58 -0400)
Similar to possible_clones, we don't actually use possible_crtcs until
the driver is registered with userspace. So, fix the documentation to
indicate this.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190913222704.8241-3-lyude@redhat.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_encoder.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_encoder.h
b/include/drm/drm_encoder.h
index
81273b5
..
d65173d
100644
(file)
--- a/
include/drm/drm_encoder.h
+++ b/
include/drm/drm_encoder.h
@@
-140,7
+140,7
@@
struct drm_encoder {
* @possible_crtcs: Bitmask of potential CRTC bindings, using
* drm_crtc_index() as the index into the bitfield. The driver must set
* the bits for all &drm_crtc objects this encoder can be connected to
- * before calling drm_
encoder_init
().
+ * before calling drm_
dev_register
().
*
* In reality almost every driver gets this wrong.
*