Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_uncore.c338 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset()
419 struct intel_uncore *uncore = domain->uncore; in intel_uncore_fw_release_timer() local
1888 ilk_dummy_write(struct intel_uncore *uncore) in ilk_dummy_write()
1923 unclaimed_reg_debug(struct intel_uncore *uncore, in unclaimed_reg_debug()
2167 #define ASSIGN_RAW_READ_MMIO_VFUNCS(uncore, x) \ argument
2175 #define ASSIGN_WRITE_MMIO_VFUNCS(uncore, x) \ argument
2181 #define ASSIGN_READ_MMIO_VFUNCS(uncore, x) \ argument
2415 #define ASSIGN_FW_DOMAINS_TABLE(uncore, d) \ argument
2422 #define ASSIGN_SHADOW_TABLE(uncore, d) \ argument
2431 struct intel_uncore *uncore = container_of(nb, in i915_pmic_bus_access_notifier() local
[all …]
A 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 int intel_pcode_init(struct intel_uncore *uncore) in intel_pcode_init()
218 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val) in snb_pcode_read_p()
234 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val) in snb_pcode_write_p()
A Di915_irq.h95 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument
102 #define GEN3_IRQ_RESET(uncore, type) \ argument
105 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument
114 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument
A Dintel_uncore.h180 struct intel_uncore *uncore; member
204 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake()
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()
446 static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore, in intel_uncore_rmw_fw()
[all …]
A Di915_irq.c299 void gen3_irq_init(struct intel_uncore *uncore, in gen3_irq_init()
2574 struct intel_uncore *uncore = &dev_priv->uncore; in ibx_irq_reset() local
2587 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_reset() local
2605 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_postinstall() local
2638 struct intel_uncore *uncore = &dev_priv->uncore; in ilk_irq_reset() local
2671 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_display_irq_reset() local
2750 struct intel_uncore *uncore = gt->uncore; in gen11_irq_reset() local
2764 struct intel_uncore *uncore = gt->uncore; in dg1_irq_reset() local
3415 struct intel_uncore *uncore = gt->uncore; in gen11_irq_postinstall() local
3433 struct intel_uncore *uncore = gt->uncore; in dg1_irq_postinstall() local
[all …]
A Di915_perf.c423 struct intel_uncore *uncore = stream->uncore; in gen12_oa_hw_tail_read() local
431 struct intel_uncore *uncore = stream->uncore; in gen8_oa_hw_tail_read() local
438 struct intel_uncore *uncore = stream->uncore; in gen7_oa_hw_tail_read() local
657 struct intel_uncore *uncore = stream->uncore; in gen8_append_oa_reports() local
860 struct intel_uncore *uncore = stream->uncore; in gen8_oa_read() local
950 struct intel_uncore *uncore = stream->uncore; in gen7_append_oa_reports() local
1075 struct intel_uncore *uncore = stream->uncore; in gen7_oa_read() local
1619 struct intel_uncore *uncore = stream->uncore; in gen7_init_oa_buffer() local
1665 struct intel_uncore *uncore = stream->uncore; in gen8_init_oa_buffer() local
1719 struct intel_uncore *uncore = stream->uncore; in gen12_init_oa_buffer() local
[all …]
A Dvlv_suspend.c111 struct intel_uncore *uncore = &i915->uncore; in vlv_save_gunit_s0ix_state() local
196 struct intel_uncore *uncore = &i915->uncore; in vlv_restore_gunit_s0ix_state() local
305 struct intel_uncore *uncore = &i915->uncore; in vlv_force_gfx_clock() local
329 struct intel_uncore *uncore = &i915->uncore; in vlv_allow_gt_wake() local
372 struct intel_uncore *uncore = &i915->uncore; in vlv_check_no_gt_access() local
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_clock_utils.c13 static u32 read_reference_ts_freq(struct intel_uncore *uncore) in read_reference_ts_freq()
30 static u32 gen11_get_crystal_clock_freq(struct intel_uncore *uncore, in gen11_get_crystal_clock_freq()
56 static u32 gen11_read_clock_frequency(struct intel_uncore *uncore) in gen11_read_clock_frequency()
89 static u32 gen9_read_clock_frequency(struct intel_uncore *uncore) in gen9_read_clock_frequency()
111 static u32 gen6_read_clock_frequency(struct intel_uncore *uncore) in gen6_read_clock_frequency()
123 static u32 gen5_read_clock_frequency(struct intel_uncore *uncore) in gen5_read_clock_frequency()
132 static u32 g4x_read_clock_frequency(struct intel_uncore *uncore) in g4x_read_clock_frequency()
143 static u32 gen4_read_clock_frequency(struct intel_uncore *uncore) in gen4_read_clock_frequency()
157 static u32 read_clock_frequency(struct intel_uncore *uncore) in read_clock_frequency()
A Dintel_rc6.c64 struct intel_uncore *uncore = gt->uncore; in gen11_rc6_enable() local
149 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable() local
219 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable() local
241 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable() local
295 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init() local
317 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init() local
370 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable() local
398 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable() local
425 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup() local
540 struct intel_uncore *uncore = rc6_to_uncore(rc6); in __intel_rc6_disable() local
[all …]
A Dintel_rps.c273 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_init() local
311 struct intel_uncore *uncore = in __ips_chipset_val() local
383 struct intel_uncore *uncore = in __gen5_ips_update() local
427 struct intel_uncore *uncore = rps_to_uncore(rps); in __gen5_rps_set() local
547 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_enable() local
618 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_disable() local
671 struct intel_uncore *uncore = gt->uncore; in rps_set_power() local
793 struct intel_uncore *uncore = rps_to_uncore(rps); in gen6_rps_set() local
1218 struct intel_uncore *uncore = gt->uncore; in gen9_rps_enable() local
2264 struct intel_uncore *uncore = gt->uncore; in rps_frequency_dump() local
[all …]
A 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
A Dintel_gt_pm_debugfs.c70 struct intel_uncore *uncore = gt->uncore; in fw_domains_show() local
89 struct intel_uncore *uncore = gt->uncore; in vlv_drpc() local
115 struct intel_uncore *uncore = gt->uncore; in gen6_drpc() local
203 struct intel_uncore *uncore = gt->uncore; in ilk_drpc() local
262 struct intel_uncore *uncore = gt->uncore; in mtl_drpc() local
339 struct intel_uncore *uncore = gt->uncore; in intel_gt_pm_frequency_dump() local
512 struct intel_uncore *uncore = gt->uncore; in rps_boost_show() local
A Dintel_gt_irq.c207 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_reset() local
255 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_postinstall() local
435 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_reset() local
457 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_postinstall() local
497 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_reset() local
506 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_postinstall() local
A Dintel_gtt.c406 struct intel_uncore *uncore = gt->uncore; in gtt_write_workarounds() local
471 static void tgl_setup_private_ppat(struct intel_uncore *uncore) in tgl_setup_private_ppat()
507 static void icl_setup_private_ppat(struct intel_uncore *uncore) in icl_setup_private_ppat()
540 static void bdw_setup_private_ppat(struct intel_uncore *uncore) in bdw_setup_private_ppat()
563 static void chv_setup_private_ppat(struct intel_uncore *uncore) in chv_setup_private_ppat()
601 struct intel_uncore *uncore = gt->uncore; in setup_private_pat() local
A 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
A Dintel_gt.c139 struct intel_uncore *uncore = gt->uncore; in init_unused_ring() local
169 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_hw() local
242 struct intel_uncore *uncore = gt->uncore; in intel_gt_clear_error_registers() local
346 struct intel_uncore *uncore = gt->uncore; in gen8_check_faults() local
404 struct intel_uncore *uncore = gt->uncore; in intel_gt_flush_ggtt_writes() local
837 struct intel_uncore *uncore; in intel_gt_tile_setup() local
1063 struct intel_uncore *uncore = gt->uncore; in mmio_invalidate_full() local
A Dintel_region_lmem.c158 static bool get_legacy_lowmem_region(struct intel_uncore *uncore, in get_legacy_lowmem_region()
173 static int reserve_lowmem_region(struct intel_uncore *uncore, in reserve_lowmem_region()
193 struct intel_uncore *uncore = gt->uncore; in setup_lmem() local
A Dintel_sseu.c187 xehp_load_dss_mask(struct intel_uncore *uncore, in xehp_load_dss_mask()
210 struct intel_uncore *uncore = gt->uncore; in xehp_sseu_info_init() local
258 struct intel_uncore *uncore = gt->uncore; in gen12_sseu_info_init() local
299 struct intel_uncore *uncore = gt->uncore; in gen11_sseu_info_init() local
386 struct intel_uncore *uncore = gt->uncore; in gen9_sseu_info_init() local
491 struct intel_uncore *uncore = gt->uncore; in bdw_sseu_info_init() local
A Dintel_sseu_debugfs.c19 struct intel_uncore *uncore = gt->uncore; in cherryview_sseu_device_status() local
53 struct intel_uncore *uncore = gt->uncore; in gen11_sseu_device_status() local
113 struct intel_uncore *uncore = gt->uncore; in gen9_sseu_device_status() local
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_fw.c21 struct intel_uncore *uncore = gt->uncore; in guc_prepare_xfer() local
51 struct intel_uncore *uncore) in guc_xfer_rsa_mmio()
68 struct intel_uncore *uncore) in guc_xfer_rsa_vma()
80 struct intel_uncore *uncore) in guc_xfer_rsa()
97 static inline bool guc_ready(struct intel_uncore *uncore, u32 *status) in guc_ready()
109 struct intel_uncore *uncore = gt->uncore; in guc_wait_ucode() local
172 struct intel_uncore *uncore = gt->uncore; in intel_guc_fw_upload() local
A Dintel_gsc_fw.c17 static bool gsc_is_in_reset(struct intel_uncore *uncore) in gsc_is_in_reset()
27 struct intel_uncore *uncore = gsc_uc_to_gt(gsc)->uncore; in intel_gsc_uc_fw_init_done() local
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A 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()
426 struct intel_uncore *uncore = &i915->uncore; in init_reserved_stolen() local
839 static int mtl_get_gms_size(struct intel_uncore *uncore) in mtl_get_gms_size()
[all …]
/linux-6.3-rc2/arch/x86/events/amd/
A Duncore.c129 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_add() local
180 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_del() local
220 struct amd_uncore *uncore; in amd_uncore_event_init() local
527 struct amd_uncore *uncore; in amd_uncore_cpu_starting() local
551 struct amd_uncore *uncore; in uncore_clean_online() local
564 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_online() local
622 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_dead() local
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dmmio_context.c169 struct intel_uncore *uncore = engine->uncore; in load_render_mocs() local
356 struct intel_uncore *uncore = engine->uncore; in handle_tlb_pending_event() local
409 struct intel_uncore *uncore = engine->uncore; in switch_mocs() local
477 struct intel_uncore *uncore = engine->uncore; in switch_mmio() local
A Daperture_gm.c134 struct intel_uncore *uncore = gvt->gt->uncore; in intel_vgpu_write_fence() local
169 struct intel_uncore *uncore = gvt->gt->uncore; in free_vgpu_fence() local
194 struct intel_uncore *uncore = gvt->gt->uncore; in alloc_vgpu_fence() local

Completed in 83 milliseconds

123