Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c55 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_destroy()
489 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_blend_setup()
542 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_complete_flip()
581 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_vblank_callback()
600 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_work()
665 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_cb()
833 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_atomic_flush()
893 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_wait_for_frame_done()
916 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_commit_kickoff()
1013 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_disable()
[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.c273 dpu_crtc = to_dpu_crtc(crtc); in dpu_core_perf_crtc_release_bw()
333 dpu_crtc = to_dpu_crtc(crtc); in dpu_core_perf_crtc_update()