Searched refs:pp_clock_request (Results 1 – 1 of 1) sorted by relevance
430 struct pp_display_clock_request pp_clock_request = {0}; in dm_pp_apply_clock_for_voltage_request() local433 pp_clock_request.clock_type = dc_to_pp_clock_type(clock_for_voltage_req->clk_type); in dm_pp_apply_clock_for_voltage_request()434 pp_clock_request.clock_freq_in_khz = clock_for_voltage_req->clocks_in_khz; in dm_pp_apply_clock_for_voltage_request()436 if (!pp_clock_request.clock_type) in dm_pp_apply_clock_for_voltage_request()439 ret = amdgpu_dpm_display_clock_voltage_request(adev, &pp_clock_request); in dm_pp_apply_clock_for_voltage_request()