Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn60/
H A Ddcn60_clk_mgr.c625 const SocUtmTable_t *utm_table = &init_table->UtmTable; in dcn60_populate_utm_qos_model() local
629 dchub->load_level_count = (uint8_t)utm_table->Header.LoadLevelCount; in dcn60_populate_utm_qos_model()
630 dchub->sop_count = (uint8_t)utm_table->Header.SopCount; in dcn60_populate_utm_qos_model()
636 const SocUtmSopEntry_t *src = &utm_table->Sops[ll][sop]; in dcn60_populate_utm_qos_model()