Home
last modified time | relevance | path

Searched refs:DATA_SEL (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsoc15d.h188 #define DATA_SEL(x) ((x) << 29) macro
Dvid.h251 #define DATA_SEL(x) ((x) << 29) macro
Dcikd.h369 #define DATA_SEL(x) ((x) << 29) macro
Dsid.h1826 #define DATA_SEL(x) ((x) << 29) macro
Dgfx_v7_0.c2174 DATA_SEL(1) | INT_SEL(0)); in gfx_v7_0_ring_emit_fence_gfx()
2186 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_gfx()
2213 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_compute()
Dgfx_v8_0.c6417 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_gfx()
6592 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_compute()
Dgfx_v9_0.c3994 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v9_0_ring_emit_fence()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dnid.h1249 #define DATA_SEL(x) ((x) << 29) macro
Dsid.h1763 #define DATA_SEL(x) ((x) << 29) macro
Dcikd.h1835 #define DATA_SEL(x) ((x) << 29) macro
Dr600d.h1674 #define DATA_SEL(x) ((x) << 29) macro
Dni.c1417 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in cayman_fence_ring_emit()
Dcik.c3566 DATA_SEL(1) | INT_SEL(0)); in cik_fence_gfx_ring_emit()
3577 radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | DATA_SEL(1) | INT_SEL(2)); in cik_fence_gfx_ring_emit()
3603 radeon_ring_write(ring, DATA_SEL(1) | INT_SEL(2)); in cik_fence_compute_ring_emit()
Dr600.c2882 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in r600_fence_ring_emit()
Dsi.c3392 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in si_fence_ring_emit()