Lines Matching +full:display +full:- +full:related
1 /* SPDX-License-Identifier: GPL-2.0 */
19 * struct komeda_plane - komeda instance of drm_plane
69 /** @master: only master has display output */
74 * Doesn't have its own display output, the handled data flow will
104 * the affected pipelines in once display instance
109 * the active pipelines in once display instance
120 /** struct komeda_kms_dev - for gather KMS related things */
141 struct komeda_wb_connector *wb_conn = to_kcrtc(st->crtc)->wb_conn; in is_writeback_only()
142 struct drm_connector *conn = wb_conn ? &wb_conn->base.base : NULL; in is_writeback_only()
144 return conn && (st->connector_mask == BIT(drm_connector_index(conn))); in is_writeback_only()
153 old_st = drm_atomic_get_old_crtc_state(st->state, st->crtc); in is_only_changed_connector()
154 changed_connectors = st->connector_mask ^ old_st->connector_mask; in is_only_changed_connector()