Searched refs:update_scratch (Results 1 – 3 of 3) sorted by relevance
154 kfree(stream->update_scratch); in dc_stream_free()177 stream->update_scratch = kzalloc((int32_t) dc_update_scratch_space_size(), GFP_KERNEL); in dc_create_stream_for_sink()178 if (stream->update_scratch == NULL) in dc_create_stream_for_sink()190 kfree(stream->update_scratch); in dc_create_stream_for_sink()206 new_stream->update_scratch = kzalloc( in dc_copy_stream()210 if (!new_stream->update_scratch) { in dc_copy_stream()
7516 struct dc_update_scratch_space *scratch = stream->update_scratch; in dc_update_planes_and_stream_init()
326 struct dc_update_scratch_space *update_scratch; member