HomeSort by: relevance | last modified time | path
    Searched refs:uncore (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 107 return bus_space_read_4(d->uncore->regs_bst, d->uncore->regs_bsh,
113 bus_space_write_4(d->uncore->regs_bst, d->uncore->regs_bsh, d->reg_set,
119 bus_space_write_4(d->uncore->regs_bst, d->uncore->regs_bsh, d->reg_set,
143 GEM_BUG_ON(d->uncore->fw_domains_timer & d->mask);
144 d->uncore->fw_domains_timer |= d->mask;
279 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
284 GEM_BUG_ON(fw_domains & ~uncore->fw_domains)
412 struct intel_uncore *uncore = domain->uncore; local in function:intel_uncore_fw_release_timer
1676 struct intel_uncore *uncore = container_of(nb, local in function:i915_pmic_bus_access_notifier
1946 struct intel_uncore *uncore = &i915->uncore; local in function:i915_reg_read_ioctl
    [all...]
intel_uncore.h 77 void (*force_wake_get)(struct intel_uncore *uncore,
79 void (*force_wake_put)(struct intel_uncore *uncore,
82 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
84 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
87 u8 (*mmio_readb)(struct intel_uncore *uncore,
89 u16 (*mmio_readw)(struct intel_uncore *uncore,
91 u32 (*mmio_readl)(struct intel_uncore *uncore,
93 u64 (*mmio_readq)(struct intel_uncore *uncore,
96 void (*mmio_writeb)(struct intel_uncore *uncore,
98 void (*mmio_writew)(struct intel_uncore *uncore,
151 struct intel_uncore *uncore; member in struct:intel_uncore::intel_uncore_forcewake_domain
    [all...]
i915_irq.h 125 void gen2_irq_reset(struct intel_uncore *uncore);
126 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
129 void gen2_irq_init(struct intel_uncore *uncore,
131 void gen3_irq_init(struct intel_uncore *uncore,
136 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \
139 gen3_irq_reset((uncore), GEN8_##type##_IMR(which_), \
143 #define GEN3_IRQ_RESET(uncore, type) \
144 gen3_irq_reset((uncore), type##IMR, type##IIR, type##IER)
146 #define GEN2_IRQ_RESET(uncore) \
147 gen2_irq_reset(uncore)
    [all...]
i915_gem_fence_reg.c 75 return fence->ggtt->vm.gt->uncore;
114 struct intel_uncore *uncore = fence_to_uncore(fence); local in function:i965_write_fence_reg
126 intel_uncore_write_fw(uncore, fence_reg_lo, 0);
127 intel_uncore_posting_read_fw(uncore, fence_reg_lo);
129 intel_uncore_write_fw(uncore, fence_reg_hi, upper_32_bits(val));
130 intel_uncore_write_fw(uncore, fence_reg_lo, lower_32_bits(val));
131 intel_uncore_posting_read_fw(uncore, fence_reg_lo);
167 struct intel_uncore *uncore = fence_to_uncore(fence); local in function:i915_write_fence_reg
170 intel_uncore_write_fw(uncore, reg, val);
171 intel_uncore_posting_read_fw(uncore, reg)
199 struct intel_uncore *uncore = fence_to_uncore(fence); local in function:i830_write_fence_reg
237 struct intel_uncore *uncore = fence_to_uncore(fence); local in function:fence_update
583 struct intel_uncore *uncore = ggtt->vm.gt->uncore; local in function:detect_bit_6_swizzle
848 struct intel_uncore *uncore = ggtt->vm.gt->uncore; local in function:i915_ggtt_init_fences
890 struct intel_uncore *uncore = gt->uncore; local in function:intel_gt_init_swizzling
    [all...]
intel_sideband.c 101 struct intel_uncore *uncore = &i915->uncore; local in function:vlv_sideband_rw
110 if (intel_wait_for_register(uncore,
120 intel_uncore_write_fw(uncore, VLV_IOSF_ADDR, addr);
121 intel_uncore_write_fw(uncore, VLV_IOSF_DATA, is_read ? 0 : *val);
122 intel_uncore_write_fw(uncore, VLV_IOSF_DOORBELL_REQ,
130 if (__intel_wait_for_register_fw(uncore,
134 *val = intel_uncore_read_fw(uncore, VLV_IOSF_DATA);
283 struct intel_uncore *uncore = &i915->uncore; local in function:intel_sbi_rw
387 struct intel_uncore *uncore = &i915->uncore; local in function:__sandybridge_pcode_rw
    [all...]
i915_irq.c 177 void gen3_irq_reset(struct intel_uncore *uncore, i915_reg_t imr,
180 intel_uncore_write(uncore, imr, 0xffffffff);
181 intel_uncore_posting_read(uncore, imr);
183 intel_uncore_write(uncore, ier, 0);
186 intel_uncore_write(uncore, iir, 0xffffffff);
187 intel_uncore_posting_read(uncore, iir);
188 intel_uncore_write(uncore, iir, 0xffffffff);
189 intel_uncore_posting_read(uncore, iir);
192 void gen2_irq_reset(struct intel_uncore *uncore)
194 intel_uncore_write16(uncore, GEN2_IMR, 0xffff)
2680 struct intel_uncore *uncore = &dev_priv->uncore; local in function:ibx_irq_reset
2711 struct intel_uncore *uncore = &dev_priv->uncore; local in function:vlv_display_irq_reset
2729 struct intel_uncore *uncore = &dev_priv->uncore; local in function:vlv_display_irq_postinstall
2762 struct intel_uncore *uncore = &dev_priv->uncore; local in function:ilk_irq_reset
2793 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen8_irq_reset
2818 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen11_display_irq_reset
2856 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen11_irq_reset
2870 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen8_irq_power_well_post_enable
2893 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen8_irq_power_well_pre_disable
2914 struct intel_uncore *uncore = &dev_priv->uncore; local in function:cherryview_irq_reset
3245 struct intel_uncore *uncore = &dev_priv->uncore; local in function:ilk_irq_postinstall
3337 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen8_de_irq_postinstall
3458 struct intel_uncore *uncore = &dev_priv->uncore; local in function:gen11_irq_postinstall
3490 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i8xx_irq_reset
3499 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i8xx_irq_postinstall
3532 struct intel_uncore *uncore = &i915->uncore; local in function:i8xx_error_irq_ack
3652 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i915_irq_reset
3666 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i915_irq_postinstall
3760 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i965_irq_reset
3772 struct intel_uncore *uncore = &dev_priv->uncore; local in function:i965_irq_postinstall
    [all...]
i915_gpu_error.c 1092 struct intel_uncore *uncore = gt->_gt->uncore; local in function:gt_record_fences
1095 if (INTEL_GEN(uncore->i915) >= 6) {
1098 intel_uncore_read64(uncore,
1100 } else if (INTEL_GEN(uncore->i915) >= 4) {
1103 intel_uncore_read64(uncore,
1108 intel_uncore_read(uncore, FENCE_REG(i));
1122 ee->fault_reg = intel_uncore_read(engine->uncore,
1125 ee->fault_reg = intel_uncore_read(engine->uncore,
1188 ee->hws = intel_uncore_read(engine->uncore, mmio)
1555 struct intel_uncore *uncore = gt->_gt->uncore; local in function:gt_record_regs
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_uncore.c 34 nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { }
41 nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
47 void mock_uncore_init(struct intel_uncore *uncore,
50 intel_uncore_init_early(uncore, i915);
52 ASSIGN_RAW_WRITE_MMIO_VFUNCS(uncore, nop);
53 ASSIGN_RAW_READ_MMIO_VFUNCS(uncore, nop);
mock_uncore.h 33 void mock_uncore_init(struct intel_uncore *uncore,
intel_uncore.c 150 struct intel_uncore *uncore = gt->uncore; local in function:live_forcewake_ops
186 wakeref = intel_runtime_pm_get(uncore->rpm);
188 for_each_fw_domain(domain, uncore, tmp) {
198 u32 __iomem *reg = uncore->regs + engine->mmio_base + r->offset;
205 fw_domains = intel_uncore_forcewake_for_reg(uncore, mmio,
210 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) {
220 intel_uncore_forcewake_get(uncore, fw_domains);
222 intel_uncore_forcewake_put(uncore, fw_domains);
225 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp)
265 struct intel_uncore *uncore = gt->uncore; local in function:live_forcewake_domains
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_fw.c 35 static void guc_prepare_xfer(struct intel_uncore *uncore)
45 intel_uncore_write(uncore, GUC_SHIM_CONTROL, shim_flags);
47 if (IS_GEN9_LP(uncore->i915))
48 intel_uncore_write(uncore, GEN9LP_GT_PM_CONFIG, GT_DOORBELL_ENABLE);
50 intel_uncore_write(uncore, GEN9_GT_PM_CONFIG, GT_DOORBELL_ENABLE);
52 if (IS_GEN(uncore->i915, 9)) {
54 intel_uncore_rmw(uncore, GEN7_MISCCPCTL,
58 intel_uncore_write(uncore, GUC_ARAT_C6DIS, 0x1FF);
64 struct intel_uncore *uncore)
74 intel_uncore_write(uncore, UOS_RSA_SCRATCH(i), rsa[i])
141 struct intel_uncore *uncore = gt->uncore; local in function:intel_guc_fw_upload
    [all...]
intel_guc.c 52 intel_uncore_write(gt->uncore, guc->notify_reg, GUC_SEND_TRIGGER);
81 fw_domains |= intel_uncore_forcewake_for_reg(gt->uncore,
107 WARN_ON_ONCE(intel_uncore_read(gt->uncore, GEN8_GT_IIR(2)) &
150 intel_uncore_write(gt->uncore,
152 intel_uncore_write(gt->uncore,
166 intel_uncore_write(gt->uncore, GEN11_GUC_SG_INTR_MASK, ~0);
167 intel_uncore_write(gt->uncore, GEN11_GUC_SG_INTR_ENABLE, 0);
318 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; local in function:intel_guc_write_params
326 intel_uncore_forcewake_get(uncore, FORCEWAKE_BLITTER)
421 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; local in function:intel_guc_send_mmio
545 struct intel_uncore *uncore = guc_to_gt(guc)->uncore; local in function:intel_guc_suspend
    [all...]
intel_uc.c 41 guc_status = intel_uncore_read(gt->uncore, GUC_STATUS);
152 intel_uncore_write(guc_to_gt(guc)->uncore, SOFT_SCRATCH(15), 0);
161 val = intel_uncore_read(guc_to_gt(guc)->uncore, SOFT_SCRATCH(15));
327 struct intel_uncore *uncore = gt->uncore; local in function:uc_init_wopcm
350 err = intel_uncore_write_and_verify(uncore, GUC_WOPCM_SIZE, size, mask,
356 err = intel_uncore_write_and_verify(uncore, DMA_GUC_WOPCM_OFFSET,
369 intel_uncore_read(uncore, DMA_GUC_WOPCM_OFFSET));
372 intel_uncore_read(uncore, GUC_WOPCM_SIZE));
380 struct intel_uncore *uncore = gt->uncore local in function:uc_is_wopcm_locked
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6.c 48 return rc6_to_gt(rc)->uncore;
56 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
58 intel_uncore_write_fw(uncore, reg, val);
63 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:gen11_rc6_enable
68 set(uncore, GEN6_RC6_WAKE_RATE_LIMIT, 54 << 16 | 85);
69 set(uncore, GEN10_MEDIA_WAKE_RATE_LIMIT, 150);
71 set(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */
72 set(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */
74 set(uncore, RING_MAX_IDLE(engine->mmio_base), 10);
76 set(uncore, GUC_MAX_IDLE_COUNT, 0xA)
117 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:gen9_rc6_enable
194 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:gen8_rc6_enable
216 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:gen6_rc6_enable
272 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:chv_rc6_init
293 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:vlv_rc6_init
345 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:chv_rc6_enable
373 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:vlv_rc6_enable
400 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:bxt_check_bios_rc6_setup
514 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:__intel_rc6_disable
562 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:intel_rc6_enable
600 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:intel_rc6_unpark
611 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:intel_rc6_park
702 struct intel_uncore *uncore = rc6_to_uncore(rc6); local in function:intel_rc6_residency_ns
    [all...]
intel_gt_irq.c 53 raw_reg_write(gt->uncore, GEN11_IIR_REG_SELECTOR(bank), BIT(bit));
61 ident = raw_reg_read(gt->uncore, GEN11_INTR_IDENTITY_REG(bank));
71 raw_reg_write(gt->uncore, GEN11_INTR_IDENTITY_REG(bank),
137 intr_dw = raw_reg_read(gt->uncore, GEN11_GT_INTR_DW(bank));
146 raw_reg_write(gt->uncore, GEN11_GT_INTR_DW(bank), intr_dw);
170 dw = raw_reg_read(gt->uncore, GEN11_GT_INTR_DW(bank));
184 raw_reg_write(gt->uncore, GEN11_GT_INTR_DW(bank), BIT(bit));
194 struct intel_uncore *uncore = gt->uncore; local in function:gen11_gt_irq_reset
197 intel_uncore_write(uncore, GEN11_RENDER_COPY_INTR_ENABLE, 0)
216 struct intel_uncore *uncore = gt->uncore; local in function:gen11_gt_irq_postinstall
348 struct intel_uncore *uncore = gt->uncore; local in function:gen8_gt_irq_reset
358 struct intel_uncore *uncore = gt->uncore; local in function:gen8_gt_irq_postinstall
416 struct intel_uncore *uncore = gt->uncore; local in function:gen5_gt_irq_reset
425 struct intel_uncore *uncore = gt->uncore; local in function:gen5_gt_irq_postinstall
    [all...]
debugfs_gt_pm.c 28 struct intel_uncore *uncore = gt->uncore; local in function:fw_domains_show
33 uncore->user_forcewake_count);
35 for_each_fw_domain(fw_domain, uncore, tmp)
51 with_intel_runtime_pm(gt->uncore->rpm, wakeref)
53 intel_uncore_read(gt->uncore, reg),
60 struct intel_uncore *uncore = gt->uncore; local in function:vlv_drpc
63 pw_status = intel_uncore_read(uncore, VLV_GTLC_PW_STATUS);
64 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL)
84 struct intel_uncore *uncore = gt->uncore; local in function:gen6_drpc
171 struct intel_uncore *uncore = gt->uncore; local in function:ilk_drpc
250 struct intel_uncore *uncore = gt->uncore; local in function:frequency_show
562 struct intel_uncore *uncore = gt->uncore; local in function:rps_boost_show
    [all...]
intel_gt_pm_irq.c 21 struct intel_uncore *uncore = gt->uncore; local in function:write_pm_imr
34 intel_uncore_write(uncore, reg, mask);
69 struct intel_uncore *uncore = gt->uncore; local in function:gen6_gt_pm_reset_iir
74 intel_uncore_write(uncore, reg, reset_mask);
75 intel_uncore_write(uncore, reg, reset_mask);
76 intel_uncore_posting_read(uncore, reg);
82 struct intel_uncore *uncore = gt->uncore; local in function:write_pm_ier
    [all...]
intel_rps.c 43 return rps_to_gt(rps)->uncore;
51 static inline void set(struct intel_uncore *uncore, i915_reg_t reg, u32 val)
53 intel_uncore_write_fw(uncore, reg, val);
97 set(gt->uncore, GEN6_PMINTRMSK, rps_pm_mask(rps, rps->cur_freq));
131 set(gt->uncore, GEN6_PMINTRMSK, rps_pm_sanitize_mask(rps, ~0u));
167 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen5_rps_init
187 rgvmodectl = intel_uncore_read(uncore, MEMMODECTL);
207 struct intel_uncore *uncore = local in function:__ips_chipset_val
226 total = intel_uncore_read(uncore, DMIEC);
227 total += intel_uncore_read(uncore, DDREC)
279 struct intel_uncore *uncore = local in function:__gen5_ips_update
313 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen5_rps_set
421 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen5_rps_enable
486 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen5_rps_disable
541 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:rps_set_power
667 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen6_rps_set
820 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:intel_rps_set
836 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen6_rps_init
904 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen9_rps_enable
922 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen8_rps_enable
938 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen6_rps_enable
1008 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:chv_rps_enable
1106 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:vlv_rps_enable
1148 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:__ips_gfx_val
1186 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:intel_rps_enable
1418 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:vlv_wa_c0_ei
1587 struct intel_uncore *uncore = rps_to_uncore(rps); local in function:gen5_rps_irq_handler
    [all...]
intel_gt.c 31 gt->uncore = &i915->uncore;
54 struct intel_uncore *uncore = gt->uncore; local in function:init_unused_ring
56 intel_uncore_write(uncore, RING_CTL(base), 0);
57 intel_uncore_write(uncore, RING_HEAD(base), 0);
58 intel_uncore_write(uncore, RING_TAIL(base), 0);
59 intel_uncore_write(uncore, RING_START(base), 0);
84 struct intel_uncore *uncore = gt->uncore; local in function:intel_gt_init_hw
162 struct intel_uncore *uncore = gt->uncore; local in function:intel_gt_clear_error_registers
226 struct intel_uncore *uncore = gt->uncore; local in function:gen8_check_faults
283 struct intel_uncore *uncore = gt->uncore; local in function:intel_gt_flush_ggtt_writes
    [all...]
intel_gtt.c 513 struct intel_uncore *uncore = gt->uncore; local in function:gtt_write_workarounds
522 intel_uncore_write(uncore,
526 intel_uncore_write(uncore,
530 intel_uncore_write(uncore,
534 intel_uncore_write(uncore,
551 intel_uncore_rmw(uncore,
569 intel_uncore_write(uncore,
573 intel_uncore_read(uncore,
602 static void tgl_setup_private_ppat(struct intel_uncore *uncore)
    [all...]
intel_reset.c 38 static void rmw_set_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 set)
40 intel_uncore_rmw_fw(uncore, reg, 0, set);
43 static void rmw_clear_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 clr)
45 intel_uncore_rmw_fw(uncore, reg, clr, 0);
225 struct intel_uncore *uncore = gt->uncore; local in function:g4x_do_reset
229 rmw_set_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE);
230 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D);
251 rmw_clear_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE);
252 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D)
260 struct intel_uncore *uncore = gt->uncore; local in function:ilk_do_reset
294 struct intel_uncore *uncore = gt->uncore; local in function:gen6_hw_domain_reset
347 struct intel_uncore *uncore = engine->uncore; local in function:gen11_lock_sfc
421 struct intel_uncore *uncore = engine->uncore; local in function:gen11_unlock_sfc
497 struct intel_uncore *uncore = engine->uncore; local in function:gen8_engine_reset_prepare
    [all...]
intel_gt_pm.c 112 intel_wakeref_init(&gt->wakeref, gt->uncore->rpm, &wf_ops);
143 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
144 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL);
172 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL);
173 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
203 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL);
244 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL);
316 with_intel_runtime_pm(gt->uncore->rpm, wakeref) {
intel_engine_cs.c 163 struct intel_uncore *uncore = gt->uncore; local in function:intel_engine_context_size
187 cxt_size = intel_uncore_read(uncore, GEN7_CXT_SIZE);
191 cxt_size = intel_uncore_read(uncore, CXT_SIZE);
206 cxt_size = intel_uncore_read(uncore, CXT_SIZE) + 1;
310 engine->uncore = gt->uncore;
881 struct intel_uncore *uncore = engine->uncore; local in function:intel_engine_stop_cs
891 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING))
931 struct intel_uncore *uncore = engine->uncore; local in function:read_subslice_reg
977 struct intel_uncore *uncore = engine->uncore; local in function:intel_engine_get_instdone
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tc.c 42 modular_fia = intel_uncore_read(&i915->uncore,
65 struct intel_uncore *uncore = &i915->uncore; local in function:intel_tc_port_get_lane_mask
68 lane_mask = intel_uncore_read(uncore,
80 struct intel_uncore *uncore = &i915->uncore; local in function:intel_tc_port_get_pin_assignment_mask
83 pin_mask = intel_uncore_read(uncore,
127 struct intel_uncore *uncore = &i915->uncore; local in function:intel_tc_port_set_fia_lane_count
132 val = intel_uncore_read(uncore,
183 struct intel_uncore *uncore = &i915->uncore; local in function:tc_port_live_status_mask
214 struct intel_uncore *uncore = &i915->uncore; local in function:icl_tc_phy_status_complete
232 struct intel_uncore *uncore = &i915->uncore; local in function:icl_tc_phy_set_safe_mode
262 struct intel_uncore *uncore = &i915->uncore; local in function:icl_tc_phy_is_in_safe_mode
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_stolen.c 78 struct intel_uncore *uncore = ggtt->vm.gt->uncore; local in function:i915_adjust_stolen
96 ggtt_start = intel_uncore_read(uncore, PGTBL_CTL);
176 struct intel_uncore *uncore,
180 u32 reg_val = intel_uncore_read(uncore,
212 struct intel_uncore *uncore,
216 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED);
245 struct intel_uncore *uncore,
249 u32 reg_val = intel_uncore_read(uncore, GEN6_STOLEN_RESERVED);
274 struct intel_uncore *uncore,
385 struct intel_uncore *uncore = &i915->uncore; local in function:i915_gem_init_stolen
    [all...]

Completed in 27 milliseconds

1 2 3