/linux-6.12.1/drivers/gpu/drm/i915/ |
D | vlv_suspend.c | 118 s->wr_watermark = intel_uncore_read(uncore, GEN7_WR_WATERMARK); in vlv_save_gunit_s0ix_state() 119 s->gfx_prio_ctrl = intel_uncore_read(uncore, GEN7_GFX_PRIO_CTRL); in vlv_save_gunit_s0ix_state() 120 s->arb_mode = intel_uncore_read(uncore, ARB_MODE); in vlv_save_gunit_s0ix_state() 121 s->gfx_pend_tlb0 = intel_uncore_read(uncore, GEN7_GFX_PEND_TLB0); in vlv_save_gunit_s0ix_state() 122 s->gfx_pend_tlb1 = intel_uncore_read(uncore, GEN7_GFX_PEND_TLB1); in vlv_save_gunit_s0ix_state() 125 s->lra_limits[i] = intel_uncore_read(uncore, GEN7_LRA_LIMITS(i)); in vlv_save_gunit_s0ix_state() 127 s->media_max_req_count = intel_uncore_read(uncore, GEN7_MEDIA_MAX_REQ_COUNT); in vlv_save_gunit_s0ix_state() 128 s->gfx_max_req_count = intel_uncore_read(uncore, GEN7_GFX_MAX_REQ_COUNT); in vlv_save_gunit_s0ix_state() 130 s->render_hwsp = intel_uncore_read(uncore, RENDER_HWS_PGA_GEN7); in vlv_save_gunit_s0ix_state() 131 s->ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in vlv_save_gunit_s0ix_state() [all …]
|
D | intel_clock_gating.c | 90 intel_uncore_read(&i915->uncore, GEN9_CLKGATE_DIS_0) | in bxt_init_clock_gating() 118 intel_uncore_read(&i915->uncore, GEN9_CLKGATE_DIS_0) | in glk_init_clock_gating() 173 (intel_uncore_read(&i915->uncore, ILK_DISPLAY_CHICKEN2) | in ilk_init_clock_gating() 177 (intel_uncore_read(&i915->uncore, DISP_ARB_CTL) | in ilk_init_clock_gating() 220 val = intel_uncore_read(&i915->uncore, TRANS_CHICKEN2(pipe)); in cpt_init_clock_gating() 240 tmp = intel_uncore_read(&i915->uncore, MCH_SSKPD); in gen6_check_mch_setup() 256 intel_uncore_read(&i915->uncore, GEN6_UCGCTL1) | in gen6_init_clock_gating() 289 intel_uncore_read(&i915->uncore, ILK_DISPLAY_CHICKEN1) | in gen6_init_clock_gating() 292 intel_uncore_read(&i915->uncore, ILK_DISPLAY_CHICKEN2) | in gen6_init_clock_gating() 295 intel_uncore_read(&i915->uncore, ILK_DSPCLK_GATE_D) | in gen6_init_clock_gating() [all …]
|
D | i915_gpu_error.c | 1230 intel_uncore_read(uncore, FENCE_REG(i)); in gt_record_fences() 1249 ee->fault_reg = intel_uncore_read(engine->uncore, in engine_record_registers() 1255 ee->fault_reg = intel_uncore_read(engine->uncore, in engine_record_registers() 1258 ee->fault_reg = intel_uncore_read(engine->uncore, in engine_record_registers() 1332 ee->hws = intel_uncore_read(engine->uncore, mmio); in engine_record_registers() 1353 intel_uncore_read(engine->uncore, in engine_record_registers() 1357 intel_uncore_read(engine->uncore, in engine_record_registers() 1754 error_uc->guc.timestamp = intel_uncore_read(gt->_gt->uncore, GUCPMTIMESTAMP); in gt_record_uc() 1775 gt->derrmr = intel_uncore_read(uncore, DERRMR); in gt_record_display_regs() 1778 gt->ier = intel_uncore_read(uncore, GEN8_DE_MISC_IER); in gt_record_display_regs() [all …]
|
D | i915_debugfs.c | 350 intel_uncore_read(uncore, DCC)); in i915_swizzle_info() 352 intel_uncore_read(uncore, DCC2)); in i915_swizzle_info() 359 intel_uncore_read(uncore, MAD_DIMM_C0)); in i915_swizzle_info() 361 intel_uncore_read(uncore, MAD_DIMM_C1)); in i915_swizzle_info() 363 intel_uncore_read(uncore, MAD_DIMM_C2)); in i915_swizzle_info() 365 intel_uncore_read(uncore, TILECTL)); in i915_swizzle_info() 368 intel_uncore_read(uncore, GAMTARBMODE)); in i915_swizzle_info() 371 intel_uncore_read(uncore, ARB_MODE)); in i915_swizzle_info() 373 intel_uncore_read(uncore, DISP_ARB_CTL)); in i915_swizzle_info()
|
D | i915_vgpu.c | 267 intel_uncore_read(uncore, vgtif_reg(avail_rs.mappable_gmadr.base)); in intel_vgt_balloon() 269 intel_uncore_read(uncore, vgtif_reg(avail_rs.mappable_gmadr.size)); in intel_vgt_balloon() 271 intel_uncore_read(uncore, vgtif_reg(avail_rs.nonmappable_gmadr.base)); in intel_vgt_balloon() 273 intel_uncore_read(uncore, vgtif_reg(avail_rs.nonmappable_gmadr.size)); in intel_vgt_balloon()
|
D | i915_irq.c | 114 u32 val = intel_uncore_read(uncore, reg); in gen3_assert_iir_is_zero() 211 error_status = intel_uncore_read(&dev_priv->uncore, reg); in ivb_parity_work() 267 gt_iir = intel_uncore_read(&dev_priv->uncore, GTIIR); in valleyview_irq_handler() 268 pm_iir = intel_uncore_read(&dev_priv->uncore, GEN6_PMIIR); in valleyview_irq_handler() 269 iir = intel_uncore_read(&dev_priv->uncore, VLV_IIR); in valleyview_irq_handler() 353 master_ctl = intel_uncore_read(&dev_priv->uncore, GEN8_MASTER_IRQ) & ~GEN8_MASTER_IRQ_CONTROL; in cherryview_irq_handler() 354 iir = intel_uncore_read(&dev_priv->uncore, VLV_IIR); in cherryview_irq_handler() 946 intel_uncore_read(&dev_priv->uncore, PGTBL_ER)); in i8xx_error_irq_handler() 954 *eir = intel_uncore_read(&dev_priv->uncore, EIR); in i9xx_error_irq_ack() 957 *eir_stuck = intel_uncore_read(&dev_priv->uncore, EIR); in i9xx_error_irq_ack() [all …]
|
D | i915_hwmon.c | 106 reg_value = intel_uncore_read(uncore, rgadr); in hwm_field_read_and_scale() 151 reg_val = intel_uncore_read(uncore, rgaddr); in hwm_energy() 176 r = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit); in hwm_power1_max_interval_show() 336 reg_value = intel_uncore_read(ddat->uncore, hwmon->rg.gt_perf_status); in hwm_in_read() 382 r = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit); in hwm_power_max_read() 444 nval = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit); in hwm_power_max_write() 649 reg_val = intel_uncore_read(ddat->uncore, hwmon->rg.fan_speed); in hwm_fan_input_read() 834 val_sku_unit = intel_uncore_read(uncore, in hwm_get_preregistration_info() 842 ddat->fi.reg_val_prev = intel_uncore_read(uncore, in hwm_get_preregistration_info()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_sseu_debugfs.c | 24 sig1[0] = intel_uncore_read(uncore, CHV_POWER_SS0_SIG1); in cherryview_sseu_device_status() 25 sig1[1] = intel_uncore_read(uncore, CHV_POWER_SS1_SIG1); in cherryview_sseu_device_status() 26 sig2[0] = intel_uncore_read(uncore, CHV_POWER_SS0_SIG2); in cherryview_sseu_device_status() 27 sig2[1] = intel_uncore_read(uncore, CHV_POWER_SS1_SIG2); in cherryview_sseu_device_status() 65 s_reg[s] = intel_uncore_read(uncore, GEN10_SLICE_PGCTL_ACK(s)) & in gen11_sseu_device_status() 67 eu_reg[2 * s] = intel_uncore_read(uncore, in gen11_sseu_device_status() 69 eu_reg[2 * s + 1] = intel_uncore_read(uncore, in gen11_sseu_device_status() 119 s_reg[s] = intel_uncore_read(uncore, GEN9_SLICE_PGCTL_ACK(s)); in gen9_sseu_device_status() 121 intel_uncore_read(uncore, GEN9_SS01_EU_PGCTL_ACK(s)); in gen9_sseu_device_status() 123 intel_uncore_read(uncore, GEN9_SS23_EU_PGCTL_ACK(s)); in gen9_sseu_device_status() [all …]
|
D | intel_rps.c | 299 rgvmodectl = intel_uncore_read(uncore, MEMMODECTL); in gen5_rps_init() 336 total = intel_uncore_read(uncore, DMIEC); in __ips_chipset_val() 337 total += intel_uncore_read(uncore, DDREC); in __ips_chipset_val() 338 total += intel_uncore_read(uncore, CSIEC); in __ips_chipset_val() 357 tsfs = intel_uncore_read(uncore, TSFS); in ips_mch_val() 404 count = intel_uncore_read(uncore, GFXEC); in __gen5_ips_update() 506 u32 pxvidfreq = intel_uncore_read(uncore, PXVFREQ(i)); in init_emon() 547 return intel_uncore_read(uncore, LCFUSE02) & LCFUSE_HIV_MASK; in init_emon() 559 rgvmodectl = intel_uncore_read(uncore, MEMMODECTL); in gen5_rps_enable() 581 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) & in gen5_rps_enable() [all …]
|
D | intel_rc6.c | 300 pcbr = intel_uncore_read(uncore, VLV_PCBR); in chv_rc6_init() 322 pcbr = intel_uncore_read(uncore, VLV_PCBR); in vlv_rc6_init() 429 rc6->bios_rc_state = intel_uncore_read(uncore, GEN6_RC_STATE); in intel_check_bios_c6_setup() 444 rc_ctl = intel_uncore_read(uncore, GEN6_RC_CONTROL); in bxt_check_bios_rc6_setup() 445 rc_sw_target = intel_uncore_read(uncore, GEN6_RC_STATE); in bxt_check_bios_rc6_setup() 454 if (!(intel_uncore_read(uncore, RC6_LOCATION) & RC6_CTX_IN_DRAM)) { in bxt_check_bios_rc6_setup() 464 intel_uncore_read(uncore, RC6_CTX_BASE) & RC6_CTX_BASE_MASK; in bxt_check_bios_rc6_setup() 471 if (!((intel_uncore_read(uncore, PWRCTX_MAXCNT(RENDER_RING_BASE)) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup() 472 (intel_uncore_read(uncore, PWRCTX_MAXCNT(GEN6_BSD_RING_BASE)) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup() 473 (intel_uncore_read(uncore, PWRCTX_MAXCNT(BLT_RING_BASE)) & IDLE_TIME_MASK) > 1 && in bxt_check_bios_rc6_setup() [all …]
|
D | intel_gt_pm_debugfs.c | 97 pw_status = intel_uncore_read(uncore, VLV_GTLC_PW_STATUS); in vlv_drpc() 98 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in vlv_drpc() 126 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in gen6_drpc() 129 intel_uncore_read(uncore, GEN9_PG_ENABLE); in gen6_drpc() 131 intel_uncore_read(uncore, GEN9_PWRGT_DOMAIN_STATUS); in gen6_drpc() 211 rgvmodectl = intel_uncore_read(uncore, MEMMODECTL); in ilk_drpc() 212 rstdbyctl = intel_uncore_read(uncore, RSTDBYCTL); in ilk_drpc() 271 gt_core_status = intel_uncore_read(uncore, MTL_MIRROR_TARGET_WP1); in mtl_drpc() 273 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in mtl_drpc() 274 mtl_powergate_enable = intel_uncore_read(uncore, GEN9_PG_ENABLE); in mtl_drpc() [all …]
|
D | intel_sseu.c | 202 fuse_val[i] = intel_uncore_read(uncore, va_arg(argp, i915_reg_t)); in xehp_load_dss_mask() 239 eu_en_fuse = intel_uncore_read(uncore, XEHP_EU_ENABLE) & XEHP_EU_ENA_MASK; in xehp_sseu_info_init() 272 s_en = intel_uncore_read(uncore, GEN11_GT_SLICE_ENABLE) & in gen12_sseu_info_init() 276 g_dss_en = intel_uncore_read(uncore, GEN12_GT_GEOMETRY_DSS_ENABLE); in gen12_sseu_info_init() 279 eu_en_fuse = ~(intel_uncore_read(uncore, GEN11_EU_DISABLE) & in gen12_sseu_info_init() 309 s_en = intel_uncore_read(uncore, GEN11_GT_SLICE_ENABLE) & in gen11_sseu_info_init() 313 ss_en = ~intel_uncore_read(uncore, GEN11_GT_SUBSLICE_DISABLE); in gen11_sseu_info_init() 315 eu_en = ~(intel_uncore_read(uncore, GEN11_EU_DISABLE) & in gen11_sseu_info_init() 331 fuse = intel_uncore_read(gt->uncore, CHV_FUSE_GT); in cherryview_sseu_info_init() 387 fuse2 = intel_uncore_read(uncore, GEN8_FUSE2); in gen9_sseu_info_init() [all …]
|
D | intel_gt_clock_utils.c | 16 u32 ts_override = intel_uncore_read(uncore, GEN9_TIMESTAMP_OVERRIDE); in read_reference_ts_freq() 59 u32 ctc_reg = intel_uncore_read(uncore, CTC_MODE); in gen11_read_clock_frequency() 74 u32 c0 = intel_uncore_read(uncore, RPM_CONFIG0); in gen11_read_clock_frequency() 92 u32 ctc_reg = intel_uncore_read(uncore, CTC_MODE); in gen9_read_clock_frequency()
|
D | selftest_rps.c | 209 intel_uncore_read(rps_to_uncore(rps), in show_pstate_limits() 214 intel_uncore_read(rps_to_uncore(rps), in show_pstate_limits() 667 if (wait_for(intel_uncore_read(engine->uncore, CS_GPR(0)), in live_rps_frequency_cs() 944 timeout = intel_uncore_read(uncore, GEN6_RP_UP_EI); in __rps_up_interrupt() 963 intel_uncore_read(uncore, GEN6_RP_PREV_UP), in __rps_up_interrupt() 964 intel_uncore_read(uncore, GEN6_RP_UP_THRESHOLD), in __rps_up_interrupt() 965 intel_uncore_read(uncore, GEN6_RP_UP_EI)); in __rps_up_interrupt() 992 timeout = intel_uncore_read(uncore, GEN6_RP_DOWN_EI); in __rps_down_interrupt() 1008 intel_uncore_read(uncore, GEN6_RP_PREV_DOWN), in __rps_down_interrupt() 1009 intel_uncore_read(uncore, GEN6_RP_DOWN_THRESHOLD), in __rps_down_interrupt() [all …]
|
D | intel_wopcm.c | 203 u32 reg_base = intel_uncore_read(uncore, DMA_GUC_WOPCM_OFFSET); in __wopcm_regs_locked() 204 u32 reg_size = intel_uncore_read(uncore, GUC_WOPCM_SIZE); in __wopcm_regs_locked() 220 return intel_uncore_read(uncore, GUC_SHIM_CONTROL2) & GUC_IS_PRIVILEGED; in __wopcm_regs_writable()
|
D | intel_ggtt_fencing.c | 590 if (intel_uncore_read(uncore, DISP_ARB_CTL) & in detect_bit_6_swizzle() 601 dimm_c0 = intel_uncore_read(uncore, MAD_DIMM_C0); in detect_bit_6_swizzle() 602 dimm_c1 = intel_uncore_read(uncore, MAD_DIMM_C1); in detect_bit_6_swizzle() 668 u32 dcc = intel_uncore_read(uncore, DCC); in detect_bit_6_swizzle() 707 !(intel_uncore_read(uncore, DCC2) & DCC2_MODIFIED_ENHANCED_DISABLE)) { in detect_bit_6_swizzle() 863 num_fences = intel_uncore_read(uncore, in intel_ggtt_init_fences()
|
D | intel_gt_mcr.c | 125 (intel_uncore_read(gt->uncore, GEN10_MIRROR_FUSE3) & in intel_gt_mcr_init() 139 intel_uncore_read(gt->uncore, in intel_gt_mcr_init() 143 intel_uncore_read(gt->uncore, XEHP_FUSE4)); in intel_gt_mcr_init() 167 ~intel_uncore_read(gt->uncore, GEN10_MIRROR_FUSE3) & in intel_gt_mcr_init() 739 return intel_uncore_read(gt->uncore, mcr_reg_cast(reg)); in intel_gt_mcr_read_any()
|
D | intel_engine_cs.c | 299 cxt_size = intel_uncore_read(uncore, GEN7_CXT_SIZE); in intel_engine_context_size() 303 cxt_size = intel_uncore_read(uncore, CXT_SIZE); in intel_engine_context_size() 318 cxt_size = intel_uncore_read(uncore, CXT_SIZE) + 1; in intel_engine_context_size() 768 media_fuse = intel_uncore_read(gt->uncore, GEN11_GT_VEBOX_VDBOX_DISABLE); in engine_mask_apply_media_fuses() 777 fuse1 = intel_uncore_read(gt->uncore, HSW_PAVP_FUSE1); in engine_mask_apply_media_fuses() 1728 val = intel_uncore_read(engine->uncore, _reg[engine->id]); in __cs_pending_mi_force_wakes() 1785 intel_uncore_read(uncore, RING_INSTDONE(mmio_base)); in intel_engine_get_instdone() 1791 intel_uncore_read(uncore, GEN7_SC_INSTDONE); in intel_engine_get_instdone() 1794 intel_uncore_read(uncore, GEN12_SC_INSTDONE_EXTRA); in intel_engine_get_instdone() 1796 intel_uncore_read(uncore, GEN12_SC_INSTDONE_EXTRA2); in intel_engine_get_instdone() [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_display_irq.c | 90 old_val = intel_uncore_read(&dev_priv->uncore, GEN8_DE_PORT_IMR); in bdw_update_port_irq() 156 u32 sdeimr = intel_uncore_read(&dev_priv->uncore, SDEIMR); in ibx_display_interrupt_update() 364 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_HSW(pipe)), in hsw_pipe_crc_irq_handler() 372 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_1_IVB(pipe)), in ivb_pipe_crc_irq_handler() 373 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_2_IVB(pipe)), in ivb_pipe_crc_irq_handler() 374 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_3_IVB(pipe)), in ivb_pipe_crc_irq_handler() 375 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_4_IVB(pipe)), in ivb_pipe_crc_irq_handler() 376 intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_5_IVB(pipe))); in ivb_pipe_crc_irq_handler() 385 res1 = intel_uncore_read(&dev_priv->uncore, in i9xx_pipe_crc_irq_handler() 391 res2 = intel_uncore_read(&dev_priv->uncore, in i9xx_pipe_crc_irq_handler() [all …]
|
D | i9xx_wm.c | 143 was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; in _intel_set_memory_cxsr() 147 was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF) & FW_BLC_SELF_EN; in _intel_set_memory_cxsr() 151 val = intel_uncore_read(&dev_priv->uncore, DSPFW3(dev_priv)); in _intel_set_memory_cxsr() 160 was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF) & FW_BLC_SELF_EN; in _intel_set_memory_cxsr() 171 was_enabled = intel_uncore_read(&dev_priv->uncore, INSTPM) & INSTPM_SELF_EN; in _intel_set_memory_cxsr() 271 dsparb = intel_uncore_read(&dev_priv->uncore, in vlv_get_fifo_size() 273 dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); in vlv_get_fifo_size() 278 dsparb = intel_uncore_read(&dev_priv->uncore, in vlv_get_fifo_size() 280 dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); in vlv_get_fifo_size() 285 dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); in vlv_get_fifo_size() [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/soc/ |
D | intel_dram.c | 48 return intel_uncore_read(&i915->uncore, CSHRDDR3CTL) & CSHRDDR3CTL_DDR3; in pnv_is_ddr3() 55 tmp = intel_uncore_read(&dev_priv->uncore, CLKCFG); in pnv_mem_freq() 157 fsb = intel_uncore_read(&i915->uncore, CLKCFG) & CLKCFG_FSB_MASK; in i9xx_fsb_freq() 385 val = intel_uncore_read(&i915->uncore, in skl_dram_get_channels_info() 391 val = intel_uncore_read(&i915->uncore, in skl_dram_get_channels_info() 422 val = intel_uncore_read(&i915->uncore, in skl_get_dram_type() 549 val = intel_uncore_read(&i915->uncore, BXT_D_CR_DRP0_DUNIT(i)); in bxt_get_dram_info() 664 u32 val = intel_uncore_read(&i915->uncore, MTL_MEM_SS_INFO_GLOBAL); in xelpdp_get_dram_info()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_fw.c | 99 u32 val = intel_uncore_read(uncore, GUC_STATUS); in guc_load_done() 218 intel_uncore_read(uncore, GUC_HEADER_INFO)); in guc_wait_ucode() 236 intel_uncore_read(uncore, SOFT_SCRATCH(13))); in guc_wait_ucode() 264 intel_uncore_read(uncore, intel_gt_perf_limit_reasons_reg(gt))); in guc_wait_ucode()
|
D | intel_uc.c | 73 guc_status = intel_uncore_read(gt->uncore, GUC_STATUS); in __intel_uc_reset_hw() 193 val = intel_uncore_read(guc_to_gt(guc)->uncore, SOFT_SCRATCH(15)); in guc_get_mmio_msg() 407 intel_uncore_read(uncore, DMA_GUC_WOPCM_OFFSET)); in uc_init_wopcm() 410 intel_uncore_read(uncore, GUC_WOPCM_SIZE)); in uc_init_wopcm() 420 return (intel_uncore_read(uncore, GUC_WOPCM_SIZE) & GUC_WOPCM_SIZE_LOCKED) || in uc_is_wopcm_locked() 421 (intel_uncore_read(uncore, DMA_GUC_WOPCM_OFFSET) & GUC_WOPCM_OFFSET_VALID); in uc_is_wopcm_locked()
|
D | intel_guc.c | 99 guc_WARN_ON_ONCE(guc, intel_uncore_read(gt->uncore, GEN8_GT_IIR(2)) & in gen9_enable_guc_interrupts() 396 stamp = intel_uncore_read(gt->uncore, GUCPMTIMESTAMP); in intel_guc_dump_time_info() 539 #define done ({ header = intel_uncore_read(uncore, guc_send_reg(guc, 0)); \ in intel_guc_send_mmio() 586 response_buf[i] = intel_uncore_read(uncore, in intel_guc_send_mmio() 918 u32 status = intel_uncore_read(uncore, GUC_STATUS); in intel_guc_load_status() 931 i, intel_uncore_read(uncore, SOFT_SCRATCH(i))); in intel_guc_load_status()
|
/linux-6.12.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.c | 106 ggtt_start = intel_uncore_read(uncore, PGTBL_CTL); in adjust_stolen() 208 u32 reg_val = intel_uncore_read(uncore, in g4x_get_stolen_reserved() 243 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED); in gen6_get_stolen_reserved() 276 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED); in vlv_get_stolen_reserved() 305 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED); in gen7_get_stolen_reserved() 332 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED); in chv_get_stolen_reserved() 365 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED); in bdw_get_stolen_reserved()
|