Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_crtc.c27 #define to_omap_crtc(x) container_of(x, struct omap_crtc, base)
29 struct omap_crtc { struct
85 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in pipe2vbl() local
87 return dispc_mgr_get_vsync_irq(omap_crtc->channel); in pipe2vbl()
92 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_timings() local
93 return &omap_crtc->timings; in omap_crtc_timings()
98 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_channel() local
99 return omap_crtc->channel; in omap_crtc_channel()
116 static struct omap_crtc *omap_crtcs[8];
149 struct omap_crtc *omap_crtc = to_omap_crtc(crtc); in omap_crtc_set_enabled() local
[all …]
DMakefile10 omap_crtc.o \