/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15d.h | 188 #define DATA_SEL(x) ((x) << 29) macro 197 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cikd.h | 367 #define DATA_SEL(x) ((x) << 29) macro 376 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | vid.h | 249 #define DATA_SEL(x) ((x) << 29) macro 258 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | gfx_v7_0.c | 2195 DATA_SEL(1) | INT_SEL(0)); in gfx_v7_0_ring_emit_fence_gfx() 2207 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_gfx() 2234 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_compute()
|
H A D | sid.h | 1826 #define DATA_SEL(x) ((x) << 29) macro 1834 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | gfx_v8_0.c | 6196 DATA_SEL(1) | INT_SEL(0)); in gfx_v8_0_ring_emit_fence_gfx() 6210 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_gfx() 6287 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_compute()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15d.h | 190 #define DATA_SEL(x) ((x) << 29) macro 199 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cikd.h | 367 #define DATA_SEL(x) ((x) << 29) macro 376 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | vid.h | 249 #define DATA_SEL(x) ((x) << 29) macro 258 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | gfx_v7_0.c | 2130 DATA_SEL(1) | INT_SEL(0)); in gfx_v7_0_ring_emit_fence_gfx() 2142 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_gfx() 2171 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_compute()
|
H A D | sid.h | 1826 #define DATA_SEL(x) ((x) << 29) macro 1834 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | gfx_v8_0.c | 6168 DATA_SEL(1) | INT_SEL(0)); in gfx_v8_0_ring_emit_fence_gfx() 6182 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_gfx() 6259 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_compute()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | nid.h | 1249 #define DATA_SEL(x) ((x) << 29) macro 1257 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cikd.h | 1835 #define DATA_SEL(x) ((x) << 29) macro 1844 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | sid.h | 1763 #define DATA_SEL(x) ((x) << 29) macro 1771 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | ni.c | 1420 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in cayman_fence_ring_emit()
|
H A D | r600d.h | 1674 #define DATA_SEL(x) ((x) << 29) macro 1682 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cik.c | 3566 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()
|
H A D | r600.c | 2888 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in r600_fence_ring_emit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | nid.h | 1249 #define DATA_SEL(x) ((x) << 29) macro 1257 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cikd.h | 1835 #define DATA_SEL(x) ((x) << 29) macro 1844 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | sid.h | 1763 #define DATA_SEL(x) ((x) << 29) macro 1771 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | ni.c | 1407 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in cayman_fence_ring_emit()
|
H A D | r600d.h | 1674 #define DATA_SEL(x) ((x) << 29) macro 1682 * 1 - interrupt only (DATA_SEL = 0)
|
H A D | cik.c | 3556 DATA_SEL(1) | INT_SEL(0)); in cik_fence_gfx_ring_emit() 3567 radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | DATA_SEL(1) | INT_SEL(2)); in cik_fence_gfx_ring_emit() 3593 radeon_ring_write(ring, DATA_SEL(1) | INT_SEL(2)); in cik_fence_compute_ring_emit()
|