summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorLeo Liu2015-05-06 20:31:27 +0200
committerAlex Deucher2015-06-04 03:03:47 +0200
commite982262214674ce4d4a24ec6088134f4c641930a (patch)
tree1954c3dff6b687091ee680738380ee159c7c9601 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: remove unused TRACE_SYSTEM_STRING define (diff)
downloadkernel-qcow2-linux-e982262214674ce4d4a24ec6088134f4c641930a.tar.gz
kernel-qcow2-linux-e982262214674ce4d4a24ec6088134f4c641930a.tar.xz
kernel-qcow2-linux-e982262214674ce4d4a24ec6088134f4c641930a.zip
drm/amdgpu: recalculate VCE firmware BO size
Firmware required BO size changes in terms of ASIC family Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ebff89eb2f4c..52d684563b18 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1664,8 +1664,6 @@ struct amdgpu_uvd {
* VCE
*/
#define AMDGPU_MAX_VCE_HANDLES 16
-#define AMDGPU_VCE_STACK_SIZE (1024*1024)
-#define AMDGPU_VCE_HEAP_SIZE (4*1024*1024)
#define AMDGPU_VCE_FIRMWARE_OFFSET 256
struct amdgpu_vce {