mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
drm/amdgpu: add command to check address validity
Add command to check address validity and remove unused command codes. v2: The command interface adds new parameters to support multiple check address strategies. Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
020ad3a4ed
commit
a813437c33
@@ -570,6 +570,9 @@ struct amdgpu_ras {
|
||||
struct ras_event_manager *event_mgr;
|
||||
|
||||
uint64_t reserved_pages_in_bytes;
|
||||
|
||||
pid_t init_task_pid;
|
||||
char init_task_comm[TASK_COMM_LEN];
|
||||
};
|
||||
|
||||
struct ras_fs_data {
|
||||
|
||||
Reference in New Issue
Block a user