| /Linux-v5.4/drivers/gpu/drm/i915/gt/ | 
| D | intel_gt_irq.c | 39 gen11_gt_engine_identity(struct intel_gt *gt,  in gen11_gt_engine_identity()73 gen11_other_irq_handler(struct intel_gt *gt, const u8 instance,  in gen11_other_irq_handler()
 87 gen11_engine_irq_handler(struct intel_gt *gt, const u8 class,  in gen11_engine_irq_handler()
 105 gen11_gt_identity_handler(struct intel_gt *gt, const u32 identity)  in gen11_gt_identity_handler()
 125 gen11_gt_bank_handler(struct intel_gt *gt, const unsigned int bank)  in gen11_gt_bank_handler()
 145 void gen11_gt_irq_handler(struct intel_gt *gt, const u32 master_ctl)  in gen11_gt_irq_handler()
 159 bool gen11_gt_reset_one_iir(struct intel_gt *gt,  in gen11_gt_reset_one_iir()
 189 void gen11_gt_irq_reset(struct intel_gt *gt)  in gen11_gt_irq_reset()
 210 void gen11_gt_irq_postinstall(struct intel_gt *gt)  in gen11_gt_irq_postinstall()
 244 void gen5_gt_irq_handler(struct intel_gt *gt, u32 gt_iir)  in gen5_gt_irq_handler()
 [all …]
 
 | 
| D | intel_reset.c | 145 static int i915_do_reset(struct intel_gt *gt,  in i915_do_reset()174 static int g33_do_reset(struct intel_gt *gt,  in g33_do_reset()
 184 static int g4x_do_reset(struct intel_gt *gt,  in g4x_do_reset()
 221 static int ironlake_do_reset(struct intel_gt *gt,  in ironlake_do_reset()
 257 static int gen6_hw_domain_reset(struct intel_gt *gt, u32 hw_domain_mask)  in gen6_hw_domain_reset()
 281 static int gen6_reset_engines(struct intel_gt *gt,  in gen6_reset_engines()
 405 static int gen11_reset_engines(struct intel_gt *gt,  in gen11_reset_engines()
 488 static int gen8_reset_engines(struct intel_gt *gt,  in gen8_reset_engines()
 551 int __intel_gt_reset(struct intel_gt *gt, intel_engine_mask_t engine_mask)  in __intel_gt_reset()
 591 int intel_reset_guc(struct intel_gt *gt)  in intel_reset_guc()
 [all …]
 
 | 
| D | intel_gt_pm_irq.c | 13 static void write_pm_imr(struct intel_gt *gt)  in write_pm_imr()32 static void gen6_gt_pm_update_irq(struct intel_gt *gt,  in gen6_gt_pm_update_irq()
 52 void gen6_gt_pm_unmask_irq(struct intel_gt *gt, u32 mask)  in gen6_gt_pm_unmask_irq()
 57 void gen6_gt_pm_mask_irq(struct intel_gt *gt, u32 mask)  in gen6_gt_pm_mask_irq()
 62 void gen6_gt_pm_reset_iir(struct intel_gt *gt, u32 reset_mask)  in gen6_gt_pm_reset_iir()
 74 static void write_pm_ier(struct intel_gt *gt)  in write_pm_ier()
 93 void gen6_gt_pm_enable_irq(struct intel_gt *gt, u32 enable_mask)  in gen6_gt_pm_enable_irq()
 102 void gen6_gt_pm_disable_irq(struct intel_gt *gt, u32 disable_mask)  in gen6_gt_pm_disable_irq()
 
 | 
| D | intel_gt.c | 11 void intel_gt_init_early(struct intel_gt *gt, struct drm_i915_private *i915)  in intel_gt_init_early()54 intel_gt_clear_error_registers(struct intel_gt *gt,  in intel_gt_clear_error_registers()
 97 static void gen6_check_faults(struct intel_gt *gt)  in gen6_check_faults()
 120 static void gen8_check_faults(struct intel_gt *gt)  in gen8_check_faults()
 162 void intel_gt_check_and_clear_faults(struct intel_gt *gt)  in intel_gt_check_and_clear_faults()
 177 void intel_gt_flush_ggtt_writes(struct intel_gt *gt)  in intel_gt_flush_ggtt_writes()
 218 void intel_gt_chipset_flush(struct intel_gt *gt)  in intel_gt_chipset_flush()
 225 int intel_gt_init_scratch(struct intel_gt *gt, unsigned int size)  in intel_gt_init_scratch()
 259 void intel_gt_fini_scratch(struct intel_gt *gt)  in intel_gt_fini_scratch()
 264 void intel_gt_driver_late_release(struct intel_gt *gt)  in intel_gt_driver_late_release()
 
 | 
| D | intel_gt_pm.c | 22 	struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref);  in __gt_unpark()  local93 void intel_gt_pm_init_early(struct intel_gt *gt)  in intel_gt_pm_init_early()
 100 static bool reset_engines(struct intel_gt *gt)  in reset_engines()
 118 void intel_gt_sanitize(struct intel_gt *gt, bool force)  in intel_gt_sanitize()
 134 int intel_gt_resume(struct intel_gt *gt)  in intel_gt_resume()
 172 void intel_gt_runtime_suspend(struct intel_gt *gt)  in intel_gt_runtime_suspend()
 177 int intel_gt_runtime_resume(struct intel_gt *gt)  in intel_gt_runtime_resume()
 
 | 
| D | intel_gt_pm.h | 20 static inline bool intel_gt_pm_is_awake(const struct intel_gt *gt)  in intel_gt_pm_is_awake()25 static inline void intel_gt_pm_get(struct intel_gt *gt)  in intel_gt_pm_get()
 30 static inline bool intel_gt_pm_get_if_awake(struct intel_gt *gt)  in intel_gt_pm_get_if_awake()
 35 static inline void intel_gt_pm_put(struct intel_gt *gt)  in intel_gt_pm_put()
 40 static inline int intel_gt_pm_wait_for_idle(struct intel_gt *gt)  in intel_gt_pm_wait_for_idle()
 
 | 
| D | selftest_reset.c | 12 	struct intel_gt *gt = arg;  in igt_global_reset()  local42 	struct intel_gt *gt = arg;  in igt_wedged_reset()  local
 63 	struct intel_gt *gt = arg;  in igt_atomic_reset()  local
 107 	struct intel_gt *gt = arg;  in igt_atomic_engine_reset()  local
 171 	struct intel_gt *gt = &i915->gt;  in intel_reset_live_selftests()  local
 
 | 
| D | selftest_hangcheck.c | 45 	struct intel_gt *gt;  member53 static int hang_init(struct hang *h, struct intel_gt *gt)  in hang_init()
 133 	struct intel_gt *gt = h->gt;  in hang_create_request()  local
 303 	struct intel_gt *gt = arg;  in igt_hang_sanitycheck()  local
 370 	struct intel_gt *gt = arg;  in igt_reset_nop()  local
 451 	struct intel_gt *gt = arg;  in igt_reset_nop_engine()  local
 552 static int __igt_reset_engine(struct intel_gt *gt, bool active)  in __igt_reset_engine()
 780 static int __igt_reset_engines(struct intel_gt *gt,  in __igt_reset_engines()
 1019 	struct intel_gt *gt = arg;  in igt_reset_engines()  local
 1037 static u32 fake_hangcheck(struct intel_gt *gt, intel_engine_mask_t mask)  in fake_hangcheck()
 [all …]
 
 | 
| D | intel_timeline.c | 19 	struct intel_gt *gt;  member34 static struct i915_vma *__hwsp_alloc(struct intel_gt *gt)  in __hwsp_alloc()
 56 	struct intel_gt_timelines *gt = &timeline->gt->timelines;  in hwsp_alloc()  local
 105 	struct intel_gt_timelines *gt = hwsp->gt_timelines;  in __idle_hwsp_free()  local
 208 			struct intel_gt *gt,  in intel_timeline_init()
 265 static void timelines_init(struct intel_gt *gt)  in timelines_init()
 295 intel_timeline_create(struct intel_gt *gt, struct i915_vma *global_hwsp)  in intel_timeline_create()
 547 static void timelines_fini(struct intel_gt *gt)  in timelines_fini()
 
 | 
| D | selftest_engine_pm.c | 13 	struct intel_gt *gt = arg;  in live_engine_pm()  local76 int live_engine_pm_selftests(struct intel_gt *gt)  in live_engine_pm_selftests()
 
 | 
| D | selftest_context.c | 145 	struct intel_gt *gt = arg;  in live_context_size()  local295 	struct intel_gt *gt = arg;  in live_active_context()  local
 408 	struct intel_gt *gt = arg;  in live_remote_context()  local
 450 	struct intel_gt *gt = &i915->gt;  in intel_context_live_selftests()  local
 
 | 
| D | intel_gt.h | 47 static inline u32 intel_gt_scratch_offset(const struct intel_gt *gt,  in intel_gt_scratch_offset()53 static inline bool intel_gt_is_wedged(struct intel_gt *gt)  in intel_gt_is_wedged()
 
 | 
| D | intel_hangcheck.c | 223 static void hangcheck_declare_hang(struct intel_gt *gt,  in hangcheck_declare_hang()257 	struct intel_gt *gt =  in hangcheck_elapsed()  local
 330 void intel_gt_queue_hangcheck(struct intel_gt *gt)  in intel_gt_queue_hangcheck()
 353 void intel_gt_init_hangcheck(struct intel_gt *gt)  in intel_gt_init_hangcheck()
 
 | 
| D | intel_mocs.c | 282 static bool get_mocs_settings(struct intel_gt *gt,  in get_mocs_settings()369 	struct intel_gt *gt = engine->gt;  in intel_mocs_init_engine()  local
 403 static void intel_mocs_init_global(struct intel_gt *gt)  in intel_mocs_init_global()
 540 static void intel_mocs_init_l3cc_table(struct intel_gt *gt)  in intel_mocs_init_l3cc_table()
 620 void intel_mocs_init(struct intel_gt *gt)  in intel_mocs_init()
 
 | 
| D | selftest_engine.c | 16 	struct intel_gt *gt = &i915->gt;  in intel_engine_live_selftests()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ | 
| D | igt_reset.c | 14 void igt_global_reset_lock(struct intel_gt *gt)  in igt_global_reset_lock()33 void igt_global_reset_unlock(struct intel_gt *gt)  in igt_global_reset_unlock()
 45 bool igt_force_reset(struct intel_gt *gt)  in igt_force_reset()
 
 | 
| D | igt_spinner.h | 20 	struct intel_gt *gt;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | gtt.c | 194 static int psb_gtt_attach_pages(struct gtt_range *gt)  in psb_gtt_attach_pages()219 static void psb_gtt_detach_pages(struct gtt_range *gt)  in psb_gtt_detach_pages()
 235 int psb_gtt_pin(struct gtt_range *gt)  in psb_gtt_pin()
 274 void psb_gtt_unpin(struct gtt_range *gt)  in psb_gtt_unpin()
 328 	struct gtt_range *gt;  in psb_gtt_alloc_range()  local
 370 void psb_gtt_free_range(struct drm_device *dev, struct gtt_range *gt)  in psb_gtt_free_range()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ | 
| D | intel_huc.c | 31 	struct intel_gt *gt = huc_to_gt(huc);  in intel_huc_rsa_data_create()  local128 	struct intel_gt *gt = huc_to_gt(huc);  in intel_huc_auth()  local
 181 	struct intel_gt *gt = huc_to_gt(huc);  in intel_huc_check_status()  local
 
 | 
| D | intel_guc.c | 14 	struct intel_gt *gt = guc_to_gt(guc);  in gen8_guc_raise_irq()  local21 	struct intel_gt *gt = guc_to_gt(guc);  in gen11_guc_raise_irq()  local
 37 	struct intel_gt *gt = guc_to_gt(guc);  in intel_guc_init_send_regs()  local
 250 	struct intel_gt *gt = guc_to_gt(guc);  in intel_guc_init()  local
 311 	struct intel_gt *gt = guc_to_gt(guc);  in intel_guc_fini()  local
 593 	struct intel_gt *gt = guc_to_gt(guc);  in intel_guc_allocate_vma()  local
 
 | 
| D | intel_uc_fw.c | 411 				  struct intel_gt *gt)  in intel_uc_fw_ggtt_bind()432 				    struct intel_gt *gt)  in intel_uc_fw_ggtt_unbind()
 441 static int uc_fw_xfer(struct intel_uc_fw *uc_fw, struct intel_gt *gt,  in uc_fw_xfer()
 501 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, struct intel_gt *gt,  in intel_uc_fw_upload()
 
 | 
| D | intel_uc.c | 19 	struct intel_gt *gt = uc_to_gt(uc);  in __intel_uc_reset_hw()  local352 	struct intel_gt *gt = uc_to_gt(uc);  in uc_init_wopcm()  local
 405 	struct intel_gt *gt = uc_to_gt(uc);  in uc_is_wopcm_locked()  local
 
 | 
| D | intel_huc_fw.c | 33 	struct intel_gt *gt = huc_to_gt(huc);  in intel_huc_fw_init_early()  local
 | 
| /Linux-v5.4/drivers/media/radio/ | 
| D | radio-gemtek.c | 150 static void gemtek_bu2614_transmit(struct gemtek *gt)  in gemtek_bu2614_transmit()182 	struct gemtek *gt = kzalloc(sizeof(*gt), GFP_KERNEL);  in gemtek_alloc()  local
 194 	struct gemtek *gt = container_of(isa, struct gemtek, isa);  in gemtek_s_frequency()  local
 216 	struct gemtek *gt = container_of(isa, struct gemtek, isa);  in gemtek_s_mute_volume()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_irq.c | 339 	struct intel_gt *gt = &dev_priv->gt;  in gen11_reset_rps_interrupts()  local353 	struct intel_gt *gt = &dev_priv->gt;  in gen6_reset_rps_interrupts()  local
 363 	struct intel_gt *gt = &dev_priv->gt;  in gen6_enable_rps_interrupts()  local
 391 	struct intel_gt *gt = &dev_priv->gt;  in gen6_disable_rps_interrupts()  local
 420 	struct intel_gt *gt = guc_to_gt(guc);  in gen9_reset_guc_interrupts()  local
 431 	struct intel_gt *gt = guc_to_gt(guc);  in gen9_enable_guc_interrupts()  local
 448 	struct intel_gt *gt = guc_to_gt(guc);  in gen9_disable_guc_interrupts()  local
 465 	struct intel_gt *gt = guc_to_gt(guc);  in gen11_reset_guc_interrupts()  local
 474 	struct intel_gt *gt = guc_to_gt(guc);  in gen11_enable_guc_interrupts()  local
 490 	struct intel_gt *gt = guc_to_gt(guc);  in gen11_disable_guc_interrupts()  local
 [all …]
 
 |