Home
last modified time | relevance | path

Searched refs:drm_format_conv_state_reserve (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/
A Ddrm_format_helper.c73 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 Ddrm_format_helper.h66 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state,
/linux/drivers/gpu/drm/solomon/
A Dssd130x.c1129 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 Dsimpledrm.c612 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in simpledrm_primary_plane_helper_atomic_check()
A Dofdrm.c787 buf = drm_format_conv_state_reserve(&new_shadow_plane_state->fmtcnv_state, in ofdrm_primary_plane_helper_atomic_check()

Completed in 17 milliseconds