Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c222 u32 rc6vids, rc6_mask; in gen6_rc6_enable() local
251 rc6vids = 0; in gen6_rc6_enable()
253 &rc6vids, NULL); in gen6_rc6_enable()
257 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable()
260 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable()
261 rc6vids &= 0xffff00; in gen6_rc6_enable()
262 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_rc6_enable()
263 ret = sandybridge_pcode_write(i915, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_rc6_enable()
H A Ddebugfs_gt_pm.c81 u32 gt_core_status, rcctl1, rc6vids = 0; in gen6_drpc() local
96 &rc6vids, NULL); in gen6_drpc()
154 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc()
156 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc()
158 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c246 u32 rc6vids, rc6_mask; in gen6_rc6_enable() local
275 rc6vids = 0; in gen6_rc6_enable()
276 ret = snb_pcode_read(rc6_to_gt(rc6)->uncore, GEN6_PCODE_READ_RC6VIDS, &rc6vids, NULL); in gen6_rc6_enable()
280 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable()
283 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable()
284 rc6vids &= 0xffff00; in gen6_rc6_enable()
285 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_rc6_enable()
286 ret = snb_pcode_write(rc6_to_gt(rc6)->uncore, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_rc6_enable()
H A Dintel_gt_pm_debugfs.c116 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