Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3285 if (updates->probe_updates && updates->probe_updates->probe_count > 0) in dc_check_state_update()
3314 .probe_updates = NULL in dc_check_update_surfaces_for_stream()
8481 const bool has_probe = updates->probe_updates; in dc_update_state_init()
8505 .probe_updates = updates->probe_updates, in dc_update_state_init()
8527 const struct dc_probe_updates *probe_updates = scratch->probe_updates; in dc_update_probes_prepare() local
8530 if (!probe_updates) in dc_update_probes_prepare()
8533 if (resource_validate_probe_set(dc, probe_updates->probes, in dc_update_probes_prepare()
8534 (uint8_t)probe_updates->probe_count) != DC_OK) in dc_update_probes_prepare()
8540 for (i = 0; i < probe_updates->probe_count && i < MAX_PROBES; i++) in dc_update_probes_prepare()
8541 scratch->new_context->probes[i] = probe_updates->probes[i]; in dc_update_probes_prepare()
[all …]