Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c56 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_destroy()
518 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_blend_setup()
571 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_complete_flip()
610 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_vblank_callback()
629 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_work()
694 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_frame_event_cb()
862 dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_atomic_flush()
922 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_wait_for_frame_done()
945 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_commit_kickoff()
1045 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in dpu_crtc_disable()
[all …]
H A 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()
H A 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()