Home
last modified time | relevance | path

Searched refs:PACKET3_SET_UCONFIG_REG_START (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dvid.h352 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
Dcikd.h467 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
Dgfx_v8_0.c642 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_ring_test_ring()
687 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_ring_test_ib()
Dgfx_v7_0.c2389 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ring()
2670 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ib()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dcikd.h1940 #define PACKET3_SET_UCONFIG_REG_START 0x00030000 macro
Dcik.c3887 radeon_ring_write(ring, ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_test()
4159 PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_ib_execute()
4212 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2); in cik_ib_test()