summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/cgs_common.h
diff options
context:
space:
mode:
authorEric Huang2017-09-15 22:33:38 +0200
committerAlex Deucher2017-09-26 21:14:16 +0200
commit4d1f9fb721fdfa7789515167d1bd2e42cf87e12e (patch)
tree9ceb24239cde1404be87d16bcf7777b73951097a /drivers/gpu/drm/amd/include/cgs_common.h
parentdrm/amd/amdgpu: Partial revert of iova debugfs (diff)
downloadkernel-qcow2-linux-4d1f9fb721fdfa7789515167d1bd2e42cf87e12e.tar.gz
kernel-qcow2-linux-4d1f9fb721fdfa7789515167d1bd2e42cf87e12e.tar.xz
kernel-qcow2-linux-4d1f9fb721fdfa7789515167d1bd2e42cf87e12e.zip
drm/amdgpu: add cgs query info of pci bus devfn
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/cgs_common.h')
-rw-r--r--drivers/gpu/drm/amd/include/cgs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h
index 2c1f13e04726..030b14649c4e 100644
--- a/drivers/gpu/drm/amd/include/cgs_common.h
+++ b/drivers/gpu/drm/amd/include/cgs_common.h
@@ -100,6 +100,7 @@ enum cgs_system_info_id {
CGS_SYSTEM_INFO_GFX_SE_INFO,
CGS_SYSTEM_INFO_PCIE_SUB_SYS_ID,
CGS_SYSTEM_INFO_PCIE_SUB_SYS_VENDOR_ID,
+ CGS_SYSTEM_INFO_PCIE_BUS_DEVFN,
CGS_SYSTEM_INFO_ID_MAXIMUM,
};