Home
last modified time | relevance | path

Searched refs:dc_update_scratch_space_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h406 size_t dc_update_scratch_space_size(void);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c177 stream->update_scratch = kzalloc((int32_t) dc_update_scratch_space_size(), GFP_KERNEL); in dc_create_stream_for_sink()
207 (int32_t) dc_update_scratch_space_size(), in dc_copy_stream()
H A Ddc.c7212 size_t dc_update_scratch_space_size(void) in dc_update_scratch_space_size() function