Home
last modified time | relevance | path

Searched defs:uncore (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_uncore.c43 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get()
57 static void mmio_debug_suspend(struct intel_uncore *uncore) in mmio_debug_suspend()
75 static void mmio_debug_resume(struct intel_uncore *uncore) in mmio_debug_resume()
294 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get_normal()
313 fw_domains_get_with_fallback(struct intel_uncore *uncore, in fw_domains_get_with_fallback()
333 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_put()
347 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset()
362 static inline u32 gt_thread_status(struct intel_uncore *uncore) in gt_thread_status()
372 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore) in __gen6_gt_wait_for_thread_c0()
383 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore, in fw_domains_get_with_thread_status()
[all …]
Dintel_pcode.c55 static int __snb_pcode_rw(struct intel_uncore *uncore, u32 mbox, in __snb_pcode_rw()
95 int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1) in snb_pcode_read()
112 int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val, in snb_pcode_write_timeout()
131 static bool skl_pcode_try_request(struct intel_uncore *uncore, u32 mbox, in skl_pcode_try_request()
159 int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request, in skl_pcode_request()
207 static int pcode_init_wait(struct intel_uncore *uncore, int timeout_ms) in pcode_init_wait()
223 int intel_pcode_init(struct intel_uncore *uncore) in intel_pcode_init()
245 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val) in snb_pcode_read_p()
261 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val) in snb_pcode_write_p()
Di915_irq.c80 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr, in gen3_irq_reset()
95 static void gen2_irq_reset(struct intel_uncore *uncore) in gen2_irq_reset()
112 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg) in gen3_assert_iir_is_zero()
128 static void gen2_assert_iir_is_zero(struct intel_uncore *uncore) in gen2_assert_iir_is_zero()
144 void gen3_irq_init(struct intel_uncore *uncore, in gen3_irq_init()
156 static void gen2_irq_init(struct intel_uncore *uncore, in gen2_irq_init()
663 struct intel_uncore *uncore = &dev_priv->uncore; in ibx_irq_reset() local
678 struct intel_uncore *uncore = &dev_priv->uncore; in ilk_irq_reset() local
711 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_irq_reset() local
727 struct intel_uncore *uncore = gt->uncore; in gen11_irq_reset() local
[all …]
Di915_irq.h53 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument
60 #define GEN3_IRQ_RESET(uncore, type) \ argument
63 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument
72 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument
Dintel_uncore.h180 struct intel_uncore *uncore; member
204 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake()
210 intel_uncore_has_fpga_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_fpga_dbg_unclaimed()
216 intel_uncore_has_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_dbg_unclaimed()
222 intel_uncore_has_fifo(const struct intel_uncore *uncore) in intel_uncore_has_fifo()
228 intel_uncore_needs_flr_on_fini(const struct intel_uncore *uncore) in intel_uncore_needs_flr_on_fini()
234 intel_uncore_set_flr_on_fini(struct intel_uncore *uncore) in intel_uncore_set_flr_on_fini()
294 intel_wait_for_register(struct intel_uncore *uncore, in intel_wait_for_register()
312 intel_wait_for_register_fw(struct intel_uncore *uncore, in intel_wait_for_register_fw()
435 static inline u32 intel_uncore_rmw(struct intel_uncore *uncore, in intel_uncore_rmw()
[all …]
Di915_perf.c438 struct intel_uncore *uncore = stream->uncore; in gen12_oa_hw_tail_read() local
446 struct intel_uncore *uncore = stream->uncore; in gen8_oa_hw_tail_read() local
453 struct intel_uncore *uncore = stream->uncore; in gen7_oa_hw_tail_read() local
729 struct intel_uncore *uncore = stream->uncore; in gen8_append_oa_reports() local
948 struct intel_uncore *uncore = stream->uncore; in gen8_oa_read() local
1039 struct intel_uncore *uncore = stream->uncore; in gen7_append_oa_reports() local
1153 struct intel_uncore *uncore = stream->uncore; in gen7_oa_read() local
1698 struct intel_uncore *uncore = stream->uncore; in gen7_init_oa_buffer() local
1743 struct intel_uncore *uncore = stream->uncore; in gen8_init_oa_buffer() local
1796 struct intel_uncore *uncore = stream->uncore; in gen12_init_oa_buffer() local
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/
Dintel_uncore.h13 static inline struct xe_gt *__compat_uncore_to_gt(struct intel_uncore *uncore) in __compat_uncore_to_gt()
20 static inline struct xe_tile *__compat_uncore_to_tile(struct intel_uncore *uncore) in __compat_uncore_to_tile()
27 static inline u32 intel_uncore_read(struct intel_uncore *uncore, in intel_uncore_read()
35 static inline u8 intel_uncore_read8(struct intel_uncore *uncore, in intel_uncore_read8()
43 static inline u16 intel_uncore_read16(struct intel_uncore *uncore, in intel_uncore_read16()
52 intel_uncore_read64_2x32(struct intel_uncore *uncore, in intel_uncore_read64_2x32()
70 static inline void intel_uncore_posting_read(struct intel_uncore *uncore, in intel_uncore_posting_read()
78 static inline void intel_uncore_write(struct intel_uncore *uncore, in intel_uncore_write()
86 static inline u32 intel_uncore_rmw(struct intel_uncore *uncore, in intel_uncore_rmw()
94 static inline int intel_wait_for_register(struct intel_uncore *uncore, in intel_wait_for_register()
[all …]
Dintel_pcode.h13 snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val, in snb_pcode_write_timeout()
21 snb_pcode_write(struct intel_uncore *uncore, u32 mbox, u32 val) in snb_pcode_write()
28 snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1) in snb_pcode_read()
34 skl_pcode_request(struct intel_uncore *uncore, u32 mbox, in skl_pcode_request()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_rc6.c59 struct intel_uncore *uncore = gt->uncore; in gen11_rc6_enable() local
148 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable() local
218 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable() local
240 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable() local
294 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init() local
316 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init() local
369 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable() local
397 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable() local
425 struct intel_uncore *uncore = rc6_to_uncore(rc6); in intel_check_bios_c6_setup() local
439 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup() local
[all …]
Dintel_gt_clock_utils.c14 static u32 read_reference_ts_freq(struct intel_uncore *uncore) in read_reference_ts_freq()
31 static u32 gen11_get_crystal_clock_freq(struct intel_uncore *uncore, in gen11_get_crystal_clock_freq()
57 static u32 gen11_read_clock_frequency(struct intel_uncore *uncore) in gen11_read_clock_frequency()
90 static u32 gen9_read_clock_frequency(struct intel_uncore *uncore) in gen9_read_clock_frequency()
112 static u32 gen6_read_clock_frequency(struct intel_uncore *uncore) in gen6_read_clock_frequency()
124 static u32 gen5_read_clock_frequency(struct intel_uncore *uncore) in gen5_read_clock_frequency()
133 static u32 g4x_read_clock_frequency(struct intel_uncore *uncore) in g4x_read_clock_frequency()
144 static u32 gen4_read_clock_frequency(struct intel_uncore *uncore) in gen4_read_clock_frequency()
158 static u32 read_clock_frequency(struct intel_uncore *uncore) in read_clock_frequency()
Dintel_rps.c70 static void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val) in set()
278 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_init() local
317 struct intel_uncore *uncore = in __ips_chipset_val() local
352 static unsigned long ips_mch_val(struct intel_uncore *uncore) in ips_mch_val()
389 struct intel_uncore *uncore = in __gen5_ips_update() local
433 struct intel_uncore *uncore = rps_to_uncore(rps); in __gen5_rps_set() local
484 static unsigned int init_emon(struct intel_uncore *uncore) in init_emon()
553 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_enable() local
624 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_disable() local
677 struct intel_uncore *uncore = gt->uncore; in rps_set_power() local
[all …]
Dintel_gtt.c438 struct intel_uncore *uncore = gt->uncore; in gtt_write_workarounds() local
503 static void xelpmp_setup_private_ppat(struct intel_uncore *uncore) in xelpmp_setup_private_ppat()
541 static void tgl_setup_private_ppat(struct intel_uncore *uncore) in tgl_setup_private_ppat()
577 static void icl_setup_private_ppat(struct intel_uncore *uncore) in icl_setup_private_ppat()
610 static void bdw_setup_private_ppat(struct intel_uncore *uncore) in bdw_setup_private_ppat()
633 static void chv_setup_private_ppat(struct intel_uncore *uncore) in chv_setup_private_ppat()
671 struct intel_uncore *uncore = gt->uncore; in setup_private_pat() local
Dintel_ggtt_fencing.c92 struct intel_uncore *uncore = fence_to_uncore(fence); in i965_write_fence_reg() local
139 struct intel_uncore *uncore = fence_to_uncore(fence); in i915_write_fence_reg() local
164 struct intel_uncore *uncore = fence_to_uncore(fence); in i830_write_fence_reg() local
204 struct intel_uncore *uncore = fence_to_uncore(fence); in fence_update() local
573 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in detect_bit_6_swizzle() local
841 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in intel_ggtt_init_fences() local
901 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_swizzling() local
Dintel_gt_pm_debugfs.c70 struct intel_uncore *uncore = gt->uncore; in fw_domains_show() local
93 struct intel_uncore *uncore = gt->uncore; in vlv_drpc() local
119 struct intel_uncore *uncore = gt->uncore; in gen6_drpc() local
207 struct intel_uncore *uncore = gt->uncore; in ilk_drpc() local
266 struct intel_uncore *uncore = gt->uncore; in mtl_drpc() local
342 struct intel_uncore *uncore = gt->uncore; in intel_gt_pm_frequency_dump() local
510 struct intel_uncore *uncore = gt->uncore; in rps_boost_show() local
Dintel_gt_irq.c215 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_reset() local
263 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_postinstall() local
453 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_reset() local
475 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_postinstall() local
515 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_reset() local
524 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_postinstall() local
Dintel_gt_pm_irq.c16 struct intel_uncore *uncore = gt->uncore; in write_pm_imr() local
64 struct intel_uncore *uncore = gt->uncore; in gen6_gt_pm_reset_iir() local
77 struct intel_uncore *uncore = gt->uncore; in write_pm_ier() local
Dintel_gt.c144 struct intel_uncore *uncore = gt->uncore; in init_unused_ring() local
174 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_hw() local
247 struct intel_uncore *uncore = gt->uncore; in intel_gt_clear_error_registers() local
362 struct intel_uncore *uncore = gt->uncore; in gen8_check_faults() local
420 struct intel_uncore *uncore = gt->uncore; in intel_gt_flush_ggtt_writes() local
876 struct intel_uncore *uncore; in intel_gt_tile_setup() local
Dintel_sseu.c188 xehp_load_dss_mask(struct intel_uncore *uncore, in xehp_load_dss_mask()
211 struct intel_uncore *uncore = gt->uncore; in xehp_sseu_info_init() local
254 struct intel_uncore *uncore = gt->uncore; in gen12_sseu_info_init() local
295 struct intel_uncore *uncore = gt->uncore; in gen11_sseu_info_init() local
382 struct intel_uncore *uncore = gt->uncore; in gen9_sseu_info_init() local
487 struct intel_uncore *uncore = gt->uncore; in bdw_sseu_info_init() local
Dintel_region_lmem.c169 static bool get_legacy_lowmem_region(struct intel_uncore *uncore, in get_legacy_lowmem_region()
184 static int reserve_lowmem_region(struct intel_uncore *uncore, in reserve_lowmem_region()
204 struct intel_uncore *uncore = gt->uncore; in setup_lmem() local
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_fw.c22 struct intel_uncore *uncore = gt->uncore; in guc_prepare_xfer() local
52 struct intel_uncore *uncore) in guc_xfer_rsa_mmio()
69 struct intel_uncore *uncore) in guc_xfer_rsa_vma()
81 struct intel_uncore *uncore) in guc_xfer_rsa()
97 static inline bool guc_load_done(struct intel_uncore *uncore, u32 *status, bool *success) in guc_load_done()
157 struct intel_uncore *uncore = gt->uncore; in guc_wait_ucode() local
289 struct intel_uncore *uncore = gt->uncore; in intel_guc_fw_upload() local
/linux-6.12.1/arch/x86/events/amd/
Duncore.c395 int amd_uncore_ctx_cid(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_cid()
402 int amd_uncore_ctx_gid(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_gid()
409 int amd_uncore_ctx_num_pmcs(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_num_pmcs()
415 static void amd_uncore_ctx_free(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_free()
442 static int amd_uncore_ctx_init(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_init()
509 static void amd_uncore_ctx_move(struct amd_uncore *uncore, unsigned int cpu) in amd_uncore_ctx_move()
543 struct amd_uncore *uncore; in amd_uncore_cpu_starting() local
556 struct amd_uncore *uncore; in amd_uncore_cpu_online() local
570 struct amd_uncore *uncore; in amd_uncore_cpu_down_prepare() local
583 struct amd_uncore *uncore; in amd_uncore_cpu_dead() local
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_stolen.c89 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in adjust_stolen() local
204 struct intel_uncore *uncore, in g4x_get_stolen_reserved()
239 struct intel_uncore *uncore, in gen6_get_stolen_reserved()
272 struct intel_uncore *uncore, in vlv_get_stolen_reserved()
301 struct intel_uncore *uncore, in gen7_get_stolen_reserved()
328 struct intel_uncore *uncore, in chv_get_stolen_reserved()
361 struct intel_uncore *uncore, in bdw_get_stolen_reserved()
381 struct intel_uncore *uncore, in icl_get_stolen_reserved()
447 struct intel_uncore *uncore = &i915->uncore; in init_reserved_stolen() local
867 static int mtl_get_gms_size(struct intel_uncore *uncore) in mtl_get_gms_size()
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/display/ext/
Di915_irq.c10 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr, in gen3_irq_reset()
28 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg) in gen3_assert_iir_is_zero()
45 void gen3_irq_init(struct intel_uncore *uncore, in gen3_irq_init()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_display_irq.c1448 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_reset() local
1466 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_postinstall() local
1497 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_display_irq_reset() local
1517 struct intel_uncore *uncore = &dev_priv->uncore; in gen11_display_irq_reset() local
1569 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_irq_power_well_post_enable() local
1593 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_irq_power_well_pre_disable() local
1625 struct intel_uncore *uncore = &dev_priv->uncore; in ibx_irq_postinstall() local
1671 struct intel_uncore *uncore = &i915->uncore; in ilk_de_irq_postinstall() local
1716 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_de_irq_postinstall() local
1812 struct intel_uncore *uncore = &i915->uncore; in mtp_irq_postinstall() local
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dmmio_context.c177 struct intel_uncore *uncore = engine->uncore; in load_render_mocs() local
364 struct intel_uncore *uncore = engine->uncore; in handle_tlb_pending_event() local
417 struct intel_uncore *uncore = engine->uncore; in switch_mocs() local
485 struct intel_uncore *uncore = engine->uncore; in switch_mmio() local

123