Home
last modified time | relevance | path

Searched refs:radeon_copy_blit (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_test.c124 fence = radeon_copy_blit(rdev, gtt_addr, vram_addr, in radeon_do_test_moves()
175 fence = radeon_copy_blit(rdev, vram_addr, gtt_addr, in radeon_do_test_moves()
H A Dradeon_benchmark.c54 fence = radeon_copy_blit(rdev, saddr, daddr, in radeon_benchmark_do_move()
H A Dradeon.h2758 #define radeon_copy_blit(rdev, s, d, np, resv) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (res… macro