Home
last modified time | relevance | path

Searched refs:drm_atomic_get_old_crtc_for_encoder (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c177 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, in msm_edp_bridge_atomic_disable()
219 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, in msm_edp_bridge_atomic_post_disable()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dpanel.c157 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, encoder); in panel_bridge_atomic_disable()
176 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, encoder); in panel_bridge_atomic_post_disable()
/linux-6.15/include/drm/
H A Ddrm_atomic.h630 drm_atomic_get_old_crtc_for_encoder(struct drm_atomic_state *state,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic.c1002 drm_atomic_get_old_crtc_for_encoder(struct drm_atomic_state *state, in drm_atomic_get_old_crtc_for_encoder() function
1018 EXPORT_SYMBOL(drm_atomic_get_old_crtc_for_encoder);
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c1381 crtc = drm_atomic_get_old_crtc_for_encoder(state, drm_enc); in dpu_encoder_virt_atomic_disable()