HomeSort by: relevance | last modified time | path
    Searched refs:PACKET3_SET_UCONFIG_REG_START (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
nvd.h 290 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000
soc15d.h 277 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000
vid.h 356 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000
cikd.h 474 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000
amdgpu_gfx_v10_0.c 483 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START));
530 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START));
amdgpu_gfx_v7_0.c 2113 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START));
2380 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START));
amdgpu_gfx_v9_0.c 997 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START));
3167 (SOC15_REG_OFFSET(GC, 0, mmVGT_INDEX_TYPE) - PACKET3_SET_UCONFIG_REG_START));
amdgpu_gfx_v8_0.c 862 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h 1940 #define PACKET3_SET_UCONFIG_REG_START 0x00030000
radeon_cik.c 3492 radeon_ring_write(ring, ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2));
3764 PACKET3_SET_UCONFIG_REG_START) >> 2));
3817 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2);

Completed in 233 milliseconds