Searched refs:drm_format_to_pixman (Results 1 – 1 of 1) sorted by relevance
1877 static pixman_format_code_t drm_format_to_pixman(uint32_t drm_format) in drm_format_to_pixman() function3036 pixman_format_code_t src_pixman = drm_format_to_pixman(cvt->src.fb->drm_format); in convert_pixman()3037 pixman_format_code_t dst_pixman = drm_format_to_pixman(cvt->dst.fb->drm_format); in convert_pixman()3075 if ((drm_format_to_pixman(cvt->src.fb->drm_format) != PIXMAN_invalid) && in fb_convert()3076 (drm_format_to_pixman(cvt->dst.fb->drm_format) != PIXMAN_invalid)) { in fb_convert()