Home
last modified time | relevance | path

Searched refs:wb_update (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h142 uint32_t wb_update:1; member
350 struct dc_writeback_update *wb_update; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2940 if (stream_update->wb_update) in check_update_surfaces_for_stream()
2941 su_flags->bits.wb_update = 1; in check_update_surfaces_for_stream()
3289 if (update->wb_update) { in copy_stream_update_to_stream()
3292 stream->num_wb_info = update->wb_update->num_wb_info; in copy_stream_update_to_stream()
3296 update->wb_update->writeback_info[i]; in copy_stream_update_to_stream()
5056 stream_update->wb_update || in full_update_required()