| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | intel_uncore.c | 42 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get() 56 static void mmio_debug_suspend(struct intel_uncore *uncore) in mmio_debug_suspend() 74 static void mmio_debug_resume(struct intel_uncore *uncore) in mmio_debug_resume() 291 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get_normal() 310 fw_domains_get_with_fallback(struct intel_uncore *uncore, in fw_domains_get_with_fallback() 330 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_put() 344 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset() 359 static inline u32 gt_thread_status(struct intel_uncore *uncore) in gt_thread_status() 369 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore) in __gen6_gt_wait_for_thread_c0() 380 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore, in fw_domains_get_with_thread_status() [all …]
|
| D | intel_pcode.c | 55 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()
|
| D | i915_irq.c | 81 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr, in gen3_irq_reset() 96 static void gen2_irq_reset(struct intel_uncore *uncore) in gen2_irq_reset() 113 void gen3_assert_iir_is_zero(struct intel_uncore *uncore, i915_reg_t reg) in gen3_assert_iir_is_zero() 129 static void gen2_assert_iir_is_zero(struct intel_uncore *uncore) in gen2_assert_iir_is_zero() 145 void gen3_irq_init(struct intel_uncore *uncore, in gen3_irq_init() 157 static void gen2_irq_init(struct intel_uncore *uncore, in gen2_irq_init() 664 struct intel_uncore *uncore = &dev_priv->uncore; in ibx_irq_reset() local 679 struct intel_uncore *uncore = &dev_priv->uncore; in ilk_irq_reset() local 712 struct intel_uncore *uncore = &dev_priv->uncore; in gen8_irq_reset() local 728 struct intel_uncore *uncore = gt->uncore; in gen11_irq_reset() local [all …]
|
| D | i915_irq.h | 53 #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
|
| D | intel_uncore.h | 180 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | intel_uncore.c | 243 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get() 262 fw_domains_get_with_fallback(struct intel_uncore *uncore, in fw_domains_get_with_fallback() 282 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_put() 296 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset() 311 static inline u32 gt_thread_status(struct intel_uncore *uncore) in gt_thread_status() 321 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore) in __gen6_gt_wait_for_thread_c0() 332 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore, in fw_domains_get_with_thread_status() 341 static inline u32 fifo_free_entries(struct intel_uncore *uncore) in fifo_free_entries() 348 static void __gen6_gt_wait_for_fifo(struct intel_uncore *uncore) in __gen6_gt_wait_for_fifo() 377 struct intel_uncore *uncore = domain->uncore; in intel_uncore_fw_release_timer() local [all …]
|
| D | i915_irq.h | 132 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument 139 #define GEN3_IRQ_RESET(uncore, type) \ argument 142 #define GEN2_IRQ_RESET(uncore) \ argument 145 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument 154 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument 160 #define GEN2_IRQ_INIT(uncore, imr_val, ier_val) \ argument
|
| D | intel_uncore.h | 138 struct intel_uncore *uncore; member 162 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() 168 intel_uncore_has_fpga_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_fpga_dbg_unclaimed() 174 intel_uncore_has_dbg_unclaimed(const struct intel_uncore *uncore) in intel_uncore_has_dbg_unclaimed() 180 intel_uncore_has_fifo(const struct intel_uncore *uncore) in intel_uncore_has_fifo() 239 intel_wait_for_register(struct intel_uncore *uncore, in intel_wait_for_register() 257 intel_wait_for_register_fw(struct intel_uncore *uncore, in intel_wait_for_register_fw() 336 intel_uncore_read64_2x32(struct intel_uncore *uncore, in intel_uncore_read64_2x32() 386 static inline void intel_uncore_rmw(struct intel_uncore *uncore, in intel_uncore_rmw() 397 static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore, in intel_uncore_rmw_fw() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_clock_utils.c | 13 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()
|
| D | intel_rc6.c | 59 struct intel_uncore *uncore = gt->uncore; in gen11_rc6_enable() local 137 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable() local 207 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable() local 229 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable() local 283 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init() local 305 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init() local 358 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable() local 386 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable() local 414 struct intel_uncore *uncore = rc6_to_uncore(rc6); in intel_check_bios_c6_setup() local 428 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup() local [all …]
|
| D | intel_rps.c | 70 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 316 struct intel_uncore *uncore = in __ips_chipset_val() local 351 static unsigned long ips_mch_val(struct intel_uncore *uncore) in ips_mch_val() 388 struct intel_uncore *uncore = in __gen5_ips_update() local 432 struct intel_uncore *uncore = rps_to_uncore(rps); in __gen5_rps_set() local 483 static unsigned int init_emon(struct intel_uncore *uncore) in init_emon() 552 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_enable() local 623 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_disable() local 676 struct intel_uncore *uncore = gt->uncore; in rps_set_power() local [all …]
|
| D | intel_gtt.c | 406 struct intel_uncore *uncore = gt->uncore; in gtt_write_workarounds() local 471 static void xelpmp_setup_private_ppat(struct intel_uncore *uncore) in xelpmp_setup_private_ppat() 509 static void tgl_setup_private_ppat(struct intel_uncore *uncore) in tgl_setup_private_ppat() 545 static void icl_setup_private_ppat(struct intel_uncore *uncore) in icl_setup_private_ppat() 578 static void bdw_setup_private_ppat(struct intel_uncore *uncore) in bdw_setup_private_ppat() 601 static void chv_setup_private_ppat(struct intel_uncore *uncore) in chv_setup_private_ppat() 639 struct intel_uncore *uncore = gt->uncore; in setup_private_pat() local
|
| D | intel_ggtt_fencing.c | 92 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 574 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in detect_bit_6_swizzle() local 842 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in intel_ggtt_init_fences() local 902 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_swizzling() local
|
| D | intel_gt_irq.c | 215 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
|
| D | intel_gt_pm_debugfs.c | 70 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_rc6.c | 52 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val) in set() 60 struct intel_uncore *uncore = gt->uncore; in gen11_rc6_enable() local 125 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable() local 196 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable() local 218 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable() local 273 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init() local 295 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init() local 347 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable() local 375 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable() local 402 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup() local [all …]
|
| D | intel_gtt.c | 239 struct intel_uncore *uncore = gt->uncore; in gtt_write_workarounds() local 304 static void tgl_setup_private_ppat(struct intel_uncore *uncore) in tgl_setup_private_ppat() 317 static void cnl_setup_private_ppat(struct intel_uncore *uncore) in cnl_setup_private_ppat() 350 static void bdw_setup_private_ppat(struct intel_uncore *uncore) in bdw_setup_private_ppat() 367 static void chv_setup_private_ppat(struct intel_uncore *uncore) in chv_setup_private_ppat() 403 void setup_private_pat(struct intel_uncore *uncore) in setup_private_pat()
|
| D | intel_rps.c | 46 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val) in set() 251 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_init() local 289 struct intel_uncore *uncore = in __ips_chipset_val() local 324 static unsigned long ips_mch_val(struct intel_uncore *uncore) in ips_mch_val() 361 struct intel_uncore *uncore = in __gen5_ips_update() local 395 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_set() local 435 static unsigned int init_emon(struct intel_uncore *uncore) in init_emon() 503 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_enable() local 569 struct intel_uncore *uncore = rps_to_uncore(rps); in gen5_rps_disable() local 625 struct intel_uncore *uncore = gt->uncore; in rps_set_power() local [all …]
|
| D | intel_gt.c | 59 struct intel_uncore *uncore = gt->uncore; in init_unused_ring() local 89 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_hw() local 141 static void rmw_set(struct intel_uncore *uncore, i915_reg_t reg, u32 set) in rmw_set() 146 static void rmw_clear(struct intel_uncore *uncore, i915_reg_t reg, u32 clr) in rmw_clear() 151 static void clear_register(struct intel_uncore *uncore, i915_reg_t reg) in clear_register() 167 struct intel_uncore *uncore = gt->uncore; in intel_gt_clear_error_registers() local 231 struct intel_uncore *uncore = gt->uncore; in gen8_check_faults() local 287 struct intel_uncore *uncore = gt->uncore; in intel_gt_flush_ggtt_writes() local 709 struct intel_uncore *uncore = gt->uncore; in intel_gt_invalidate_tlbs() local
|
| D | intel_ggtt_fencing.c | 104 struct intel_uncore *uncore = fence_to_uncore(fence); in i965_write_fence_reg() local 151 struct intel_uncore *uncore = fence_to_uncore(fence); in i915_write_fence_reg() local 176 struct intel_uncore *uncore = fence_to_uncore(fence); in i830_write_fence_reg() local 216 struct intel_uncore *uncore = fence_to_uncore(fence); in fence_update() local 567 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in detect_bit_6_swizzle() local 832 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in intel_ggtt_init_fences() local 893 struct intel_uncore *uncore = gt->uncore; in intel_gt_init_swizzling() local
|
| D | intel_gt_irq.c | 218 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_reset() local 244 struct intel_uncore *uncore = gt->uncore; in gen11_gt_irq_postinstall() local 367 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_reset() local 389 struct intel_uncore *uncore = gt->uncore; in gen8_gt_irq_postinstall() local 429 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_reset() local 438 struct intel_uncore *uncore = gt->uncore; in gen5_gt_irq_postinstall() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_fw.c | 22 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() 156 struct intel_uncore *uncore = gt->uncore; in guc_wait_ucode() local 283 struct intel_uncore *uncore = gt->uncore; in intel_guc_fw_upload() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_fw.c | 16 static void guc_prepare_xfer(struct intel_uncore *uncore) in guc_prepare_xfer() 45 struct intel_uncore *uncore) in guc_xfer_rsa() 67 static inline bool guc_ready(struct intel_uncore *uncore, u32 *status) in guc_ready() 77 static int guc_wait_ucode(struct intel_uncore *uncore) in guc_wait_ucode() 122 struct intel_uncore *uncore = gt->uncore; in intel_guc_fw_upload() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_stolen.c | 74 struct intel_uncore *uncore = ggtt->vm.gt->uncore; in i915_adjust_stolen() local 171 struct intel_uncore *uncore, in g4x_get_stolen_reserved() 206 struct intel_uncore *uncore, in gen6_get_stolen_reserved() 239 struct intel_uncore *uncore, in vlv_get_stolen_reserved() 268 struct intel_uncore *uncore, in gen7_get_stolen_reserved() 295 struct intel_uncore *uncore, in chv_get_stolen_reserved() 328 struct intel_uncore *uncore, in bdw_get_stolen_reserved() 348 struct intel_uncore *uncore, in icl_get_stolen_reserved() 379 struct intel_uncore *uncore = &i915->uncore; in i915_gem_init_stolen() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_stolen.c | 89 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 849 static int mtl_get_gms_size(struct intel_uncore *uncore) in mtl_get_gms_size() [all …]
|