Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h140 uint32_t wb_update:1; member
348 struct dc_writeback_update *wb_update; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2856 if (stream_update->wb_update) in check_update_surfaces_for_stream()
2857 su_flags->bits.wb_update = 1; in check_update_surfaces_for_stream()
3205 if (update->wb_update) { in copy_stream_update_to_stream()
3208 stream->num_wb_info = update->wb_update->num_wb_info; in copy_stream_update_to_stream()
3212 update->wb_update->writeback_info[i]; in copy_stream_update_to_stream()
4946 stream_update->wb_update || in full_update_required()