Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2934 struct dc_stream_state *add_streams[MAX_PIPES] = { 0 }; in dc_validate_with_context() local
2974 add_streams[add_streams_count++] = stream; in dc_validate_with_context()
2994 if (set[i].stream == add_streams[j]) { in dc_validate_with_context()
3027 if (del_streams[i]->sink == add_streams[j]->sink) { in dc_validate_with_context()
3028 add_streams[j]->num_wb_info = del_streams[i]->num_wb_info; in dc_validate_with_context()
3030 add_streams[j]->writeback_info[k] = del_streams[i]->writeback_info[k]; in dc_validate_with_context()
3050 mark_seamless_boot_stream(dc, add_streams[i]); in dc_validate_with_context()
3051 if (add_streams[i]->apply_seamless_boot_optimization && i != 0) { in dc_validate_with_context()
3052 struct dc_stream_state *temp = add_streams[0]; in dc_validate_with_context()
3054 add_streams[0] = add_streams[i]; in dc_validate_with_context()
[all …]
/openbmc/linux/drivers/iommu/
H A Dapple-dart.c622 bool add_streams) in apple_dart_mod_streams() argument
635 if (add_streams) in apple_dart_mod_streams()