Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c3842 struct dc_stream_state *add_streams[MAX_PIPES] = { 0 }; in dc_validate_with_context() local
3882 add_streams[add_streams_count++] = stream; in dc_validate_with_context()
3902 if (set[i].stream == add_streams[j]) { in dc_validate_with_context()
3936 if (del_streams[i]->sink == add_streams[j]->sink) { in dc_validate_with_context()
3937 add_streams[j]->num_wb_info = del_streams[i]->num_wb_info; in dc_validate_with_context()
3939 add_streams[j]->writeback_info[k] = del_streams[i]->writeback_info[k]; in dc_validate_with_context()
3971 mark_seamless_boot_stream(dc, add_streams[i]); in dc_validate_with_context()
3972 if (add_streams[i]->apply_seamless_boot_optimization && i != 0) { in dc_validate_with_context()
3973 struct dc_stream_state *temp = add_streams[0]; in dc_validate_with_context()
3975 add_streams[0] = add_streams[i]; in dc_validate_with_context()
[all …]
/linux-6.12.1/drivers/iommu/
Dapple-dart.c627 bool add_streams) in apple_dart_mod_streams() argument
640 if (add_streams) in apple_dart_mod_streams()