Lines Matching refs:fb_format
557 uint32_t fb_format = fb->format->format; in drm_fb_blit_toio() local
560 if (fb_format == DRM_FORMAT_ARGB8888) in drm_fb_blit_toio()
561 fb_format = DRM_FORMAT_XRGB8888; in drm_fb_blit_toio()
564 if (fb_format == DRM_FORMAT_ARGB2101010) in drm_fb_blit_toio()
565 fb_format = DRM_FORMAT_XRGB2101010; in drm_fb_blit_toio()
569 if (dst_format == fb_format) { in drm_fb_blit_toio()
574 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit_toio()
579 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit_toio()
584 if (fb_format == DRM_FORMAT_RGB888) { in drm_fb_blit_toio()
587 } else if (fb_format == DRM_FORMAT_RGB565) { in drm_fb_blit_toio()
592 if (fb_format == DRM_FORMAT_XRGB8888) { in drm_fb_blit_toio()
599 &fb_format, &dst_format); in drm_fb_blit_toio()