Searched refs:rc6vids (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_rc6.c | 245 u32 rc6vids, rc6_mask; in gen6_rc6_enable() local 274 rc6vids = 0; in gen6_rc6_enable() 275 ret = snb_pcode_read(rc6_to_gt(rc6)->uncore, GEN6_PCODE_READ_RC6VIDS, &rc6vids, NULL); in gen6_rc6_enable() 279 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable() 282 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable() 283 rc6vids &= 0xffff00; in gen6_rc6_enable() 284 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_rc6_enable() 285 ret = snb_pcode_write(rc6_to_gt(rc6)->uncore, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_rc6_enable()
|
A D | intel_gt_pm_debugfs.c | 116 u32 gt_core_status, mt_fwake_req, rcctl1, rc6vids = 0; in gen6_drpc() local 131 snb_pcode_read(gt->uncore, GEN6_PCODE_READ_RC6VIDS, &rc6vids, NULL); in gen6_drpc() 190 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc() 192 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc() 194 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc()
|
Completed in 5 milliseconds