Home
last modified time | relevance | path

Searched refs:drm_atomic_crtc_effectively_active (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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.c495 *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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_atomic.h984 * drm_atomic_crtc_effectively_active - compute whether CRTC is actually active
993 drm_atomic_crtc_effectively_active(const struct drm_crtc_state *state) in drm_atomic_crtc_effectively_active() function
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic.h1063 * drm_atomic_crtc_effectively_active - compute whether CRTC is actually active
1072 drm_atomic_crtc_effectively_active(const struct drm_crtc_state *state) in drm_atomic_crtc_effectively_active() function
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c157 state->active = drm_atomic_crtc_effectively_active(state); in __drm_atomic_helper_crtc_duplicate_state()
H A Ddrm_atomic_uapi.c484 *val = drm_atomic_crtc_effectively_active(state); in drm_atomic_crtc_get_property()
H A Ddrm_atomic_helper.c1099 return drm_atomic_crtc_effectively_active(old_state); in crtc_needs_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1197 if (!crtc_state->enable || !drm_atomic_crtc_effectively_active(crtc_state)) { in dpu_crtc_atomic_check()
H A Ddpu_kms.c479 if (!drm_atomic_crtc_effectively_active(crtc->state)) { in dpu_kms_wait_for_commit_done()

Completed in 21 milliseconds