Searched refs:aggregated_db_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v6_0.c | 161 uint64_t aggregated_db_index; in sdma_v6_0_ring_set_wptr() local 170 aggregated_db_index = in sdma_v6_0_ring_set_wptr() 178 WDOORBELL64(aggregated_db_index, ring->wptr << 2); in sdma_v6_0_ring_set_wptr() 188 WDOORBELL64(aggregated_db_index, in sdma_v6_0_ring_set_wptr()
|
H A D | sdma_v5_0.c | 337 uint64_t aggregated_db_index; in sdma_v5_0_ring_set_wptr() local 345 aggregated_db_index = in sdma_v5_0_ring_set_wptr() 353 WDOORBELL64(aggregated_db_index, ring->wptr << 2); in sdma_v5_0_ring_set_wptr() 363 WDOORBELL64(aggregated_db_index, in sdma_v5_0_ring_set_wptr()
|
H A D | gfx_v11_0.c | 5150 uint64_t aggregated_db_index; in gfx_v11_0_ring_set_wptr_gfx() local 5158 aggregated_db_index = in gfx_v11_0_ring_set_wptr_gfx() 5167 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v11_0_ring_set_wptr_gfx() 5173 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v11_0_ring_set_wptr_gfx() 5213 uint64_t aggregated_db_index; in gfx_v11_0_ring_set_wptr_compute() local 5221 aggregated_db_index = in gfx_v11_0_ring_set_wptr_compute() 5230 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v11_0_ring_set_wptr_compute() 5236 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v11_0_ring_set_wptr_compute()
|
H A D | gfx_v10_0.c | 8154 uint64_t aggregated_db_index; in gfx_v10_0_ring_set_wptr_gfx() local 8162 aggregated_db_index = in gfx_v10_0_ring_set_wptr_gfx() 8171 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v10_0_ring_set_wptr_gfx() 8177 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v10_0_ring_set_wptr_gfx() 8217 uint64_t aggregated_db_index; in gfx_v10_0_ring_set_wptr_compute() local 8225 aggregated_db_index = in gfx_v10_0_ring_set_wptr_compute() 8234 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v10_0_ring_set_wptr_compute() 8240 WDOORBELL64(aggregated_db_index, wptr_tmp); in gfx_v10_0_ring_set_wptr_compute()
|