Searched refs:DE_VIDEO1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_hw.c | 37 { DRM_FORMAT_ARGB2101010, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 0 }, 38 { DRM_FORMAT_ABGR2101010, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 1 }, 39 { DRM_FORMAT_ARGB8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 2 }, 40 { DRM_FORMAT_ABGR8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 3 }, 41 { DRM_FORMAT_XRGB8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 4 }, 42 { DRM_FORMAT_XBGR8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 5 }, 43 { DRM_FORMAT_RGB888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 6 }, 44 { DRM_FORMAT_BGR888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 7 }, 45 { DRM_FORMAT_RGBA5551, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 8 }, 46 { DRM_FORMAT_ABGR1555, DE_VIDEO1 | DE_GRAPHICS [all...] |
H A D | malidp_hw.h | 27 DE_VIDEO1 = BIT(0), enumerator
|
H A D | malidp_crtc.c | 359 * layer ID is DE_VIDEO1, it can use all the memory from first bank in malidp_crtc_atomic_check() 363 * is not DE_VIDEO1, it can use half of the available memory. in malidp_crtc_atomic_check() 366 * checked always has DE_VIDEO1 plane first in the list if it is in malidp_crtc_atomic_check() 403 if ((mp->layer->id != DE_VIDEO1) || in malidp_crtc_atomic_check()
|
H A D | malidp_planes.c | 1017 if (id & (DE_VIDEO1 | DE_VIDEO2)) { in malidp_de_planes_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | malidp_hw.c | 37 { DRM_FORMAT_ARGB2101010, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 0 }, 38 { DRM_FORMAT_ABGR2101010, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 1 }, 39 { DRM_FORMAT_ARGB8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 2 }, 40 { DRM_FORMAT_ABGR8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 3 }, 41 { DRM_FORMAT_XRGB8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 4 }, 42 { DRM_FORMAT_XBGR8888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2 | SE_MEMWRITE, 5 }, 43 { DRM_FORMAT_RGB888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 6 }, 44 { DRM_FORMAT_BGR888, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 7 }, 45 { DRM_FORMAT_RGBA5551, DE_VIDEO1 | DE_GRAPHICS1 | DE_GRAPHICS2, 8 }, 46 { DRM_FORMAT_ABGR1555, DE_VIDEO1 | DE_GRAPHICS [all...] |
H A D | malidp_hw.h | 27 DE_VIDEO1 = BIT(0), enumerator
|
H A D | malidp_crtc.c | 364 * layer ID is DE_VIDEO1, it can use all the memory from first bank in malidp_crtc_atomic_check() 368 * is not DE_VIDEO1, it can use half of the available memory. in malidp_crtc_atomic_check() 371 * checked always has DE_VIDEO1 plane first in the list if it is in malidp_crtc_atomic_check() 408 if ((mp->layer->id != DE_VIDEO1) || in malidp_crtc_atomic_check()
|
H A D | malidp_planes.c | 1005 if (id & (DE_VIDEO1 | DE_VIDEO2)) { in malidp_de_planes_init()
|
Completed in 8 milliseconds