Lines Matching refs:fb_format
642 uint32_t fb_format = fb->format->format; in drm_fb_blit() local
645 if (fb_format == DRM_FORMAT_ARGB8888) in drm_fb_blit()
646 fb_format = DRM_FORMAT_XRGB8888; in drm_fb_blit()
649 if (fb_format == DRM_FORMAT_ARGB2101010) in drm_fb_blit()
650 fb_format = DRM_FORMAT_XRGB2101010; in drm_fb_blit()
654 if (dst_format == fb_format) { in drm_fb_blit()
659 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit()
664 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit()
669 if (fb_format == DRM_FORMAT_RGB888) { in drm_fb_blit()
672 } else if (fb_format == DRM_FORMAT_RGB565) { in drm_fb_blit()
677 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit()
684 &fb_format, &dst_format); in drm_fb_blit()