Searched refs:drm_fb_swab (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_format_helper.h | 24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.1.9/drivers/gpu/drm/ |
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);
|
D | drm_mipi_dbi.c | 222 drm_fb_swab(&dst_map, NULL, data, fb, clip, !gem->import_attach); in mipi_dbi_buf_copy()
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 212 drm_fb_swab(&dst, NULL, map_data, fb, rect, !import_attach); in gud_prep_flush()
|