Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c158 state->active = drm_atomic_crtc_effectively_active(state); in __drm_atomic_helper_crtc_duplicate_state()
H A Ddrm_atomic_uapi.c444 *val = drm_atomic_crtc_effectively_active(state); in drm_atomic_crtc_get_property()
/linux/include/drm/
H A Ddrm_atomic.h1164 * drm_atomic_crtc_effectively_active - compute whether CRTC is actually active
1173 drm_atomic_crtc_effectively_active(const struct drm_crtc_state *state) in drm_atomic_crtc_effectively_active() function
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1488 if (!crtc_state->enable || !drm_atomic_crtc_effectively_active(crtc_state)) { in dpu_crtc_atomic_check()