drm/radeon: make page table updates async v2
Currently doing the update with the CP. v2: Rebased on Jeromes bugfix. Make validity comparison more human readable. Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:

committed by
Alex Deucher

parent
3e8970f96b
commit
2a6f1abbb4
@@ -1135,6 +1135,8 @@ struct radeon_asic {
|
||||
struct {
|
||||
int (*init)(struct radeon_device *rdev);
|
||||
void (*fini)(struct radeon_device *rdev);
|
||||
|
||||
u32 pt_ring_index;
|
||||
void (*set_page)(struct radeon_device *rdev, struct radeon_vm *vm,
|
||||
unsigned pfn, struct ttm_mem_reg *mem,
|
||||
unsigned npages, uint32_t flags);
|
||||
|
Reference in New Issue
Block a user