HomeSort by: relevance | last modified time | path
    Searched refs:trinity_ps (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
trinity_dpm.h 49 struct trinity_ps { struct
116 struct trinity_ps current_ps;
118 struct trinity_ps requested_ps;
radeon_trinity_dpm.c 353 static struct trinity_ps *trinity_get_ps(struct radeon_ps *rps)
355 struct trinity_ps *ps = rps->ps_priv;
848 struct trinity_ps *new_ps = trinity_get_ps(new_rps);
849 struct trinity_ps *old_ps = trinity_get_ps(old_rps);
877 struct trinity_ps *ps = trinity_get_ps(rps);
912 struct trinity_ps *ps1 = trinity_get_ps(rps1);
913 struct trinity_ps *ps2 = trinity_get_ps(rps2);
971 struct trinity_ps *new_ps = trinity_get_ps(new_rps);
972 struct trinity_ps *current_ps = trinity_get_ps(new_rps);
985 struct trinity_ps *new_ps = trinity_get_ps(new_rps)
    [all...]

Completed in 12 milliseconds