HomeSort by: relevance | last modified time | path
    Searched refs:intel_uncore (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_uncore.h 31 struct intel_uncore;
33 void mock_uncore_init(struct intel_uncore *uncore,
mock_uncore.c 34 nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { }
41 nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
47 void mock_uncore_init(struct intel_uncore *uncore,
intel_uncore.c 1 /* $NetBSD: intel_uncore.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */
28 __KERNEL_RCSID(0, "$NetBSD: intel_uncore.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $");
150 struct intel_uncore *uncore = gt->uncore;
265 struct intel_uncore *uncore = gt->uncore;
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.h 1 /* $NetBSD: intel_uncore.h,v 1.11 2021/12/19 12:40:43 riastradh Exp $ */
39 struct intel_uncore;
77 void (*force_wake_get)(struct intel_uncore *uncore,
79 void (*force_wake_put)(struct intel_uncore *uncore,
82 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
84 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
87 u8 (*mmio_readb)(struct intel_uncore *uncore,
89 u16 (*mmio_readw)(struct intel_uncore *uncore,
91 u32 (*mmio_readl)(struct intel_uncore *uncore,
93 u64 (*mmio_readq)(struct intel_uncore *uncore
112 struct intel_uncore { struct
    [all...]
intel_uncore.c 1 /* $NetBSD: intel_uncore.c,v 1.20 2021/12/19 12:32:15 riastradh Exp $ */
27 __KERNEL_RCSID(0, "$NetBSD: intel_uncore.c,v 1.20 2021/12/19 12:32:15 riastradh Exp $");
279 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
298 fw_domains_get_with_fallback(struct intel_uncore *uncore,
318 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
332 fw_domains_reset(struct intel_uncore *uncore,
347 static inline u32 gt_thread_status(struct intel_uncore *uncore)
357 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore)
367 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore,
376 static inline u32 fifo_free_entries(struct intel_uncore *uncore
    [all...]
i915_irq.h 22 struct intel_uncore;
125 void gen2_irq_reset(struct intel_uncore *uncore);
126 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
129 void gen2_irq_init(struct intel_uncore *uncore,
131 void gen3_irq_init(struct intel_uncore *uncore,
i915_gem_fence_reg.c 73 static struct intel_uncore *fence_to_uncore(struct i915_fence_reg *fence)
114 struct intel_uncore *uncore = fence_to_uncore(fence);
167 struct intel_uncore *uncore = fence_to_uncore(fence);
199 struct intel_uncore *uncore = fence_to_uncore(fence);
237 struct intel_uncore *uncore = fence_to_uncore(fence);
583 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
848 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
890 struct intel_uncore *uncore = gt->uncore;
i915_irq.c 177 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
192 void gen2_irq_reset(struct intel_uncore *uncore)
209 static void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg)
224 static void gen2_assert_iir_is_zero(struct intel_uncore *uncore)
239 void gen3_irq_init(struct intel_uncore *uncore,
251 void gen2_irq_init(struct intel_uncore *uncore,
2383 static inline u32 gen8_master_intr_disable(struct intel_uncore *regs)
2396 static inline void gen8_master_intr_enable(struct intel_uncore *regs)
2455 static inline u32 gen11_master_intr_disable(struct intel_uncore *regs)
2468 static inline void gen11_master_intr_enable(struct intel_uncore *regs
    [all...]
intel_sideband.c 101 struct intel_uncore *uncore = &i915->uncore;
283 struct intel_uncore *uncore = &i915->uncore;
387 struct intel_uncore *uncore = &i915->uncore;
i915_perf_types.h 152 struct intel_uncore *uncore;
i915_perf.c 446 struct intel_uncore *uncore = stream->uncore;
454 struct intel_uncore *uncore = stream->uncore;
461 struct intel_uncore *uncore = stream->uncore;
726 struct intel_uncore *uncore = stream->uncore;
959 struct intel_uncore *uncore = stream->uncore;
1049 struct intel_uncore *uncore = stream->uncore;
1197 struct intel_uncore *uncore = stream->uncore;
1526 struct intel_uncore *uncore = stream->uncore;
1574 struct intel_uncore *uncore = stream->uncore;
1630 struct intel_uncore *uncore = stream->uncore
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_fw.c 35 static void guc_prepare_xfer(struct intel_uncore *uncore)
64 struct intel_uncore *uncore)
86 static inline bool guc_ready(struct intel_uncore *uncore, u32 *status)
96 static int guc_wait_ucode(struct intel_uncore *uncore)
141 struct intel_uncore *uncore = gt->uncore;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_types.h 31 struct intel_uncore;
35 struct intel_uncore *uncore;
intel_gt_pm_irq.c 21 struct intel_uncore *uncore = gt->uncore;
69 struct intel_uncore *uncore = gt->uncore;
82 struct intel_uncore *uncore = gt->uncore;
intel_rc6.c 46 static struct intel_uncore *rc6_to_uncore(struct intel_rc6 *rc)
56 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
63 struct intel_uncore *uncore = rc6_to_uncore(rc6);
117 struct intel_uncore *uncore = rc6_to_uncore(rc6);
194 struct intel_uncore *uncore = rc6_to_uncore(rc6);
216 struct intel_uncore *uncore = rc6_to_uncore(rc6);
272 struct intel_uncore *uncore = rc6_to_uncore(rc6);
293 struct intel_uncore *uncore = rc6_to_uncore(rc6);
345 struct intel_uncore *uncore = rc6_to_uncore(rc6);
373 struct intel_uncore *uncore = rc6_to_uncore(rc6)
    [all...]
intel_gt_irq.c 18 #include "intel_uncore.h"
194 struct intel_uncore *uncore = gt->uncore;
216 struct intel_uncore *uncore = gt->uncore;
348 struct intel_uncore *uncore = gt->uncore;
358 struct intel_uncore *uncore = gt->uncore;
416 struct intel_uncore *uncore = gt->uncore;
425 struct intel_uncore *uncore = gt->uncore;
intel_rps.c 41 static struct intel_uncore *rps_to_uncore(struct intel_rps *rps)
51 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
167 struct intel_uncore *uncore = rps_to_uncore(rps);
207 struct intel_uncore *uncore =
242 static unsigned long ips_mch_val(struct intel_uncore *uncore)
279 struct intel_uncore *uncore =
313 struct intel_uncore *uncore = rps_to_uncore(rps);
353 static unsigned int init_emon(struct intel_uncore *uncore)
421 struct intel_uncore *uncore = rps_to_uncore(rps);
486 struct intel_uncore *uncore = rps_to_uncore(rps)
    [all...]
intel_gt.c 25 #include "intel_uncore.h"
54 struct intel_uncore *uncore = gt->uncore;
84 struct intel_uncore *uncore = gt->uncore;
136 static void rmw_set(struct intel_uncore *uncore, i915_reg_t reg, u32 set)
141 static void rmw_clear(struct intel_uncore *uncore, i915_reg_t reg, u32 clr)
146 static void clear_register(struct intel_uncore *uncore, i915_reg_t reg)
162 struct intel_uncore *uncore = gt->uncore;
226 struct intel_uncore *uncore = gt->uncore;
283 struct intel_uncore *uncore = gt->uncore;
debugfs_gt_pm.c 23 #include "intel_uncore.h"
28 struct intel_uncore *uncore = gt->uncore;
60 struct intel_uncore *uncore = gt->uncore;
84 struct intel_uncore *uncore = gt->uncore;
171 struct intel_uncore *uncore = gt->uncore;
250 struct intel_uncore *uncore = gt->uncore;
562 struct intel_uncore *uncore = gt->uncore;
intel_gtt.c 513 struct intel_uncore *uncore = gt->uncore;
602 static void tgl_setup_private_ppat(struct intel_uncore *uncore)
615 static void cnl_setup_private_ppat(struct intel_uncore *uncore)
648 static void bdw_setup_private_ppat(struct intel_uncore *uncore)
665 static void chv_setup_private_ppat(struct intel_uncore *uncore)
701 void setup_private_pat(struct intel_uncore *uncore)
intel_reset.c 38 static void rmw_set_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 set)
43 static void rmw_clear_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 clr)
225 struct intel_uncore *uncore = gt->uncore;
260 struct intel_uncore *uncore = gt->uncore;
294 struct intel_uncore *uncore = gt->uncore;
347 struct intel_uncore *uncore = engine->uncore;
421 struct intel_uncore *uncore = engine->uncore;
497 struct intel_uncore *uncore = engine->uncore;
intel_engine_types.h 68 struct intel_uncore;
278 struct intel_uncore *uncore;
intel_mocs.c 347 static void __init_mocs_table(struct intel_uncore *uncore,
408 struct intel_uncore *uncore = engine->uncore;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tc.c 65 struct intel_uncore *uncore = &i915->uncore;
80 struct intel_uncore *uncore = &i915->uncore;
127 struct intel_uncore *uncore = &i915->uncore;
183 struct intel_uncore *uncore = &i915->uncore;
214 struct intel_uncore *uncore = &i915->uncore;
232 struct intel_uncore *uncore = &i915->uncore;
262 struct intel_uncore *uncore = &i915->uncore;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_stolen.c 78 struct intel_uncore *uncore = ggtt->vm.gt->uncore;
176 struct intel_uncore *uncore,
212 struct intel_uncore *uncore,
245 struct intel_uncore *uncore,
274 struct intel_uncore *uncore,
301 struct intel_uncore *uncore,
334 struct intel_uncore *uncore,
354 struct intel_uncore *uncore,
385 struct intel_uncore *uncore = &i915->uncore;

Completed in 43 milliseconds

1 2