Home
last modified time | relevance | path

Searched refs:omap_crtc_channel (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_irq.c84 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_enable_framedone()
118 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_enable_vblank()
144 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_disable_vblank()
222 enum omap_channel channel = omap_crtc_channel(crtc); in omap_irq_handler()
H A Domap_crtc.h24 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc);
H A Domap_plane.c142 omap_crtc_channel(new_state->crtc)); in omap_plane_atomic_update()
155 omap_crtc_channel(new_state->crtc)); in omap_plane_atomic_update()
H A Domap_crtc.c61 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel() function