GEN6_DECODE_RC6_VID 1264 drivers/gpu/drm/i915/i915_debugfs.c 			   GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff)));
GEN6_DECODE_RC6_VID 1266 drivers/gpu/drm/i915/i915_debugfs.c 			   GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff)));
GEN6_DECODE_RC6_VID 1268 drivers/gpu/drm/i915/i915_debugfs.c 			   GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff)));
GEN6_DECODE_RC6_VID 7441 drivers/gpu/drm/i915/intel_pm.c 	} else if (IS_GEN(dev_priv, 6) && (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) {
GEN6_DECODE_RC6_VID 7443 drivers/gpu/drm/i915/intel_pm.c 			  GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450);