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

123

/linux-master/drivers/gpu/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,
/linux-master/drivers/gpu/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)
291 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
310 fw_domains_get_with_fallback(struct intel_uncore *uncore,
330 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
344 fw_domains_reset(struct intel_uncore *uncore,
359 static inline u32 gt_thread_status(struct intel_uncore *uncore)
369 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;
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_pcode.h9 #include "intel_uncore.h"
13 snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val,
21 snb_pcode_write(struct intel_uncore *uncore, u32 mbox, u32 val)
28 snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1)
34 skl_pcode_request(struct intel_uncore *uncore, u32 mbox,
H A Dintel_uncore.h13 static inline struct xe_gt *__compat_uncore_to_gt(struct intel_uncore *uncore)
20 static inline u32 intel_uncore_read(struct intel_uncore *uncore,
28 static inline u32 intel_uncore_read8(struct intel_uncore *uncore,
36 static inline u32 intel_uncore_read16(struct intel_uncore *uncore,
45 intel_uncore_read64_2x32(struct intel_uncore *uncore,
63 static inline void intel_uncore_posting_read(struct intel_uncore *uncore,
71 static inline void intel_uncore_write(struct intel_uncore *uncore,
79 static inline u32 intel_uncore_rmw(struct intel_uncore *uncore,
87 static inline int intel_wait_for_register(struct intel_uncore *uncore,
97 static inline int intel_wait_for_register_fw(struct intel_uncore *uncor
[all...]
/linux-master/drivers/gpu/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;
/linux-master/drivers/gpu/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_gt_types.h38 struct intel_uncore;
102 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;
841 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
901 struct intel_uncore *uncore = gt->uncore;
H A Dintel_rps.c46 static struct intel_uncore *rps_to_uncore(struct intel_rps *rps)
70 static void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
278 struct intel_uncore *uncore = rps_to_uncore(rps);
316 struct intel_uncore *uncore =
351 static unsigned long ips_mch_val(struct intel_uncore *uncore)
388 struct intel_uncore *uncore =
432 struct intel_uncore *uncore = rps_to_uncore(rps);
483 static unsigned int init_emon(struct intel_uncore *uncore)
552 struct intel_uncore *uncore = rps_to_uncore(rps);
623 struct intel_uncore *uncor
[all...]
H A Dintel_region_lmem.c169 static bool get_legacy_lowmem_region(struct intel_uncore *uncore,
184 static int reserve_lowmem_region(struct intel_uncore *uncore,
204 struct intel_uncore *uncore = gt->uncore;
/linux-master/drivers/gpu/drm/xe/display/ext/
H A Di915_irq.c9 #include "intel_uncore.h"
11 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
29 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg)
46 void gen3_irq_init(struct intel_uncore *uncore,
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_irq.c56 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;

Completed in 229 milliseconds

123