/drivers/gpu/drm/i915/gt/ |
D | intel_gt.h | 17 const struct intel_gt *gt__ __maybe_unused = (gt); \ 22 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() 24 return container_of(uc, struct intel_gt, uc); in uc_to_gt() 27 static inline struct intel_gt *guc_to_gt(struct intel_guc *guc) in guc_to_gt() 29 return container_of(guc, struct intel_gt, uc.guc); in guc_to_gt() 32 static inline struct intel_gt *huc_to_gt(struct intel_huc *huc) in huc_to_gt() 34 return container_of(huc, struct intel_gt, uc.huc); in huc_to_gt() 37 void intel_gt_init_early(struct intel_gt *gt, struct drm_i915_private *i915); 38 void intel_gt_init_hw_early(struct intel_gt *gt, struct i915_ggtt *ggtt); 39 int intel_gt_probe_lmem(struct intel_gt *gt); [all …]
|
D | intel_gt_pm.h | 14 static inline bool intel_gt_pm_is_awake(const struct intel_gt *gt) in intel_gt_pm_is_awake() 19 static inline void intel_gt_pm_get(struct intel_gt *gt) in intel_gt_pm_get() 24 static inline void __intel_gt_pm_get(struct intel_gt *gt) in __intel_gt_pm_get() 29 static inline bool intel_gt_pm_get_if_awake(struct intel_gt *gt) in intel_gt_pm_get_if_awake() 34 static inline void intel_gt_pm_put(struct intel_gt *gt) in intel_gt_pm_put() 39 static inline void intel_gt_pm_put_async(struct intel_gt *gt) in intel_gt_pm_put_async() 44 static inline int intel_gt_pm_wait_for_idle(struct intel_gt *gt) in intel_gt_pm_wait_for_idle() 49 void intel_gt_pm_init_early(struct intel_gt *gt); 50 void intel_gt_pm_init(struct intel_gt *gt); 51 void intel_gt_pm_fini(struct intel_gt *gt); [all …]
|
D | intel_reset.h | 18 struct intel_gt; 21 void intel_gt_init_reset(struct intel_gt *gt); 22 void intel_gt_fini_reset(struct intel_gt *gt); 25 void intel_gt_handle_error(struct intel_gt *gt, 31 void intel_gt_reset(struct intel_gt *gt, 41 int __must_check intel_gt_reset_trylock(struct intel_gt *gt, int *srcu); 42 void intel_gt_reset_unlock(struct intel_gt *gt, int tag); 44 void intel_gt_set_wedged(struct intel_gt *gt); 45 bool intel_gt_unset_wedged(struct intel_gt *gt); 46 int intel_gt_terminally_wedged(struct intel_gt *gt); [all …]
|
D | intel_gt_irq.h | 13 struct intel_gt; 23 void gen11_gt_irq_reset(struct intel_gt *gt); 24 void gen11_gt_irq_postinstall(struct intel_gt *gt); 25 void gen11_gt_irq_handler(struct intel_gt *gt, const u32 master_ctl); 27 bool gen11_gt_reset_one_iir(struct intel_gt *gt, 31 void gen5_gt_irq_handler(struct intel_gt *gt, u32 gt_iir); 33 void gen5_gt_irq_postinstall(struct intel_gt *gt); 34 void gen5_gt_irq_reset(struct intel_gt *gt); 35 void gen5_gt_disable_irq(struct intel_gt *gt, u32 mask); 36 void gen5_gt_enable_irq(struct intel_gt *gt, u32 mask); [all …]
|
D | intel_gt_clock_utils.h | 11 struct intel_gt; 13 void intel_gt_init_clock_frequency(struct intel_gt *gt); 16 void intel_gt_check_clock_frequency(const struct intel_gt *gt); 18 static inline void intel_gt_check_clock_frequency(const struct intel_gt *gt) {} in intel_gt_check_clock_frequency() 21 u64 intel_gt_clock_interval_to_ns(const struct intel_gt *gt, u64 count); 22 u64 intel_gt_pm_interval_to_ns(const struct intel_gt *gt, u64 count); 24 u64 intel_gt_ns_to_clock_interval(const struct intel_gt *gt, u64 ns); 25 u64 intel_gt_ns_to_pm_interval(const struct intel_gt *gt, u64 ns);
|
D | intel_gt_pm.c | 22 static void user_forcewake(struct intel_gt *gt, bool suspend) in user_forcewake() 40 static void runtime_begin(struct intel_gt *gt) in runtime_begin() 50 static void runtime_end(struct intel_gt *gt) in runtime_end() 64 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); in __gt_unpark() 95 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); in __gt_park() 124 void intel_gt_pm_init_early(struct intel_gt *gt) in intel_gt_pm_init_early() 130 void intel_gt_pm_init(struct intel_gt *gt) in intel_gt_pm_init() 141 static bool reset_engines(struct intel_gt *gt) in reset_engines() 149 static void gt_sanitize(struct intel_gt *gt, bool force) in gt_sanitize() 199 void intel_gt_pm_fini(struct intel_gt *gt) in intel_gt_pm_fini() [all …]
|
D | intel_gt_requests.h | 12 struct intel_gt; 15 long intel_gt_retire_requests_timeout(struct intel_gt *gt, long timeout, 17 static inline void intel_gt_retire_requests(struct intel_gt *gt) in intel_gt_retire_requests() 27 void intel_gt_init_requests(struct intel_gt *gt); 28 void intel_gt_park_requests(struct intel_gt *gt); 29 void intel_gt_unpark_requests(struct intel_gt *gt); 30 void intel_gt_fini_requests(struct intel_gt *gt);
|
D | intel_gt_irq.c | 24 gen11_gt_engine_identity(struct intel_gt *gt, in gen11_gt_engine_identity() 58 gen11_other_irq_handler(struct intel_gt *gt, const u8 instance, in gen11_other_irq_handler() 72 gen11_engine_irq_handler(struct intel_gt *gt, const u8 class, in gen11_engine_irq_handler() 90 gen11_gt_identity_handler(struct intel_gt *gt, const u32 identity) in gen11_gt_identity_handler() 110 gen11_gt_bank_handler(struct intel_gt *gt, const unsigned int bank) in gen11_gt_bank_handler() 130 void gen11_gt_irq_handler(struct intel_gt *gt, const u32 master_ctl) in gen11_gt_irq_handler() 144 bool gen11_gt_reset_one_iir(struct intel_gt *gt, in gen11_gt_reset_one_iir() 174 void gen11_gt_irq_reset(struct intel_gt *gt) in gen11_gt_irq_reset() 201 void gen11_gt_irq_postinstall(struct intel_gt *gt) in gen11_gt_irq_postinstall() 248 void gen5_gt_irq_handler(struct intel_gt *gt, u32 gt_iir) in gen5_gt_irq_handler() [all …]
|
D | intel_gt.c | 25 void intel_gt_init_early(struct intel_gt *gt, struct drm_i915_private *i915) in intel_gt_init_early() 50 int intel_gt_probe_lmem(struct intel_gt *gt) in intel_gt_probe_lmem() 84 void intel_gt_init_hw_early(struct intel_gt *gt, struct i915_ggtt *ggtt) in intel_gt_init_hw_early() 114 static u16 slicemask(struct intel_gt *gt, int count) in slicemask() 121 int intel_gt_init_mmio(struct intel_gt *gt) in intel_gt_init_mmio() 159 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring() 169 static void init_unused_rings(struct intel_gt *gt) in init_unused_rings() 188 int intel_gt_init_hw(struct intel_gt *gt) in intel_gt_init_hw() 265 intel_gt_clear_error_registers(struct intel_gt *gt, in intel_gt_clear_error_registers() 308 static void gen6_check_faults(struct intel_gt *gt) in gen6_check_faults() [all …]
|
D | intel_gt_pm_irq.h | 11 struct intel_gt; 13 void gen6_gt_pm_unmask_irq(struct intel_gt *gt, u32 mask); 14 void gen6_gt_pm_mask_irq(struct intel_gt *gt, u32 mask); 16 void gen6_gt_pm_enable_irq(struct intel_gt *gt, u32 enable_mask); 17 void gen6_gt_pm_disable_irq(struct intel_gt *gt, u32 disable_mask); 19 void gen6_gt_pm_reset_iir(struct intel_gt *gt, u32 reset_mask);
|
D | intel_gt_pm_irq.c | 12 static void write_pm_imr(struct intel_gt *gt) in write_pm_imr() 31 static void gen6_gt_pm_update_irq(struct intel_gt *gt, in gen6_gt_pm_update_irq() 51 void gen6_gt_pm_unmask_irq(struct intel_gt *gt, u32 mask) in gen6_gt_pm_unmask_irq() 56 void gen6_gt_pm_mask_irq(struct intel_gt *gt, u32 mask) in gen6_gt_pm_mask_irq() 61 void gen6_gt_pm_reset_iir(struct intel_gt *gt, u32 reset_mask) in gen6_gt_pm_reset_iir() 73 static void write_pm_ier(struct intel_gt *gt) in write_pm_ier() 92 void gen6_gt_pm_enable_irq(struct intel_gt *gt, u32 enable_mask) in gen6_gt_pm_enable_irq() 101 void gen6_gt_pm_disable_irq(struct intel_gt *gt, u32 disable_mask) in gen6_gt_pm_disable_irq()
|
D | intel_reset.c | 160 static int i915_do_reset(struct intel_gt *gt, in i915_do_reset() 189 static int g33_do_reset(struct intel_gt *gt, in g33_do_reset() 199 static int g4x_do_reset(struct intel_gt *gt, in g4x_do_reset() 236 static int ilk_do_reset(struct intel_gt *gt, intel_engine_mask_t engine_mask, in ilk_do_reset() 271 static int gen6_hw_domain_reset(struct intel_gt *gt, u32 hw_domain_mask) in gen6_hw_domain_reset() 318 static int __gen6_reset_engines(struct intel_gt *gt, in __gen6_reset_engines() 347 static int gen6_reset_engines(struct intel_gt *gt, in gen6_reset_engines() 527 static int __gen11_reset_engines(struct intel_gt *gt, in __gen11_reset_engines() 633 static int gen8_reset_engines(struct intel_gt *gt, in gen8_reset_engines() 688 static int mock_reset(struct intel_gt *gt, in mock_reset() [all …]
|
D | intel_gt_buffer_pool.h | 14 struct intel_gt; 18 intel_gt_get_buffer_pool(struct intel_gt *gt, size_t size, 39 void intel_gt_init_buffer_pool(struct intel_gt *gt); 40 void intel_gt_flush_buffer_pool(struct intel_gt *gt); 41 void intel_gt_fini_buffer_pool(struct intel_gt *gt);
|
D | intel_gt_requests.c | 34 static bool flush_submission(struct intel_gt *gt, long timeout) in flush_submission() 133 long intel_gt_retire_requests_timeout(struct intel_gt *gt, long timeout, in intel_gt_retire_requests_timeout() 207 struct intel_gt *gt = in retire_work_handler() 215 void intel_gt_init_requests(struct intel_gt *gt) in intel_gt_init_requests() 220 void intel_gt_park_requests(struct intel_gt *gt) in intel_gt_park_requests() 225 void intel_gt_unpark_requests(struct intel_gt *gt) in intel_gt_unpark_requests() 231 void intel_gt_fini_requests(struct intel_gt *gt) in intel_gt_fini_requests() 241 struct intel_gt *gt = in intel_gt_watchdog_work()
|
D | intel_timeline.h | 18 __intel_timeline_create(struct intel_gt *gt, 23 intel_timeline_create(struct intel_gt *gt) in intel_timeline_create() 84 void intel_gt_init_timelines(struct intel_gt *gt); 85 void intel_gt_fini_timelines(struct intel_gt *gt); 87 void intel_gt_show_timelines(struct intel_gt *gt,
|
D | intel_engine.h | 23 struct intel_gt; 187 int intel_engines_init_mmio(struct intel_gt *gt); 188 int intel_engines_init(struct intel_gt *gt); 192 void intel_engines_release(struct intel_gt *gt); 193 void intel_engines_free(struct intel_gt *gt); 226 bool intel_engines_are_idle(struct intel_gt *gt); 235 void intel_engines_reset_default_submission(struct intel_gt *gt); 253 u32 intel_engine_context_size(struct intel_gt *gt, u8 class);
|
D | intel_gt_clock_utils.c | 152 void intel_gt_init_clock_frequency(struct intel_gt *gt) in intel_gt_init_clock_frequency() 171 void intel_gt_check_clock_frequency(const struct intel_gt *gt) in intel_gt_check_clock_frequency() 187 u64 intel_gt_clock_interval_to_ns(const struct intel_gt *gt, u64 count) in intel_gt_clock_interval_to_ns() 192 u64 intel_gt_pm_interval_to_ns(const struct intel_gt *gt, u64 count) in intel_gt_pm_interval_to_ns() 197 u64 intel_gt_ns_to_clock_interval(const struct intel_gt *gt, u64 ns) in intel_gt_ns_to_clock_interval() 202 u64 intel_gt_ns_to_pm_interval(const struct intel_gt *gt, u64 ns) in intel_gt_ns_to_pm_interval()
|
D | intel_gt_buffer_pool.c | 12 static struct intel_gt *to_gt(struct intel_gt_buffer_pool *pool) in to_gt() 14 return container_of(pool, struct intel_gt, buffer_pool); in to_gt() 144 struct intel_gt *gt = to_gt(pool); in node_create() 173 intel_gt_get_buffer_pool(struct intel_gt *gt, size_t size, in intel_gt_get_buffer_pool() 222 void intel_gt_init_buffer_pool(struct intel_gt *gt) in intel_gt_init_buffer_pool() 233 void intel_gt_flush_buffer_pool(struct intel_gt *gt) in intel_gt_flush_buffer_pool() 243 void intel_gt_fini_buffer_pool(struct intel_gt *gt) in intel_gt_fini_buffer_pool()
|
D | intel_region_lmem.h | 9 struct intel_gt; 11 struct intel_memory_region *intel_gt_setup_lmem(struct intel_gt *gt); 14 intel_gt_setup_fake_lmem(struct intel_gt *gt);
|
D | intel_sseu_debugfs.h | 10 struct intel_gt; 14 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt); 15 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root);
|
D | intel_sseu_debugfs.c | 19 static void cherryview_sseu_device_status(struct intel_gt *gt, in cherryview_sseu_device_status() 53 static void gen11_sseu_device_status(struct intel_gt *gt, in gen11_sseu_device_status() 113 static void gen9_sseu_device_status(struct intel_gt *gt, in gen9_sseu_device_status() 176 static void bdw_sseu_device_status(struct intel_gt *gt, in bdw_sseu_device_status() 244 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt) in intel_sseu_status() 281 struct intel_gt *gt = m->private; in sseu_status_show() 289 struct intel_gt *gt = m->private; in rcs_topology_show() 298 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root) in intel_sseu_debugfs_register()
|
D | intel_engine_heartbeat.h | 10 struct intel_gt; 20 void intel_gt_park_heartbeats(struct intel_gt *gt); 21 void intel_gt_unpark_heartbeats(struct intel_gt *gt);
|
D | intel_workarounds.h | 16 struct intel_gt; 28 void intel_gt_apply_workarounds(struct intel_gt *gt); 29 bool intel_gt_verify_workarounds(struct intel_gt *gt, const char *from);
|
/drivers/gpu/drm/i915/selftests/ |
D | igt_reset.h | 12 struct intel_gt; 14 void igt_global_reset_lock(struct intel_gt *gt); 15 void igt_global_reset_unlock(struct intel_gt *gt); 16 bool igt_force_reset(struct intel_gt *gt);
|
/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 38 struct intel_gt *gt = guc_to_gt(guc); in intel_guc_notify() 60 struct intel_gt *gt = guc_to_gt(guc); in intel_guc_init_send_regs() 77 struct intel_gt *gt = guc_to_gt(guc); in gen9_reset_guc_interrupts() 88 struct intel_gt *gt = guc_to_gt(guc); in gen9_enable_guc_interrupts() 101 struct intel_gt *gt = guc_to_gt(guc); in gen9_disable_guc_interrupts() 117 struct intel_gt *gt = guc_to_gt(guc); in gen11_reset_guc_interrupts() 126 struct intel_gt *gt = guc_to_gt(guc); in gen11_enable_guc_interrupts() 140 struct intel_gt *gt = guc_to_gt(guc); in gen11_disable_guc_interrupts() 310 struct intel_gt *gt = guc_to_gt(guc); in intel_guc_init() 373 struct intel_gt *gt = guc_to_gt(guc); in intel_guc_fini() [all …]
|