Searched refs:rc6vids (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | i915_debug.c | 985 u32 rpmodectl1, gt_core_status, rcctl1, rc6vids = 0; in gen6_drpc_info() local 1014 sandybridge_pcode_read(dev_priv, GEN6_PCODE_READ_RC6VIDS, &rc6vids); in gen6_drpc_info() 1068 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc_info() 1070 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc_info() 1072 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc_info()
|
| D | intel_pm.c | 2532 u32 rc6vids, pcu_mbox, rc6_mask = 0; in gen6_enable_rps() local 2654 rc6vids = 0; in gen6_enable_rps() 2655 ret = sandybridge_pcode_read(dev_priv, GEN6_PCODE_READ_RC6VIDS, &rc6vids); in gen6_enable_rps() 2658 } else if (IS_GEN6(dev) && (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_enable_rps() 2660 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_enable_rps() 2661 rc6vids &= 0xffff00; in gen6_enable_rps() 2662 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_enable_rps() 2663 ret = sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_enable_rps()
|