Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_fb.c60 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create()
62 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
65 FMT(YVU422, 422, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
67 FMT(YVU420, 420, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
Darmada_hw.h103 CFG_SWAPUV = 1 << 3, enumerator
Darmada_overlay.c234 CFG_DMA_MOD(CFG_SWAPRB | CFG_SWAPUV | CFG_SWAPYU | in armada_plane_update()
Darmada_crtc.c606 CFG_GRA_MOD(CFG_SWAPRB | CFG_SWAPUV | in armada_drm_crtc_mode_set()