aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorLikun Gao <[email protected]>2022-02-22 05:34:28 +0000
committerAlex Deucher <[email protected]>2022-05-10 21:53:10 +0000
commit8424f2ccb3c0dd43369288a47d15c980136c3bd5 (patch)
tree53f561822a4c716446b7c235987f1608b52c8914 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/psp: Add VBIOS flash handler (diff)
downloadkernel-8424f2ccb3c0dd43369288a47d15c980136c3bd5.tar.gz
kernel-8424f2ccb3c0dd43369288a47d15c980136c3bd5.zip
drm/amdgpu/psp: Add vbflash sysfs interface support
Add sysfs interface to copy VBIOS. v2: squash in fix for proper vmalloc API (Alex) Signed-off-by: Andrey Grodzovsky <[email protected]> Signed-off-by: Likun Gao <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index e9a93c29dff5..fd6836bd7d2c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1008,6 +1008,7 @@ struct amdgpu_device {
bool pm_sysfs_en;
bool ucode_sysfs_en;
+ bool psp_sysfs_en;
/* Chip product information */
char product_number[16];