Searched refs:drm_fb_xrgb8888_to_rgb332 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_format_helper.h | 27 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_format_helper.c | 310 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb332() function 321 EXPORT_SYMBOL(drm_fb_xrgb8888_to_rgb332);
|
/linux-6.1.9/drivers/gpu/drm/tests/ |
D | drm_format_helper_test.c | 347 drm_fb_xrgb8888_to_rgb332(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_rgb332()
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 202 drm_fb_xrgb8888_to_rgb332(&dst, NULL, map_data, fb, rect); in gud_prep_flush()
|