Home
last modified time | relevance | path

Searched refs:to_dpu_crtc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c507 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_blend_setup()
560 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_complete_flip()
599 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_vblank_callback()
618 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_work()
683 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_cb()
857 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_atomic_flush()
917 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_wait_for_frame_done()
940 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_commit_kickoff()
1040 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_disable()
1117 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_enable()
[all …]
Ddpu_crtc.h188 #define to_dpu_crtc(x) container_of(x, struct dpu_crtc, base) macro
239 return crtc ? atomic_read(&to_dpu_crtc(crtc)->frame_pending) : -EINVAL; in dpu_crtc_frame_pending()
Ddpu_core_perf.c266 dpu_crtc = to_dpu_crtc(crtc); in dpu_core_perf_crtc_release_bw()
322 dpu_crtc = to_dpu_crtc(crtc); in dpu_core_perf_crtc_update()