Searched refs:CFG_SWAPUV (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
H A D | armada_fb.c | 44 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create() 46 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 49 FMT(YVU422, 422, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 51 FMT(YVU420, 420, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
|
H A D | armada_hw.h | 110 CFG_SWAPUV = 1 << 3, enumerator
|
H A D | armada_overlay.c | 147 cfg ^= CFG_DMA_MOD(CFG_SWAPUV); in armada_drm_overlay_plane_atomic_update() 151 CFG_DMA_MOD(CFG_SWAPRB | CFG_SWAPUV | in armada_drm_overlay_plane_atomic_update()
|
H A D | armada_plane.c | 219 CFG_GRA_MOD(CFG_SWAPRB | CFG_SWAPUV | in armada_drm_primary_plane_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_fb.c | 43 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create() 45 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 48 FMT(YVU422, 422, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 50 FMT(YVU420, 420, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
|
H A D | armada_hw.h | 110 CFG_SWAPUV = 1 << 3, enumerator
|
H A D | armada_plane.c | 201 CFG_GRA_MOD(CFG_SWAPRB | CFG_SWAPUV | in armada_drm_primary_plane_atomic_update()
|
H A D | armada_overlay.c | 152 cfg ^= CFG_DMA_MOD(CFG_SWAPUV); in armada_drm_overlay_plane_atomic_update() 156 CFG_DMA_MOD(CFG_SWAPRB | CFG_SWAPUV | in armada_drm_overlay_plane_atomic_update()
|
Completed in 6 milliseconds