aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorHawking Zhang <[email protected]>2018-05-02 09:52:39 +0000
committerAlex Deucher <[email protected]>2019-06-21 02:14:54 +0000
commit5228fe3010f03f865427ddb5cc104fd69410ce46 (patch)
tree6775215e2bd9e9960659d0ad970f4ec160c5d144 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentdrm/amdgpu: add GDDR6 vram type (diff)
downloadkernel-5228fe3010f03f865427ddb5cc104fd69410ce46.tar.gz
kernel-5228fe3010f03f865427ddb5cc104fd69410ce46.zip
drm/amdgpu: Add GDDR6 in vram_name arrary
For printing vram type. Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index 30493429851e..989b7b55cb2e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@ -979,6 +979,7 @@ static const char *amdgpu_vram_names[] = {
"HBM",
"DDR3",
"DDR4",
+ "GDDR6",
};
/**