Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.h153 struct cz_dpm_entry vce_dpm; member
Dcz_dpm.c873 pi->vce_dpm.soft_min_clk = table->entries[0].ecclk; in cz_init_vce_limit()
874 pi->vce_dpm.hard_min_clk = table->entries[0].ecclk; in cz_init_vce_limit()
885 pi->vce_dpm.soft_max_clk = clock; in cz_init_vce_limit()
886 pi->vce_dpm.hard_max_clk = clock; in cz_init_vce_limit()
1905 pi->vce_dpm.hard_min_clk = table->entries[table->count-1].ecclk; in cz_update_vce_dpm()
1908 pi->vce_dpm.hard_min_clk = table->entries[0].ecclk; in cz_update_vce_dpm()
1914 pi->vce_dpm.hard_min_clk, in cz_update_vce_dpm()