Searched refs:drm_format_conv_state_reserve (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/ |
| 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() 1346 src32 = drm_format_conv_state_reserve(state, len_src32 + linepixels, GFP_KERNEL); in drm_fb_xrgb8888_to_mono()
|
| /drivers/gpu/drm/sysfb/ |
| A D | drm_sysfb_modeset.c | 217 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in drm_sysfb_plane_helper_atomic_check()
|
| /drivers/gpu/drm/solomon/ |
| A D | ssd130x.c | 1131 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd130x_primary_plane_atomic_check() 1180 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd132x_primary_plane_atomic_check()
|
Completed in 13 milliseconds