Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c65 vid = overlay_is_vid(overlay); in fmt_to_reg()
137 tmp &= ~dma_mask(overlay_is_vid(overlay)); in dmafetch_set_fmt()
151 if (overlay_is_vid(overlay)) { in overlay_set_win()
173 u32 mask = overlay_is_vid(overlay) ? CFG_DMA_ENA_MASK : in dmafetch_onoff()
175 u32 enable = overlay_is_vid(overlay) ? CFG_DMA_ENA(1) : CFG_GRA_ENA(1); in dmafetch_onoff()
248 if (overlay_is_vid(overlay)) { in overlay_set_addr()
Dmmp_ctrl.h1426 static inline int overlay_is_vid(struct mmp_overlay *overlay) in overlay_is_vid() function