Home
last modified time | relevance | path

Searched refs:GEN6_DECODE_RC6_VID (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Ddebugfs_gt_pm.c154 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()
Dintel_rc6.c257 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable()
260 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h9202 #define GEN6_DECODE_RC6_VID(vids) (((vids) * 5) + 245) macro