Searched refs:drm_format_conv_state_reserve (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 76 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state, in drm_format_conv_state_reserve() function 96 EXPORT_SYMBOL(drm_format_conv_state_reserve); 158 stmp = drm_format_conv_state_reserve(state, sbuf_len, GFP_KERNEL); in __drm_fb_xfrm() 198 dbuf = drm_format_conv_state_reserve(state, dbuf_len, GFP_KERNEL); in __drm_fb_xfrm_toio() 200 dbuf = drm_format_conv_state_reserve(state, stmp_off + sbuf_len, GFP_KERNEL); in __drm_fb_xfrm_toio() 1277 src32 = drm_format_conv_state_reserve(state, len_src32 + linepixels, GFP_KERNEL); in drm_fb_xrgb8888_to_mono() 1365 src32 = drm_format_conv_state_reserve(state, len_src32 + linepixels, GFP_KERNEL); in drm_fb_xrgb8888_to_gray2()
|
| /linux/include/drm/ |
| H A D | drm_format_helper.h | 66 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state,
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_modeset.c | 319 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in drm_sysfb_plane_helper_atomic_check()
|
| /linux/drivers/gpu/drm/sitronix/ |
| H A D | st7920.c | 376 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in st7920_primary_plane_atomic_check()
|
| /linux/drivers/gpu/drm/solomon/ |
| H A D | ssd130x.c | 1112 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd130x_primary_plane_atomic_check() 1161 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd132x_primary_plane_atomic_check()
|