Searched refs:reg_base (Results 151 - 155 of 155) sorted by relevance

1234567

/drivers/gpu/drm/i915/
H A Di915_gem.c4618 u32 reg_base = GEN7_L3LOG_BASE + (slice * 0x200); local
4636 intel_ring_emit(ring, reg_base + i);
/drivers/gpu/drm/radeon/
H A Dr600.c2739 rdev->scratch.reg_base = SCRATCH_REG0;
2742 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4);
H A Dsi.c3328 rdev->scratch.reg_base = SCRATCH_REG0;
3331 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4);
H A Dradeon.h680 uint32_t reg_base; member in struct:radeon_scratch
H A Dcik.c3764 rdev->scratch.reg_base = SCRATCH_REG0;
3767 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4);

Completed in 994 milliseconds

1234567