Lines Matching refs:num_planes

562 	{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
564 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
566 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
569 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
572 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
575 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
577 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
579 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
582 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
585 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 2,
590 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
592 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
594 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
597 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
600 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 3,
603 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
605 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
607 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
610 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
613 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 3,
957 ((plane && plane < format->num_planes) ? format->hsub : 1); in amdgpu_display_verify_plane()
959 ((plane && plane < format->num_planes) ? format->vsub : 1); in amdgpu_display_verify_plane()
960 unsigned int cpp = plane < format->num_planes ? format->cpp[plane] : 1; in amdgpu_display_verify_plane()
1012 for (i = 0; i < format_info->num_planes; ++i) { in amdgpu_display_verify_sizes()
1163 for (i = 1; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()
1198 for (i = 0; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()