Lines Matching refs:num_planes
584 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
586 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
588 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
591 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
594 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
597 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
599 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
601 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
604 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
607 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 2,
612 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
614 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
616 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
619 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
622 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 3,
625 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
627 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
629 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
632 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
635 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 3,
1014 ((plane && plane < format->num_planes) ? format->hsub : 1); in amdgpu_display_verify_plane()
1016 ((plane && plane < format->num_planes) ? format->vsub : 1); in amdgpu_display_verify_plane()
1017 unsigned int cpp = plane < format->num_planes ? format->cpp[plane] : 1; in amdgpu_display_verify_plane()
1069 for (i = 0; i < format_info->num_planes; ++i) { in amdgpu_display_verify_sizes()
1250 for (i = 1; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()
1290 for (i = 0; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()