Skip to content

Commit

Permalink
drm/i915/iov: Expose early runtime registers for MTL
Browse files Browse the repository at this point in the history
Signed-off-by: Chew, Tong Liang <[email protected]>
Signed-off-by: Zawawi, Muhammad Zul Husni <[email protected]>
  • Loading branch information
tchew6 authored and bbaa-bbaa committed Jan 3, 2025
1 parent 4439ec6 commit c88d25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/gt/iov/intel_iov_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ static const i915_reg_t mtl_runtime_regs[] = {
CTC_MODE, /* _MMIO(0xA26C) */
GEN11_HUC_KERNEL_LOAD_INFO, /* _MMIO(0xC1DC) */
GEN9_TIMESTAMP_OVERRIDE, /* _MMIO(0x44074) */
_MMIO(0x10100C),
_MMIO(MTL_GSC_HECI1_BASE + HECI_FWSTS5),/* _MMIO(0x116c68) */
MTL_GT_ACTIVITY_FACTOR, /* _MMIO(0x138010) */
_MMIO(0x389140),
};

static const i915_reg_t *get_runtime_regs(struct drm_i915_private *i915,
Expand Down

0 comments on commit c88d25e

Please sign in to comment.