Home
last modified time | relevance | path

Searched refs:drm_fb_swab (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/drm/
Ddrm_format_helper.h24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c250 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab() function
273 EXPORT_SYMBOL(drm_fb_swab);
Ddrm_mipi_dbi.c222 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/
Dgud_pipe.c212 drm_fb_swab(&dst, NULL, map_data, fb, rect, !import_attach); in gud_prep_flush()