diff options
| author | 2020-07-29 13:02:25 -0400 | |
|---|---|---|
| committer | 2020-08-04 17:29:29 -0400 | |
| commit | 72de33f8f7ba0f43a3117efbee6d08226ac31ecb (patch) | |
| tree | f28ba3eb741300b5497f70610815f93286d29c09 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: move stolen memory from gmc to mman (diff) | |
| download | wireguard-linux-72de33f8f7ba0f43a3117efbee6d08226ac31ecb.tar.xz wireguard-linux-72de33f8f7ba0f43a3117efbee6d08226ac31ecb.zip | |
drm/amdgpu: move IP discovery data to mman
It's related to the memory manager so move it there.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index af51160bcf60..7464d6f9171d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -920,11 +920,6 @@ struct amdgpu_device { /* display related functionality */ struct amdgpu_display_manager dm; - /* discovery */ - uint8_t *discovery_bin; - uint32_t discovery_tmr_size; - struct amdgpu_bo *discovery_memory; - /* mes */ bool enable_mes; struct amdgpu_mes mes; |
