HomeSort by: relevance | last modified time | path
    Searched defs:pxvid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c 256 static int _pxvid_to_vd(u8 pxvid)
258 if (pxvid == 0)
261 if (pxvid >= 8 && pxvid < 31)
262 pxvid = 31;
264 return (pxvid + 2) * 125;
267 static u32 pvid_to_extvid(struct drm_i915_private *i915, u8 pxvid)
269 const int vd = _pxvid_to_vd(pxvid);
1150 u32 pxvid, ext_v; local
1154 pxvid = intel_uncore_read(uncore, PXVFREQ(rps->cur_freq))
    [all...]

Completed in 15 milliseconds