Searched refs:drm_fb_swab (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_format_helper.h | 17 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 230 * drm_fb_swab - Swap bytes into clip buffer 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); variable 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 82 * drm_fb_swab - Swap bytes into clip buffer 95 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_swab() function 135 EXPORT_SYMBOL(drm_fb_swab); variable
|
H A D | drm_mipi_dbi.c | 220 drm_fb_swab(dst, src, fb, clip, !import_attach); in mipi_dbi_buf_copy()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_format_helper.h | 24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/kernel/linux/linux-6.6/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()
|
Completed in 8 milliseconds