Searched refs:drm_format_conv_state_reserve (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ |
| A D | drm_format_helper.c | 73 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state, in drm_format_conv_state_reserve() function 93 EXPORT_SYMBOL(drm_format_conv_state_reserve); 155 stmp = drm_format_conv_state_reserve(state, sbuf_len, GFP_KERNEL); in __drm_fb_xfrm() 195 dbuf = drm_format_conv_state_reserve(state, dbuf_len, GFP_KERNEL); in __drm_fb_xfrm_toio() 197 dbuf = drm_format_conv_state_reserve(state, stmp_off + sbuf_len, GFP_KERNEL); in __drm_fb_xfrm_toio() 1156 src32 = drm_format_conv_state_reserve(state, len_src32 + linepixels, GFP_KERNEL); in drm_fb_xrgb8888_to_mono()
|
| /linux/include/drm/ |
| A D | drm_format_helper.h | 66 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state,
|
| /linux/drivers/gpu/drm/solomon/ |
| A D | ssd130x.c | 1129 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd130x_primary_plane_atomic_check() 1178 buf = drm_format_conv_state_reserve(&shadow_plane_state->fmtcnv_state, in ssd132x_primary_plane_atomic_check()
|
| /linux/drivers/gpu/drm/tiny/ |
| A D | simpledrm.c | 612 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in simpledrm_primary_plane_helper_atomic_check()
|
| A D | ofdrm.c | 787 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in ofdrm_primary_plane_helper_atomic_check()
|
Completed in 17 milliseconds