/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
debugfs_gt_pm.c | 85 u32 gt_core_status, rcctl1, rc6vids = 0; local in function:gen6_drpc 100 &rc6vids, NULL); 158 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); 160 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); 162 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff)));
|
intel_rc6.c | 220 u32 rc6vids, rc6_mask; local in function:gen6_rc6_enable 252 rc6vids = 0; 254 &rc6vids, NULL); 258 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { 260 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); 261 rc6vids &= 0xffff00; 262 rc6vids |= GEN6_ENCODE_RC6_VID(450); 263 ret = sandybridge_pcode_write(i915, GEN6_PCODE_WRITE_RC6VIDS, rc6vids);
|
debugfs_gt_pm.c | 85 u32 gt_core_status, rcctl1, rc6vids = 0; local in function:gen6_drpc 100 &rc6vids, NULL); 158 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); 160 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); 162 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff)));
|
intel_rc6.c | 220 u32 rc6vids, rc6_mask; local in function:gen6_rc6_enable 252 rc6vids = 0; 254 &rc6vids, NULL); 258 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { 260 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); 261 rc6vids &= 0xffff00; 262 rc6vids |= GEN6_ENCODE_RC6_VID(450); 263 ret = sandybridge_pcode_write(i915, GEN6_PCODE_WRITE_RC6VIDS, rc6vids);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 1126 u32 gt_core_status, rcctl1, rc6vids = 0; local in function:gen6_drpc_info 1140 &rc6vids, NULL); 1198 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); 1200 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); 1202 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff)));
|
i915_debugfs.c | 1126 u32 gt_core_status, rcctl1, rc6vids = 0; local in function:gen6_drpc_info 1140 &rc6vids, NULL); 1198 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); 1200 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); 1202 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff)));
|