]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
drm/amd/display: Add writeback enable field (wb_enabled)
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ras.h
index 46bf1889a9d753defcd5c8acace7b047bd4f98cf..7999d202c9bc54b1bfa777d5c6c24508a16ca8cd 100644 (file)
@@ -340,6 +340,7 @@ enum amdgpu_ras_ret {
 #define AMDGPU_RAS_ERR_ADDRESS_VALID   (1 << 2)
 
 #define AMDGPU_RAS_GPU_RESET_MODE2_RESET  (0x1 << 0)
+#define AMDGPU_RAS_GPU_RESET_MODE1_RESET  (0x1 << 1)
 
 struct amdgpu_ras_err_status_reg_entry {
        uint32_t hwip;
@@ -435,7 +436,7 @@ struct amdgpu_ras {
 };
 
 struct ras_fs_data {
-       char sysfs_name[32];
+       char sysfs_name[48];
        char debugfs_name[32];
 };
 
This page took 0.030029 seconds and 4 git commands to generate.