Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_crtc.c29 #define to_omap_crtc(x) container_of(x, struct omap_crtc, base)
31 struct omap_crtc { struct
62 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in pipe2vbl() argument
64 return dispc_mgr_get_vsync_irq(omap_crtc->channel); in pipe2vbl()
69 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_timings() local
70 return &omap_crtc->timings; in omap_crtc_timings()
75 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_channel() local
76 return omap_crtc->channel; in omap_crtc_channel()
81 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_wait_pending() local
83 return wait_event_timeout(omap_crtc->pending_wait, in omap_crtc_wait_pending()
[all …]
DMakefile10 omap_crtc.o \