Home
last modified time | relevance | path

Searched refs:mdp5_crtc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c25 struct mdp5_crtc { struct
66 #define to_mdp5_crtc(x) container_of(x, struct mdp5_crtc, base) argument
78 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in request_pending() local
80 atomic_or(pending, &mdp5_crtc->pending); in request_pending()
81 mdp_irq_register(&get_kms(crtc)->base, &mdp5_crtc->vblank); in request_pending()
86 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in request_pp_done_pending() local
87 reinit_completion(&mdp5_crtc->pp_completion); in request_pp_done_pending()
141 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in complete_flip() local
148 event = mdp5_crtc->event; in complete_flip()
150 mdp5_crtc->event = NULL; in complete_flip()
[all …]
/Linux-v6.1/drivers/gpu/drm/msm/
DMakefile48 disp/mdp5/mdp5_crtc.o \