Home
last modified time | relevance | path

Searched refs:reg_base (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_gfx.c49 *reg = adev->gfx.scratch.reg_base + i; in amdgpu_gfx_scratch_get()
65 adev->gfx.scratch.free_mask |= 1u << (reg - adev->gfx.scratch.reg_base); in amdgpu_gfx_scratch_free()
H A Damdgpu.h784 uint32_t reg_base; member
H A Dgfx_v9_0.c301 adev->gfx.scratch.reg_base = SOC15_REG_OFFSET(GC, 0, mmSCRATCH_REG0); in gfx_v9_0_scratch_init()
H A Dgfx_v8_0.c829 adev->gfx.scratch.reg_base = mmSCRATCH_REG0; in gfx_v8_0_scratch_init()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_device.c264 rdev->scratch.reg_base = RADEON_SCRATCH_REG0; in radeon_scratch_init()
267 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in radeon_scratch_init()
H A Dradeon_fence.c855 rdev->scratch.reg_base; in radeon_fence_driver_start_ring()
H A Dr600.c2825 rdev->scratch.reg_base = SCRATCH_REG0; in r600_scratch_init()
2828 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in r600_scratch_init()
H A Dsi.c3353 rdev->scratch.reg_base = SCRATCH_REG0; in si_scratch_init()
3356 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in si_scratch_init()
H A Dradeon.h716 uint32_t reg_base; member
H A Dcik.c3467 rdev->scratch.reg_base = SCRATCH_REG0; in cik_scratch_init()
3470 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); in cik_scratch_init()