Searched refs:mdp5_crtc (Results 1 – 2 of 2) sorted by relevance
32 struct mdp5_crtc { struct69 #define to_mdp5_crtc(x) container_of(x, struct mdp5_crtc, base) argument79 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in request_pending() local81 atomic_or(pending, &mdp5_crtc->pending); in request_pending()82 mdp_irq_register(&get_kms(crtc)->base, &mdp5_crtc->vblank); in request_pending()87 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in crtc_flush() local89 DBG("%s: flush=%08x", mdp5_crtc->name, flush_mask); in crtc_flush()90 mdp5_ctl_commit(mdp5_crtc->ctl, flush_mask); in crtc_flush()100 struct mdp5_crtc *mdp5_crtc = to_mdp5_crtc(crtc); in crtc_flush_all() local105 if (WARN_ON(!mdp5_crtc->ctl)) in crtc_flush_all()[all …]
33 mdp/mdp5/mdp5_crtc.o \