Searched refs:trinity_ps (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.h47 struct trinity_ps { struct
114 struct trinity_ps current_ps;
116 struct trinity_ps requested_ps;
H A Dtrinity_dpm.c346 static struct trinity_ps *trinity_get_ps(struct radeon_ps *rps)
348 struct trinity_ps *ps = rps->ps_priv;
841 struct trinity_ps *new_ps = trinity_get_ps(new_rps);
842 struct trinity_ps *old_ps = trinity_get_ps(old_rps);
870 struct trinity_ps *ps = trinity_get_ps(rps);
905 struct trinity_ps *ps1 = trinity_get_ps(rps1);
906 struct trinity_ps *ps2 = trinity_get_ps(rps2);
964 struct trinity_ps *new_ps = trinity_get_ps(new_rps);
965 struct trinity_ps *current_ps = trinity_get_ps(new_rps);
978 struct trinity_ps *new_p
[all...]

Completed in 25 milliseconds