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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm_debugfs.c205 u16 crstandvid; local
209 crstandvid = intel_uncore_read16(uncore, CRSTANDVID);
227 seq_printf(m, "RS1 VID: %d\n", (crstandvid & 0x3f));
228 seq_printf(m, "RS2 VID: %d\n", ((crstandvid >> 8) & 0x3f));

Completed in 92 milliseconds