Home
last modified time | relevance | path

Searched refs:drm_atomic_crtc_effectively_active (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c155 state->active = drm_atomic_crtc_effectively_active(state); in __drm_atomic_helper_crtc_duplicate_state()
H A Ddrm_atomic_uapi.c493 *val = drm_atomic_crtc_effectively_active(state); in drm_atomic_crtc_get_property()
H A Ddrm_atomic_helper.c996 return drm_atomic_crtc_effectively_active(old_state); in crtc_needs_disable()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_atomic.h993 drm_atomic_crtc_effectively_active(const struct drm_crtc_state *state) in drm_atomic_crtc_effectively_active() function