Home
last modified time | relevance | path

Searched refs:rc6vids (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c1192 u32 gt_core_status, rcctl1, rc6vids = 0; in gen6_drpc_info() local
1206 &rc6vids, NULL); in gen6_drpc_info()
1264 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc_info()
1266 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc_info()
1268 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc_info()
Dintel_pm.c7389 u32 rc6vids, rc6_mask; in gen6_enable_rc6() local
7436 rc6vids = 0; in gen6_enable_rc6()
7438 &rc6vids, NULL); in gen6_enable_rc6()
7441 } else if (IS_GEN(dev_priv, 6) && (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_enable_rc6()
7443 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_enable_rc6()
7444 rc6vids &= 0xffff00; in gen6_enable_rc6()
7445 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_enable_rc6()
7446 ret = sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_enable_rc6()