Symbol: intel_uncore
drivers/gpu/drm/i915/display/i9xx_wm.c
1866
struct intel_uncore *uncore = to_intel_uncore(display->drm);
drivers/gpu/drm/i915/display/intel_de.h
15
static inline struct intel_uncore *__to_uncore(struct intel_display *display)
drivers/gpu/drm/i915/display/intel_display.c
7426
struct intel_uncore *uncore = to_intel_uncore(display->drm);
drivers/gpu/drm/i915/display/intel_vblank.c
309
struct intel_uncore *uncore = to_intel_uncore(display->drm);
drivers/gpu/drm/i915/display/intel_vblank.c
316
struct intel_uncore *uncore = to_intel_uncore(display->drm);
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
114
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
229
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
264
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
297
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
326
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
353
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
386
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
406
struct intel_uncore *uncore,
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
472
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
892
static int mtl_get_gms_size(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
919
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/gt/gen6_ppgtt.c
33
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/gen6_ppgtt.c
50
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/gen8_ppgtt.c
91
struct intel_uncore *uncore = ppgtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1627
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1772
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_engine_cs.c
275
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_engine_types.h
368
struct intel_uncore *uncore;
drivers/gpu/drm/i915/gt/intel_engine_types.h
54
struct intel_uncore;
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
3537
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt.c
1198
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt.c
194
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt.c
219
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt.c
234
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
142
struct intel_uncore *uncore = fence_to_uncore(fence);
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
167
struct intel_uncore *uncore = fence_to_uncore(fence);
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
207
struct intel_uncore *uncore = fence_to_uncore(fence);
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
57
static struct intel_uncore *fence_to_uncore(struct i915_fence_reg *fence)
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
577
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
845
struct intel_uncore *uncore = ggtt->vm.gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
903
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
95
struct intel_uncore *uncore = fence_to_uncore(fence);
drivers/gpu/drm/i915/gt/intel_gt.c
145
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt.c
175
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt.c
248
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt.c
368
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt.c
408
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt.c
857
struct intel_uncore *uncore;
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
108
static u32 gen6_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
120
static u32 gen5_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
129
static u32 g4x_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
14
static u32 read_reference_ts_freq(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
140
static u32 gen4_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
154
static u32 read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
31
static u32 gen11_get_crystal_clock_freq(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
55
static u32 gen11_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
87
static u32 gen9_read_clock_frequency(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gt_irq.c
217
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_irq.c
265
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_irq.c
455
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_irq.c
477
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_irq.c
517
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_irq.c
526
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_mcr.c
211
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_mcr.c
289
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
121
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
209
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
268
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
344
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
512
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
72
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
95
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c
16
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c
64
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c
77
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gt_types.h
102
struct intel_uncore *uncore;
drivers/gpu/drm/i915/gt/intel_gt_types.h
38
struct intel_uncore;
drivers/gpu/drm/i915/gt/intel_gtt.c
437
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_gtt.c
502
static void xelpmp_setup_private_ppat(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gtt.c
540
static void tgl_setup_private_ppat(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gtt.c
576
static void icl_setup_private_ppat(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gtt.c
609
static void bdw_setup_private_ppat(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gtt.c
632
static void chv_setup_private_ppat(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_gtt.c
670
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_mocs.c
555
static void __init_mocs_table(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_rc6.c
142
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
212
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
234
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
288
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
310
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
363
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
391
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
419
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
433
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
51
static struct intel_uncore *rc6_to_uncore(struct intel_rc6 *rc)
drivers/gpu/drm/i915/gt/intel_rc6.c
562
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
639
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
64
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_rc6.c
677
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
688
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
728
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_rc6.c
744
static u64 vlv_residency_raw(struct intel_uncore *uncore, const i915_reg_t reg)
drivers/gpu/drm/i915/gt/intel_rc6.c
792
struct intel_uncore *uncore = rc6_to_uncore(rc6);
drivers/gpu/drm/i915/gt/intel_region_lmem.c
155
static bool get_legacy_lowmem_region(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_region_lmem.c
170
static int reserve_lowmem_region(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_region_lmem.c
190
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
201
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
236
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
270
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
414
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
504
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_reset.c
564
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_ring_submission.c
1045
struct intel_uncore *uncore = request->engine->uncore;
drivers/gpu/drm/i915/gt/intel_rps.c
1095
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1111
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1122
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1243
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_rps.c
1259
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1273
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1348
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1452
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1499
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1550
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1773
static void vlv_c0_read(struct intel_uncore *uncore, struct intel_rps_ei *ei)
drivers/gpu/drm/i915/gt/intel_rps.c
1783
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
1960
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
2116
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
2168
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
2270
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_rps.c
2432
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_rps.c
2653
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
2662
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
2687
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
283
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
326
struct intel_uncore *uncore =
drivers/gpu/drm/i915/gt/intel_rps.c
361
static unsigned long ips_mch_val(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_rps.c
398
struct intel_uncore *uncore =
drivers/gpu/drm/i915/gt/intel_rps.c
442
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
493
static unsigned int init_emon(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_rps.c
51
static struct intel_uncore *rps_to_uncore(struct intel_rps *rps)
drivers/gpu/drm/i915/gt/intel_rps.c
563
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
633
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_rps.c
684
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_rps.c
75
static void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
drivers/gpu/drm/i915/gt/intel_rps.c
805
struct intel_uncore *uncore = rps_to_uncore(rps);
drivers/gpu/drm/i915/gt/intel_sa_media.c
17
struct intel_uncore *uncore;
drivers/gpu/drm/i915/gt/intel_sseu.c
190
xehp_load_dss_mask(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_sseu.c
213
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu.c
257
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu.c
298
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu.c
381
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu.c
485
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c
115
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c
21
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c
55
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_tlb.c
52
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_wopcm.c
202
static bool __wopcm_regs_locked(struct intel_uncore *uncore,
drivers/gpu/drm/i915/gt/intel_wopcm.c
217
static bool __wopcm_regs_writable(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/intel_workarounds.c
134
wal_get_fw_for_rmw(struct intel_uncore *uncore, const struct i915_wa_list *wal)
drivers/gpu/drm/i915/gt/intel_workarounds.c
1762
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_workarounds.c
1816
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/intel_workarounds.c
2170
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/intel_workarounds.c
995
struct intel_uncore *uncore = rq->engine->uncore;
drivers/gpu/drm/i915/gt/selftest_rps.c
901
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/selftest_rps.c
978
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c
17
static bool gsc_is_in_reset(struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c
25
static u32 gsc_uc_get_fw_status(struct intel_uncore *uncore, bool needs_wakeref)
drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.h
13
struct intel_uncore;
drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.c
321
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc.c
385
struct intel_uncore *uncore = guc_to_gt(guc)->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc.c
514
struct intel_uncore *uncore = guc_to_gt(guc)->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc.c
917
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
107
static inline bool guc_load_done(struct intel_uncore *uncore, u32 *status, bool *success)
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
167
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
24
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
300
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
62
struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
79
struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
91
struct intel_uncore *uncore)
drivers/gpu/drm/i915/gt/uc/intel_huc.c
454
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_uc.c
355
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_uc.c
404
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
1043
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/gvt/aperture_gm.c
138
struct intel_uncore *uncore = gvt->gt->uncore;
drivers/gpu/drm/i915/gvt/aperture_gm.c
173
struct intel_uncore *uncore = gvt->gt->uncore;
drivers/gpu/drm/i915/gvt/aperture_gm.c
198
struct intel_uncore *uncore = gvt->gt->uncore;
drivers/gpu/drm/i915/gvt/mmio_context.c
182
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gvt/mmio_context.c
369
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gvt/mmio_context.c
422
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gvt/mmio_context.c
490
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/gvt/scheduler.c
278
struct intel_uncore *uncore = engine->uncore;
drivers/gpu/drm/i915/i915_debugfs.c
326
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_display_pc8.c
15
struct intel_uncore *uncore = &to_i915(drm)->uncore;
drivers/gpu/drm/i915/i915_display_pc8.c
23
struct intel_uncore *uncore = &to_i915(drm)->uncore;
drivers/gpu/drm/i915/i915_drv.h
187
struct intel_uncore uncore;
drivers/gpu/drm/i915/i915_gpu_error.c
1263
struct intel_uncore *uncore = gt->_gt->uncore;
drivers/gpu/drm/i915/i915_gpu_error.c
1791
static u32 read_guc_state_reg(struct intel_uncore *uncore, int range, int count)
drivers/gpu/drm/i915/i915_gpu_error.c
1800
static void gt_record_guc_hw_state(struct intel_uncore *uncore,
drivers/gpu/drm/i915/i915_gpu_error.c
1864
struct intel_uncore *uncore = gt->_gt->uncore;
drivers/gpu/drm/i915/i915_gpu_error.c
1912
struct intel_uncore *uncore = gt->_gt->uncore;
drivers/gpu/drm/i915/i915_hwmon.c
105
struct intel_uncore *uncore = ddat->uncore;
drivers/gpu/drm/i915/i915_hwmon.c
140
struct intel_uncore *uncore = ddat->uncore;
drivers/gpu/drm/i915/i915_hwmon.c
59
struct intel_uncore *uncore;
drivers/gpu/drm/i915/i915_hwmon.c
84
struct intel_uncore *uncore = ddat->uncore;
drivers/gpu/drm/i915/i915_hwmon.c
841
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/i915_ioctl.c
44
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/i915_irq.c
112
void gen2_irq_init(struct intel_uncore *uncore, struct i915_irq_regs regs,
drivers/gpu/drm/i915/i915_irq.c
122
void gen2_error_reset(struct intel_uncore *uncore, struct i915_error_regs regs)
drivers/gpu/drm/i915/i915_irq.c
133
void gen2_error_init(struct intel_uncore *uncore, struct i915_error_regs regs,
drivers/gpu/drm/i915/i915_irq.c
621
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
634
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/i915_irq.c
648
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
668
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
715
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/i915_irq.c
730
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
79
void gen2_irq_reset(struct intel_uncore *uncore, struct i915_irq_regs regs)
drivers/gpu/drm/i915/i915_irq.c
824
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
836
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
901
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
932
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/i915_irq.c
96
void gen2_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg)
drivers/gpu/drm/i915/i915_irq.h
14
struct intel_uncore;
drivers/gpu/drm/i915/i915_irq.h
36
void gen2_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg);
drivers/gpu/drm/i915/i915_irq.h
38
void gen2_irq_reset(struct intel_uncore *uncore, struct i915_irq_regs regs);
drivers/gpu/drm/i915/i915_irq.h
40
void gen2_irq_init(struct intel_uncore *uncore, struct i915_irq_regs regs,
drivers/gpu/drm/i915/i915_irq.h
43
void gen2_error_reset(struct intel_uncore *uncore, struct i915_error_regs regs);
drivers/gpu/drm/i915/i915_irq.h
44
void gen2_error_init(struct intel_uncore *uncore, struct i915_error_regs regs,
drivers/gpu/drm/i915/i915_perf.c
1043
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
1157
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
1702
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
1747
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
1800
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2385
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2409
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2800
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2860
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2922
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2932
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2943
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
2973
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
3003
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
3071
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
3083
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
3095
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
439
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
447
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
454
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
733
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf.c
952
struct intel_uncore *uncore = stream->uncore;
drivers/gpu/drm/i915/i915_perf_types.h
176
struct intel_uncore *uncore;
drivers/gpu/drm/i915/i915_vgpu.c
258
struct intel_uncore *uncore = &dev_priv->uncore;
drivers/gpu/drm/i915/intel_clock_gating.c
370
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/intel_pcode.c
100
int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1)
drivers/gpu/drm/i915/intel_pcode.c
117
int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val,
drivers/gpu/drm/i915/intel_pcode.c
135
static bool skl_pcode_try_request(struct intel_uncore *uncore, u32 mbox,
drivers/gpu/drm/i915/intel_pcode.c
163
int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request,
drivers/gpu/drm/i915/intel_pcode.c
211
static int pcode_init_wait(struct intel_uncore *uncore, int timeout_ms)
drivers/gpu/drm/i915/intel_pcode.c
227
int intel_pcode_init(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_pcode.c
249
int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val)
drivers/gpu/drm/i915/intel_pcode.c
265
int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val)
drivers/gpu/drm/i915/intel_pcode.c
60
static int __snb_pcode_rw(struct intel_uncore *uncore, u32 mbox,
drivers/gpu/drm/i915/intel_pcode.h
12
struct intel_uncore;
drivers/gpu/drm/i915/intel_pcode.h
14
int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1);
drivers/gpu/drm/i915/intel_pcode.h
15
int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val, int timeout_ms);
drivers/gpu/drm/i915/intel_pcode.h
19
int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request,
drivers/gpu/drm/i915/intel_pcode.h
22
int intel_pcode_init(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_pcode.h
27
int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val);
drivers/gpu/drm/i915/intel_pcode.h
28
int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val);
drivers/gpu/drm/i915/intel_uncore.c
1185
static bool is_shadowed(struct intel_uncore *uncore, u32 offset)
drivers/gpu/drm/i915/intel_uncore.c
1200
gen6_reg_write_fw_domains(struct intel_uncore *uncore, i915_reg_t reg)
drivers/gpu/drm/i915/intel_uncore.c
1770
ilk_dummy_write(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
1779
__unclaimed_reg_debug(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1793
__unclaimed_previous_reg_debug(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1805
unclaimed_reg_debug_header(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1821
unclaimed_reg_debug_footer(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1833
vgpu_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
1853
gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
1861
gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
1899
static noinline void ___force_wake_auto(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1913
static inline void __force_wake_auto(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
1928
fwtable_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) \
drivers/gpu/drm/i915/intel_uncore.c
1940
fwtable_reg_read_fw_domains(struct intel_uncore *uncore, i915_reg_t reg) {
drivers/gpu/drm/i915/intel_uncore.c
1961
gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
1969
gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
2005
gen6_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
2018
fwtable_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
2029
fwtable_reg_write_fw_domains(struct intel_uncore *uncore, i915_reg_t reg)
drivers/gpu/drm/i915/intel_uncore.c
2044
vgpu_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
drivers/gpu/drm/i915/intel_uncore.c
2079
static int __fw_domain_init(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2134
static void fw_domain_fini(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2151
static void intel_uncore_fw_domains_fini(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2180
static int intel_uncore_fw_domains_init(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2334
struct intel_uncore *uncore = container_of(nb,
drivers/gpu/drm/i915/intel_uncore.c
2335
struct intel_uncore, pmic_bus_access_nb);
drivers/gpu/drm/i915/intel_uncore.c
2369
int intel_uncore_setup_mmio(struct intel_uncore *uncore, phys_addr_t phys_addr)
drivers/gpu/drm/i915/intel_uncore.c
2401
void intel_uncore_init_early(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2410
static void uncore_raw_init(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2426
static int uncore_media_forcewake_init(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2442
static int uncore_forcewake_init(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2501
static int sanity_check_mmio_access(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2531
int intel_uncore_init_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2590
void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2653
static void driver_initiated_flr(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2714
struct intel_uncore *uncore = data;
drivers/gpu/drm/i915/intel_uncore.c
2755
int __intel_wait_for_register_fw(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2804
int __intel_wait_for_register(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
2844
bool intel_uncore_unclaimed_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2859
intel_uncore_arm_unclaimed_mmio_detection(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
2904
intel_uncore_forcewake_for_reg(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
304
fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
drivers/gpu/drm/i915/intel_uncore.c
323
fw_domains_get_with_fallback(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
343
fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
drivers/gpu/drm/i915/intel_uncore.c
357
fw_domains_reset(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
372
static inline u32 gt_thread_status(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
382
static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
393
static void fw_domains_get_with_thread_status(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
403
gen6_check_for_fifo_debug(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
416
fw_domains_get_normal_fifo(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
424
fw_domains_get_with_thread_status_fifo(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
431
static inline u32 fifo_free_entries(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
438
static void __gen6_gt_wait_for_fifo(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
45
struct intel_uncore *to_intel_uncore(struct drm_device *drm)
drivers/gpu/drm/i915/intel_uncore.c
467
struct intel_uncore *uncore = domain->uncore;
drivers/gpu/drm/i915/intel_uncore.c
490
intel_uncore_forcewake_reset(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
53
fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
drivers/gpu/drm/i915/intel_uncore.c
550
fpga_check_for_unclaimed_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
580
vlv_check_for_unclaimed_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
594
check_for_unclaimed_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
612
static void forcewake_early_sanitize(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
641
void intel_uncore_suspend(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
653
void intel_uncore_resume_early(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
669
void intel_uncore_runtime_resume(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
67
static void mmio_debug_suspend(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
677
static void __intel_uncore_forcewake_get(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
709
void intel_uncore_forcewake_get(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
732
void intel_uncore_forcewake_user_get(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
749
void intel_uncore_forcewake_user_put(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
767
void intel_uncore_forcewake_get__locked(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
778
static void __intel_uncore_forcewake_put(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
811
void intel_uncore_forcewake_put(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
824
void intel_uncore_forcewake_put_delayed(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
83
static bool check_for_unclaimed_mmio(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.c
842
void intel_uncore_forcewake_flush(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
85
static void mmio_debug_resume(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
867
void intel_uncore_forcewake_put__locked(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
878
void assert_forcewakes_inactive(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.c
888
void assert_forcewakes_active(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.c
968
find_fw_domain(struct intel_uncore *uncore, u32 offset)
drivers/gpu/drm/i915/intel_uncore.h
102
u8 (*mmio_readb)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
104
u16 (*mmio_readw)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
106
u32 (*mmio_readl)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
108
u64 (*mmio_readq)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
111
void (*mmio_writeb)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
113
void (*mmio_writew)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
115
void (*mmio_writel)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
174
struct intel_uncore *uncore;
drivers/gpu/drm/i915/intel_uncore.h
198
intel_uncore_has_forcewake(const struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
204
intel_uncore_has_fpga_dbg_unclaimed(const struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
210
intel_uncore_has_dbg_unclaimed(const struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
216
intel_uncore_has_fifo(const struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
222
intel_uncore_needs_flr_on_fini(const struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
228
intel_uncore_set_flr_on_fini(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
234
void intel_uncore_init_early(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
236
int intel_uncore_setup_mmio(struct intel_uncore *uncore, phys_addr_t phys_addr);
drivers/gpu/drm/i915/intel_uncore.h
237
int intel_uncore_init_mmio(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
238
void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
240
bool intel_uncore_unclaimed_mmio(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
241
bool intel_uncore_arm_unclaimed_mmio_detection(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
242
void intel_uncore_cleanup_mmio(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
244
void intel_uncore_suspend(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
245
void intel_uncore_resume_early(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
246
void intel_uncore_runtime_resume(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
248
void assert_forcewakes_inactive(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
249
void assert_forcewakes_active(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
254
intel_uncore_forcewake_for_reg(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
259
void intel_uncore_forcewake_get(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
261
void intel_uncore_forcewake_put(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
263
void intel_uncore_forcewake_put_delayed(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
265
void intel_uncore_forcewake_flush(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
272
void intel_uncore_forcewake_get__locked(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
274
void intel_uncore_forcewake_put__locked(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
277
void intel_uncore_forcewake_user_get(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
278
void intel_uncore_forcewake_user_put(struct intel_uncore *uncore);
drivers/gpu/drm/i915/intel_uncore.h
280
int __intel_wait_for_register(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
288
intel_wait_for_register(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
298
int __intel_wait_for_register_fw(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
306
intel_wait_for_register_fw(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
321
static inline u##x__ __raw_uncore_read##x__(const struct intel_uncore *uncore, \
drivers/gpu/drm/i915/intel_uncore.h
331
static inline void __raw_uncore_write##x__(const struct intel_uncore *uncore, \
drivers/gpu/drm/i915/intel_uncore.h
353
static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
drivers/gpu/drm/i915/intel_uncore.h
360
static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
drivers/gpu/drm/i915/intel_uncore.h
39
struct intel_uncore;
drivers/gpu/drm/i915/intel_uncore.h
430
static inline u32 intel_uncore_rmw(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
441
static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
453
intel_uncore_read64_2x32(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
482
static inline int intel_uncore_write_and_verify(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
494
static inline void __iomem *intel_uncore_regs(struct intel_uncore *uncore)
drivers/gpu/drm/i915/intel_uncore.h
499
struct intel_uncore *to_intel_uncore(struct drm_device *drm);
drivers/gpu/drm/i915/intel_uncore.h
92
void (*force_wake_get)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
97
enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/intel_uncore.h
99
enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
drivers/gpu/drm/i915/pxp/intel_pxp_irq.c
56
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/pxp/intel_pxp_session.c
22
struct intel_uncore *uncore = pxp->ctrl_gt->uncore;
drivers/gpu/drm/i915/pxp/intel_pxp_session.c
35
struct intel_uncore *uncore = pxp->ctrl_gt->uncore;
drivers/gpu/drm/i915/selftests/i915_selftest.c
329
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/selftests/intel_uncore.c
164
struct intel_uncore *uncore = gt->uncore;
drivers/gpu/drm/i915/selftests/mock_uncore.c
29
nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { }
drivers/gpu/drm/i915/selftests/mock_uncore.c
36
nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
drivers/gpu/drm/i915/selftests/mock_uncore.c
42
void mock_uncore_init(struct intel_uncore *uncore,
drivers/gpu/drm/i915/selftests/mock_uncore.h
29
struct intel_uncore;
drivers/gpu/drm/i915/selftests/mock_uncore.h
31
void mock_uncore_init(struct intel_uncore *uncore,
drivers/gpu/drm/i915/vlv_iosf_sb.c
91
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/vlv_suspend.c
114
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/vlv_suspend.c
199
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/vlv_suspend.c
308
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/vlv_suspend.c
332
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/i915/vlv_suspend.c
375
struct intel_uncore *uncore = &i915->uncore;
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
101
static inline u32 intel_uncore_read_fw(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
109
static inline void intel_uncore_write_fw(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
117
static inline u32 intel_uncore_read_notrace(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
125
static inline void intel_uncore_write_notrace(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
134
intel_uncore_arm_unclaimed_mmio_detection(struct intel_uncore *uncore)
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
14
static inline struct intel_uncore *to_intel_uncore(struct drm_device *drm)
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
19
static inline struct xe_mmio *__compat_uncore_to_mmio(struct intel_uncore *uncore)
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
26
static inline u32 intel_uncore_read(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
34
static inline u8 intel_uncore_read8(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
42
static inline void intel_uncore_write8(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
50
static inline u16 intel_uncore_read16(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
59
intel_uncore_read64_2x32(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
77
static inline void intel_uncore_posting_read(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
85
static inline void intel_uncore_write(struct intel_uncore *uncore,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
93
static inline u32 intel_uncore_rmw(struct intel_uncore *uncore,