Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h126 uint32_t wb_update:1; member
277 struct dc_writeback_update *wb_update; member
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2234 if (stream_update->wb_update) in check_update_surfaces_for_stream()
2235 su_flags->bits.wb_update = 1; in check_update_surfaces_for_stream()
2512 if (update->wb_update) { in copy_stream_update_to_stream()
2515 stream->num_wb_info = update->wb_update->num_wb_info; in copy_stream_update_to_stream()
2519 update->wb_update->writeback_info[i]; in copy_stream_update_to_stream()