diff options
author | Arindam Nath <arindam.nath@amd.com> | 2016-04-06 15:33:51 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:19:35 -0400 |
commit | 7050c6ef5f0e9bc5e6bf9eb035320b70f731b919 (patch) | |
tree | dfa4df5d70b954551999ace972f998ee93371d57 /drivers/gpu/drm/radeon/radeon.h | |
parent | 794f50b95d40bbde905c3c4c514a33fdda54f497 (diff) | |
download | kernel_replicant_linux-7050c6ef5f0e9bc5e6bf9eb035320b70f731b919.tar.gz kernel_replicant_linux-7050c6ef5f0e9bc5e6bf9eb035320b70f731b919.tar.bz2 kernel_replicant_linux-7050c6ef5f0e9bc5e6bf9eb035320b70f731b919.zip |
drm/radeon: add support for loading new UVD fw
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 170e69111d1b..d0a96c7f915d 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -1679,6 +1679,7 @@ int radeon_pm_get_type_index(struct radeon_device *rdev, #define RADEON_UVD_HEAP_SIZE (1024*1024) struct radeon_uvd { + bool fw_header_present; struct radeon_bo *vcpu_bo; void *cpu_addr; uint64_t gpu_addr; |