Searched refs:drm_fb_swab (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 250 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab() function 273 EXPORT_SYMBOL(drm_fb_swab); 907 drm_fb_swab(dst, dst_pitch, src, fb, clip, false); in drm_fb_blit() 910 drm_fb_swab(dst, dst_pitch, src, fb, clip, false); in drm_fb_blit() 944 drm_fb_swab(dst, dst_pitch, src, fb, clip, false); in drm_fb_blit()
|
H A D | drm_mipi_dbi.c | 218 drm_fb_swab(&dst_map, NULL, src, fb, clip, !gem->import_attach); in mipi_dbi_buf_copy()
|
/openbmc/linux/include/drm/ |
H A D | drm_format_helper.h | 24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 197 drm_fb_swab(&dst, NULL, src, fb, rect, cached_reads); in gud_prep_flush()
|