Lines Matching defs:connector
19 * struct drm_writeback_connector - DRM writeback connector
28 * @encoder: Internal encoder used by the connector to fulfill
53 * Holds a list of a connector's writeback jobs; the last item is the
78 * created on the connector's timeline.
84 * The name of the connector's fence timeline.
94 * @connector:
96 * Back-pointer to the writeback connector associated with the job
98 struct drm_writeback_connector *connector;
118 * List item for the writeback connector's @job_queue
125 * Framebuffer to be written to by the writeback connector. Do not set
146 drm_connector_to_writeback(struct drm_connector *connector)
148 return container_of(connector, struct drm_writeback_connector, base);