Searched refs:crtcs (Results 1 – 2 of 2) sorted by relevance
342 struct __drm_crtcs_state *crtcs; member484 return state->crtcs[drm_crtc_index(crtc)].state; in drm_atomic_get_existing_crtc_state()499 return state->crtcs[drm_crtc_index(crtc)].old_state; in drm_atomic_get_old_crtc_state()513 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()755 for_each_if ((__state)->crtcs[__i].ptr && \756 ((crtc) = (__state)->crtcs[__i].ptr, \757 (old_crtc_state) = (__state)->crtcs[__i].old_state, \758 (new_crtc_state) = (__state)->crtcs[__i].new_state, 1))775 for_each_if ((__state)->crtcs[__i].ptr && \776 ((crtc) = (__state)->crtcs[__i].ptr, \[all …]
23 uint32_t drm_lease_filter_crtcs(struct drm_file *file_priv, uint32_t crtcs);