diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c1b913541739..618f12884eed 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -294,6 +294,8 @@ struct amdgpu_gart_funcs { | |||
294 | uint32_t gpu_page_idx, /* pte/pde to update */ | 294 | uint32_t gpu_page_idx, /* pte/pde to update */ |
295 | uint64_t addr, /* addr to write into pte/pde */ | 295 | uint64_t addr, /* addr to write into pte/pde */ |
296 | uint32_t flags); /* access flags */ | 296 | uint32_t flags); /* access flags */ |
297 | /* enable/disable PRT support */ | ||
298 | void (*set_prt)(struct amdgpu_device *adev, bool enable); | ||
297 | }; | 299 | }; |
298 | 300 | ||
299 | /* provided by the ih block */ | 301 | /* provided by the ih block */ |