Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.c279 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get()
298 fw_domains_get_with_fallback(struct intel_uncore *uncore, in fw_domains_get_with_fallback()
318 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_put()
332 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset()
347 static inline u32 gt_thread_status(struct intel_uncore *uncore) in gt_thread_status()
357 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore) in __gen6_gt_wait_for_thread_c0()
367 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore, in fw_domains_get_with_thread_status()
376 static inline u32 fifo_free_entries(struct intel_uncore *uncore) in fifo_free_entries()
383 static void __gen6_gt_wait_for_fifo(struct intel_uncore *uncore) in __gen6_gt_wait_for_fifo()
412 struct intel_uncore *uncore = domain->uncore; in intel_uncore_fw_release_timer() local
[all …]
H A Di915_irq.h136 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument
143 #define GEN3_IRQ_RESET(uncore, type) \ argument
146 #define GEN2_IRQ_RESET(uncore) \ argument
149 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument
158 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument
164 #define GEN2_IRQ_INIT(uncore, imr_val, ier_val) \ argument
H A Dintel_uncore.h151 struct intel_uncore *uncore; member
180 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake()
186 intel_uncore_has_fpga_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_fpga_dbg_unclaimed()
192 intel_uncore_has_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_dbg_unclaimed()
198 intel_uncore_has_fifo(const struct intel_uncore *uncore) in intel_uncore_has_fifo()
254 intel_wait_for_register(struct intel_uncore *uncore, in intel_wait_for_register()
272 intel_wait_for_register_fw(struct intel_uncore *uncore, in intel_wait_for_register_fw()
285 static inline uint8_t __raw_uncore_read8(const struct intel_uncore *uncore, in __raw_uncore_read8()
289 static inline uint16_t __raw_uncore_read16(const struct intel_uncore *uncore, in __raw_uncore_read16()
293 static inline uint32_t __raw_uncore_read32(const struct intel_uncore *uncore, in __raw_uncore_read32()
[all …]
H A Di915_gem_fence_reg.c114 struct intel_uncore *uncore = fence_to_uncore(fence); in i965_write_fence_reg() local
167 struct intel_uncore *uncore = fence_to_uncore(fence); in i915_write_fence_reg() local
199 struct intel_uncore *uncore = fence_to_uncore(fence); in i830_write_fence_reg() local
237 struct intel_uncore *uncore = fence_to_uncore(fence); in fence_update() local
583 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in detect_bit_6_swizzle() local
848 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in i915_ggtt_init_fences() local
890 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_swizzling() local
H A Di915_perf.c446 struct intel_uncore *uncore = stream->uncore; in gen12_oa_hw_tail_read() local
454 struct intel_uncore *uncore = stream->uncore; in gen8_oa_hw_tail_read() local
461 struct intel_uncore *uncore = stream->uncore; in gen7_oa_hw_tail_read() local
726 struct intel_uncore *uncore = stream->uncore; in gen8_append_oa_reports() local
959 struct intel_uncore *uncore = stream->uncore; in gen8_oa_read() local
1049 struct intel_uncore *uncore = stream->uncore; in gen7_append_oa_reports() local
1197 struct intel_uncore *uncore = stream->uncore; in gen7_oa_read() local
1526 struct intel_uncore *uncore = stream->uncore; in gen7_init_oa_buffer() local
1574 struct intel_uncore *uncore = stream->uncore; in gen8_init_oa_buffer() local
1630 struct intel_uncore *uncore = stream->uncore; in gen12_init_oa_buffer() local
[all …]
H A Di915_irq.c177 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr, in gen3_irq_reset()
192 void gen2_irq_reset(struct intel_uncore *uncore) in gen2_irq_reset()
209 static void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg) in gen3_assert_iir_is_zero()
224 static void gen2_assert_iir_is_zero(struct intel_uncore *uncore) in gen2_assert_iir_is_zero()
239 void gen3_irq_init(struct intel_uncore *uncore, in gen3_irq_init()
251 void gen2_irq_init(struct intel_uncore *uncore, in gen2_irq_init()
2680 struct intel_uncore *uncore = &dev_priv->uncore; in ibx_irq_reset() local
2711 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_reset() local
2729 struct intel_uncore *uncore = &dev_priv->uncore; in vlv_display_irq_postinstall() local
2762 struct intel_uncore *uncore = &dev_priv->uncore; in ilk_irq_reset() local
[all …]
H A Dintel_sideband.c101 struct intel_uncore *uncore = &i915->uncore; in vlv_sideband_rw() local
283 struct intel_uncore *uncore = &i915->uncore; in intel_sbi_rw() local
387 struct intel_uncore *uncore = &i915->uncore; in __sandybridge_pcode_rw() local
H A Di915_vgpu.c269 struct intel_uncore *uncore = &ggtt->vm.i915->uncore; in intel_vgt_balloon() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rc6.c56 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val) in set()
63 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen11_rc6_enable() local
117 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable() local
194 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable() local
216 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable() local
272 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init() local
293 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init() local
345 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable() local
373 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable() local
400 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup() local
[all …]
H A Dintel_rps.c51 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val) in set()
167 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_init() local
207 struct intel_uncore *uncore = in __ips_chipset_val() local
242 static unsigned long ips_mch_val(struct intel_uncore *uncore) in ips_mch_val()
279 struct intel_uncore *uncore = in __gen5_ips_update() local
313 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_set() local
353 static unsigned int init_emon(struct intel_uncore *uncore) in init_emon()
421 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_enable() local
486 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_disable() local
541 struct intel_uncore *uncore = rps_to_uncore(rps); in rps_set_power() local
[all …]
H A Dintel_gt.c54 struct intel_uncore *uncore = gt->uncore; in init_unused_ring() local
84 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_hw() local
136 static void rmw_set(struct intel_uncore *uncore, i915_reg_t reg, u32 set) in rmw_set()
141 static void rmw_clear(struct intel_uncore *uncore, i915_reg_t reg, u32 clr) in rmw_clear()
146 static void clear_register(struct intel_uncore *uncore, i915_reg_t reg) in clear_register()
162 struct intel_uncore *uncore = gt->uncore; in intel_gt_clear_error_registers() local
226 struct intel_uncore *uncore = gt->uncore; in gen8_check_faults() local
283 struct intel_uncore *uncore = gt->uncore; in intel_gt_flush_ggtt_writes() local
H A Dintel_gt_irq.c194 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_reset() local
216 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_postinstall() local
348 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_reset() local
358 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_postinstall() local
416 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_reset() local
425 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_postinstall() local
H A Dintel_gtt.c513 struct intel_uncore *uncore = gt->uncore; in gtt_write_workarounds() local
602 static void tgl_setup_private_ppat(struct intel_uncore *uncore) in tgl_setup_private_ppat()
615 static void cnl_setup_private_ppat(struct intel_uncore *uncore) in cnl_setup_private_ppat()
648 static void bdw_setup_private_ppat(struct intel_uncore *uncore) in bdw_setup_private_ppat()
665 static void chv_setup_private_ppat(struct intel_uncore *uncore) in chv_setup_private_ppat()
701 void setup_private_pat(struct intel_uncore *uncore) in setup_private_pat()
H A Dintel_gt_pm_irq.c21 struct intel_uncore *uncore = gt->uncore; in write_pm_imr() local
69 struct intel_uncore *uncore = gt->uncore; in gen6_gt_pm_reset_iir() local
82 struct intel_uncore *uncore = gt->uncore; in write_pm_ier() local
H A Ddebugfs_gt_pm.c28 struct intel_uncore *uncore = gt->uncore; in fw_domains_show() local
60 struct intel_uncore *uncore = gt->uncore; in vlv_drpc() local
84 struct intel_uncore *uncore = gt->uncore; in gen6_drpc() local
171 struct intel_uncore *uncore = gt->uncore; in ilk_drpc() local
250 struct intel_uncore *uncore = gt->uncore; in frequency_show() local
562 struct intel_uncore *uncore = gt->uncore; in rps_boost_show() local
H A Dintel_reset.c38 static void rmw_set_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 set) in rmw_set_fw()
43 static void rmw_clear_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 clr) in rmw_clear_fw()
225 struct intel_uncore *uncore = gt->uncore; in g4x_do_reset() local
260 struct intel_uncore *uncore = gt->uncore; in ilk_do_reset() local
294 struct intel_uncore *uncore = gt->uncore; in gen6_hw_domain_reset() local
347 struct intel_uncore *uncore = engine->uncore; in gen11_lock_sfc() local
421 struct intel_uncore *uncore = engine->uncore; in gen11_unlock_sfc() local
497 struct intel_uncore *uncore = engine->uncore; in gen8_engine_reset_prepare() local
H A Dintel_mocs.c347 static void __init_mocs_table(struct intel_uncore *uncore, in __init_mocs_table()
408 struct intel_uncore *uncore = engine->uncore; in init_l3cc_table() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_fw.c35 static void guc_prepare_xfer(struct intel_uncore *uncore) in guc_prepare_xfer()
64 struct intel_uncore *uncore) in guc_xfer_rsa()
86 static inline bool guc_ready(struct intel_uncore *uncore, u32 *status) in guc_ready()
96 static int guc_wait_ucode(struct intel_uncore *uncore) in guc_wait_ucode()
141 struct intel_uncore *uncore = gt->uncore; in intel_guc_fw_upload() local
H A Dintel_guc.c318 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; in intel_guc_write_params() local
421 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; in intel_guc_send_mmio() local
545 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; in intel_guc_suspend() local
H A Dintel_uc.c327 struct intel_uncore *uncore = gt->uncore; in uc_init_wopcm() local
380 struct intel_uncore *uncore = gt->uncore; in uc_is_wopcm_locked() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_stolen.c78 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in i915_adjust_stolen() local
176 struct intel_uncore *uncore, in g4x_get_stolen_reserved()
212 struct intel_uncore *uncore, in gen6_get_stolen_reserved()
245 struct intel_uncore *uncore, in vlv_get_stolen_reserved()
274 struct intel_uncore *uncore, in gen7_get_stolen_reserved()
301 struct intel_uncore *uncore, in chv_get_stolen_reserved()
334 struct intel_uncore *uncore, in bdw_get_stolen_reserved()
354 struct intel_uncore *uncore, in icl_get_stolen_reserved()
385 struct intel_uncore *uncore = &i915->uncore; in i915_gem_init_stolen() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_tc.c65 struct intel_uncore *uncore = &i915->uncore; in intel_tc_port_get_lane_mask() local
80 struct intel_uncore *uncore = &i915->uncore; in intel_tc_port_get_pin_assignment_mask() local
127 struct intel_uncore *uncore = &i915->uncore; in intel_tc_port_set_fia_lane_count() local
183 struct intel_uncore *uncore = &i915->uncore; in tc_port_live_status_mask() local
214 struct intel_uncore *uncore = &i915->uncore; in icl_tc_phy_status_complete() local
232 struct intel_uncore *uncore = &i915->uncore; in icl_tc_phy_set_safe_mode() local
262 struct intel_uncore *uncore = &i915->uncore; in icl_tc_phy_is_in_safe_mode() local
H A Dintel_gmbus.c200 struct intel_uncore *uncore = &i915->uncore; in get_reserved() local
215 struct intel_uncore *uncore = &bus->dev_priv->uncore; in get_clock() local
230 struct intel_uncore *uncore = &bus->dev_priv->uncore; in get_data() local
245 struct intel_uncore *uncore = &bus->dev_priv->uncore; in set_clock() local
264 struct intel_uncore *uncore = &bus->dev_priv->uncore; in set_data() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dmock_uncore.c47 void mock_uncore_init(struct intel_uncore *uncore, in mock_uncore_init()
H A Dintel_uncore.c150 struct intel_uncore *uncore = gt->uncore; in live_forcewake_ops() local
265 struct intel_uncore *uncore = gt->uncore; in live_forcewake_domains() local

12