Lines Matching refs:num_planes
583 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
585 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
587 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
590 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
593 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
596 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
598 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
600 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
603 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
606 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 2,
611 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
613 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
615 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
618 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
621 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 3,
624 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
626 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
628 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
631 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
634 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 3,
1013 ((plane && plane < format->num_planes) ? format->hsub : 1); in amdgpu_display_verify_plane()
1015 ((plane && plane < format->num_planes) ? format->vsub : 1); in amdgpu_display_verify_plane()
1016 unsigned int cpp = plane < format->num_planes ? format->cpp[plane] : 1; in amdgpu_display_verify_plane()
1068 for (i = 0; i < format_info->num_planes; ++i) { in amdgpu_display_verify_sizes()
1248 for (i = 1; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()
1288 for (i = 0; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()