projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7749163
)
drm: add comments for drm_encoder_funcs
author
Jesse Barnes
<
[email protected]
>
Mon, 7 Nov 2011 20:03:16 +0000
(12:03 -0800)
committer
Dave Airlie
<
[email protected]
>
Tue, 6 Dec 2011 10:23:29 +0000
(10:23 +0000)
Just basic verbiage.
Signed-off-by: Jesse Barnes <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/drm_crtc.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index 9014599791a5078ce184c2c8dd0d7bce4c9f1356..7db2ce52c5a49713e06665442aec08fdceda7f6e 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-437,6
+437,13
@@
struct drm_connector_funcs {
void (*force)(struct drm_connector *connector);
};
+/**
+ * drm_encoder_funcs - encoder controls
+ * @reset: reset state (e.g. at init or resume time)
+ * @destroy: cleanup and free associated data
+ *
+ * Encoders sit between CRTCs and connectors.
+ */
struct drm_encoder_funcs {
void (*reset)(struct drm_encoder *encoder);
void (*destroy)(struct drm_encoder *encoder);