Searched refs:intel_uncore (Results 1 - 25 of 65) sorted by relevance

123

/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dmock_uncore.h29 struct intel_uncore;
31 void mock_uncore_init(struct intel_uncore *uncore,
H A Dmock_uncore.c29 nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { }
36 nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
42 void mock_uncore_init(struct intel_uncore *uncore,
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_pcode.h11 struct intel_uncore;
13 int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1);
14 int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val,
19 int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request,
22 int intel_pcode_init(struct intel_uncore *uncore);
27 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val);
28 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val);
H A Dintel_uncore.h39 struct intel_uncore;
92 void (*force_wake_get)(struct intel_uncore *uncore,
97 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
99 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
102 u8 (*mmio_readb)(struct intel_uncore *uncore,
104 u16 (*mmio_readw)(struct intel_uncore *uncore,
106 u32 (*mmio_readl)(struct intel_uncore *uncore,
108 u64 (*mmio_readq)(struct intel_uncore *uncore,
111 void (*mmio_writeb)(struct intel_uncore *uncore,
113 void (*mmio_writew)(struct intel_uncore *uncor
132 struct intel_uncore { struct
[all...]
H A Di915_irq.h21 struct intel_uncore;
43 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg);
45 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
48 void gen3_irq_init(struct intel_uncore *uncore,
H A Dintel_pcode.c55 static int __snb_pcode_rw(struct intel_uncore *uncore, u32 mbox,
95 int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1)
112 int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val,
131 static bool skl_pcode_try_request(struct intel_uncore *uncore, u32 mbox,
159 int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request,
207 static int pcode_init_wait(struct intel_uncore *uncore, int timeout_ms)
223 int intel_pcode_init(struct intel_uncore *uncore)
245 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val)
261 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val)
H A Dintel_uncore.c42 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
56 static void mmio_debug_suspend(struct intel_uncore *uncore)
72 static bool check_for_unclaimed_mmio(struct intel_uncore *uncore);
74 static void mmio_debug_resume(struct intel_uncore *uncore)
295 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
314 fw_domains_get_with_fallback(struct intel_uncore *uncore,
334 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
348 fw_domains_reset(struct intel_uncore *uncore,
363 static inline u32 gt_thread_status(struct intel_uncore *uncore)
373 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncor
[all...]
H A Di915_irq.c81 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
96 static void gen2_irq_reset(struct intel_uncore *uncore)
113 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg)
129 static void gen2_assert_iir_is_zero(struct intel_uncore *uncore)
145 void gen3_irq_init(struct intel_uncore *uncore,
157 static void gen2_irq_init(struct intel_uncore *uncore,
664 struct intel_uncore *uncore = &dev_priv->uncore;
679 struct intel_uncore *uncore = &dev_priv->uncore;
712 struct intel_uncore *uncore = &dev_priv->uncore;
728 struct intel_uncore *uncor
[all...]
H A Dintel_sbi.c17 struct intel_uncore *uncore = &i915->uncore;
H A Di915_ioctl.c13 #include "intel_uncore.h"
44 struct intel_uncore *uncore = &i915->uncore;
H A Dvlv_suspend.c111 struct intel_uncore *uncore = &i915->uncore;
196 struct intel_uncore *uncore = &i915->uncore;
305 struct intel_uncore *uncore = &i915->uncore;
329 struct intel_uncore *uncore = &i915->uncore;
372 struct intel_uncore *uncore = &i915->uncore;
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_fw.h13 struct intel_uncore;
H A Dintel_guc_fw.c22 struct intel_uncore *uncore = gt->uncore;
52 struct intel_uncore *uncore)
69 struct intel_uncore *uncore)
81 struct intel_uncore *uncore)
97 static inline bool guc_load_done(struct intel_uncore *uncore, u32 *status, bool *success)
156 struct intel_uncore *uncore = gt->uncore;
283 struct intel_uncore *uncore = gt->uncore;
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_clock_utils.c13 static u32 read_reference_ts_freq(struct intel_uncore *uncore)
30 static u32 gen11_get_crystal_clock_freq(struct intel_uncore *uncore,
56 static u32 gen11_read_clock_frequency(struct intel_uncore *uncore)
89 static u32 gen9_read_clock_frequency(struct intel_uncore *uncore)
111 static u32 gen6_read_clock_frequency(struct intel_uncore *uncore)
123 static u32 gen5_read_clock_frequency(struct intel_uncore *uncore)
132 static u32 g4x_read_clock_frequency(struct intel_uncore *uncore)
143 static u32 gen4_read_clock_frequency(struct intel_uncore *uncore)
157 static u32 read_clock_frequency(struct intel_uncore *uncore)
H A Dintel_rc6.c46 static struct intel_uncore *rc6_to_uncore(struct intel_rc6 *rc)
59 struct intel_uncore *uncore = gt->uncore;
148 struct intel_uncore *uncore = rc6_to_uncore(rc6);
218 struct intel_uncore *uncore = rc6_to_uncore(rc6);
240 struct intel_uncore *uncore = rc6_to_uncore(rc6);
294 struct intel_uncore *uncore = rc6_to_uncore(rc6);
316 struct intel_uncore *uncore = rc6_to_uncore(rc6);
369 struct intel_uncore *uncore = rc6_to_uncore(rc6);
397 struct intel_uncore *uncore = rc6_to_uncore(rc6);
425 struct intel_uncore *uncor
[all...]
H A Dintel_gt_pm_irq.c16 struct intel_uncore *uncore = gt->uncore;
64 struct intel_uncore *uncore = gt->uncore;
77 struct intel_uncore *uncore = gt->uncore;
H A Dintel_sa_media.c16 struct intel_uncore *uncore;
H A Dintel_ggtt_fencing.c54 static struct intel_uncore *fence_to_uncore(struct i915_fence_reg *fence)
92 struct intel_uncore *uncore = fence_to_uncore(fence);
139 struct intel_uncore *uncore = fence_to_uncore(fence);
164 struct intel_uncore *uncore = fence_to_uncore(fence);
204 struct intel_uncore *uncore = fence_to_uncore(fence);
573 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
845 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
905 struct intel_uncore *uncore = gt->uncore;
H A Dintel_rps.c48 static struct intel_uncore *rps_to_uncore(struct intel_rps *rps)
72 static void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
280 struct intel_uncore *uncore = rps_to_uncore(rps);
318 struct intel_uncore *uncore =
353 static unsigned long ips_mch_val(struct intel_uncore *uncore)
390 struct intel_uncore *uncore =
434 struct intel_uncore *uncore = rps_to_uncore(rps);
485 static unsigned int init_emon(struct intel_uncore *uncore)
554 struct intel_uncore *uncore = rps_to_uncore(rps);
625 struct intel_uncore *uncor
[all...]
H A Dintel_gt_types.h38 struct intel_uncore;
102 struct intel_uncore *uncore;
H A Dintel_gt_pm_debugfs.c24 #include "intel_uncore.h"
72 struct intel_uncore *uncore = gt->uncore;
91 struct intel_uncore *uncore = gt->uncore;
117 struct intel_uncore *uncore = gt->uncore;
205 struct intel_uncore *uncore = gt->uncore;
264 struct intel_uncore *uncore = gt->uncore;
341 struct intel_uncore *uncore = gt->uncore;
514 struct intel_uncore *uncore = gt->uncore;
H A Dintel_gtt.c406 struct intel_uncore *uncore = gt->uncore;
471 static void xelpmp_setup_private_ppat(struct intel_uncore *uncore)
509 static void tgl_setup_private_ppat(struct intel_uncore *uncore)
545 static void icl_setup_private_ppat(struct intel_uncore *uncore)
578 static void bdw_setup_private_ppat(struct intel_uncore *uncore)
601 static void chv_setup_private_ppat(struct intel_uncore *uncore)
639 struct intel_uncore *uncore = gt->uncore;
/openbsd-current/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_irq.c55 struct intel_uncore *uncore = gt->uncore;
H A Dintel_pxp_session.c20 struct intel_uncore *uncore = pxp->ctrl_gt->uncore;
33 struct intel_uncore *uncore = pxp->ctrl_gt->uncore;
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_stolen.c89 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
206 struct intel_uncore *uncore,
241 struct intel_uncore *uncore,
274 struct intel_uncore *uncore,
303 struct intel_uncore *uncore,
330 struct intel_uncore *uncore,
363 struct intel_uncore *uncore,
383 struct intel_uncore *uncore,
449 struct intel_uncore *uncore = &i915->uncore;
903 static int mtl_get_gms_size(struct intel_uncore *uncor
[all...]

Completed in 233 milliseconds

123