Lines Matching refs:num_planes

539 	{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
541 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
543 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
546 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
549 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
552 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
554 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
556 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
559 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
562 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 2,
567 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
569 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
571 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
574 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
577 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 3,
580 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
582 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
584 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
587 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
590 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 3,
909 ((plane && plane < format->num_planes) ? format->hsub : 1); in amdgpu_display_verify_plane()
911 ((plane && plane < format->num_planes) ? format->vsub : 1); in amdgpu_display_verify_plane()
912 unsigned int cpp = plane < format->num_planes ? format->cpp[plane] : 1; in amdgpu_display_verify_plane()
964 for (i = 0; i < format_info->num_planes; ++i) { in amdgpu_display_verify_sizes()
1135 for (i = 1; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()
1170 for (i = 0; i < rfb->base.format->num_planes; ++i) { in amdgpu_display_framebuffer_init()