Home
last modified time | relevance | path

Searched refs:hwip (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Dsoc15.h37 u32 hwip; member
46 u32 hwip; member
53 uint32_t hwip; member
60 uint32_t hwip; member
70 uint32_t hwip; member
79 uint32_t hwip; member
91 #define SOC15_REG_ENTRY_OFFSET(entry) (adev->reg_offset[entry.hwip][entry.inst][entry.seg] + entry.…
A Dsoc15_common.h30 #define __WREG32_SOC15_RLC__(reg, value, flag, hwip) \ argument
32 adev->gfx.rlc.funcs->sriov_wreg(adev, reg, value, flag, hwip) : \
35 #define __RREG32_SOC15_RLC__(reg, flag, hwip) \ argument
37 adev->gfx.rlc.funcs->sriov_rreg(adev, reg, flag, hwip) : \
137 #define WREG32_RLC_NO_KIQ(reg, value, hwip) \ argument
138 __WREG32_SOC15_RLC__(reg, value, AMDGPU_REGS_NO_KIQ | AMDGPU_REGS_RLC, hwip)
140 #define RREG32_RLC_NO_KIQ(reg, hwip) \ argument
141 __RREG32_SOC15_RLC__(reg, AMDGPU_REGS_NO_KIQ | AMDGPU_REGS_RLC, hwip)
A Damdgpu_rlc.h130 void (*sriov_wreg)(struct amdgpu_device *adev, u32 offset, u32 v, u32 acc_flags, u32 hwip);
131 u32 (*sriov_rreg)(struct amdgpu_device *adev, u32 offset, u32 acc_flags, u32 hwip);
A Damdgpu_ctx.h91 ktime_t amdgpu_ctx_mgr_fence_usage(struct amdgpu_ctx_mgr *mgr, uint32_t hwip,
A Dsoc15.c475 if (adev->reg_offset[en->hwip][en->inst] && in soc15_read_register()
476 reg_offset != (adev->reg_offset[en->hwip][en->inst][en->seg] in soc15_read_register()
510 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in soc15_program_register_sequence()
515 tmp = (entry->hwip == GC_HWIP) ? in soc15_program_register_sequence()
528 (entry->hwip == GC_HWIP) ? in soc15_program_register_sequence()
A Damdgpu_ctx.c780 ktime_t amdgpu_ctx_mgr_fence_usage(struct amdgpu_ctx_mgr *mgr, uint32_t hwip, in amdgpu_ctx_mgr_fence_usage() argument
796 if (!ctx->entities[hwip][idx]) in amdgpu_ctx_mgr_fence_usage()
799 centity = ctx->entities[hwip][idx]; in amdgpu_ctx_mgr_fence_usage()
A Dnv.c458 (adev->reg_offset[en->hwip][en->inst][en->seg] + en->reg_offset)) in nv_read_register()
A Dgfx_v10_0.c1466 static bool gfx_v10_get_rlcg_flag(struct amdgpu_device *adev, u32 acc_flags, u32 hwip, in gfx_v10_get_rlcg_flag() argument
1469 switch (hwip) { in gfx_v10_get_rlcg_flag()
1573 …void gfx_v10_sriov_wreg(struct amdgpu_device *adev, u32 offset, u32 value, u32 acc_flags, u32 hwip) in gfx_v10_sriov_wreg() argument
1578 gfx_v10_get_rlcg_flag(adev, acc_flags, hwip, 1, &rlcg_flag)) { in gfx_v10_sriov_wreg()
1589 static u32 gfx_v10_sriov_rreg(struct amdgpu_device *adev, u32 offset, u32 acc_flags, u32 hwip) in gfx_v10_sriov_rreg() argument
1594 gfx_v10_get_rlcg_flag(adev, acc_flags, hwip, 0, &rlcg_flag)) in gfx_v10_sriov_rreg()
8298 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in gfx_v10_0_check_rlcg_range()
A Dgfx_v9_0.c796 u32 v, u32 acc_flags, u32 hwip) in gfx_v9_0_sriov_wreg() argument
5165 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in gfx_v9_0_check_rlcg_range()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dcommon_baco.h47 uint32_t hwip; member
A Dcommon_baco.c112 reg = adev->reg_offset[entry[i].hwip][entry[i].inst][entry[i].seg] in soc15_baco_program_registers()

Completed in 43 milliseconds