Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4097 struct dc_stream_state *add_streams[MAX_PIPES] = { 0 }; in dc_validate_with_context() local
4137 add_streams[add_streams_count++] = stream; in dc_validate_with_context()
4157 if (set[i].stream == add_streams[j]) { in dc_validate_with_context()
4191 if (del_streams[i]->sink == add_streams[j]->sink) { in dc_validate_with_context()
4192 add_streams[j]->num_wb_info = del_streams[i]->num_wb_info; in dc_validate_with_context()
4226 mark_seamless_boot_stream(dc, add_streams[i]); in dc_validate_with_context()
4228 struct dc_stream_state *temp = add_streams[0]; in dc_validate_with_context()
4230 add_streams[0] = add_streams[i]; in dc_validate_with_context()
4231 add_streams[i] = temp; in dc_validate_with_context()
4238 calculate_phy_pix_clks(add_streams[i]); in dc_validate_with_context()
[all …]
/linux-6.15/drivers/iommu/
H A Dapple-dart.c630 bool add_streams) in apple_dart_mod_streams() argument
643 if (add_streams) in apple_dart_mod_streams()