mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
drm/amdgpu: Introduce VF critical region check for RAS poison injection
The SRIOV guest send requet to host to check whether the poison injection address is in VF critical region or not via mabox. Signed-off-by: Xiang Liu <xiang.liu@amd.com> Reviewed-by: Shravan Kumar Gande <Shravankumar.Gande@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -43,6 +43,7 @@ enum idh_request {
|
||||
IDH_REQ_RAS_ERROR_COUNT = 203,
|
||||
IDH_REQ_RAS_CPER_DUMP = 204,
|
||||
IDH_REQ_RAS_BAD_PAGES = 205,
|
||||
IDH_REQ_RAS_CHK_CRITI = 206
|
||||
};
|
||||
|
||||
enum idh_event {
|
||||
@@ -62,6 +63,7 @@ enum idh_event {
|
||||
IDH_RAS_BAD_PAGES_READY = 15,
|
||||
IDH_RAS_BAD_PAGES_NOTIFICATION = 16,
|
||||
IDH_UNRECOV_ERR_NOTIFICATION = 17,
|
||||
IDH_REQ_RAS_CHK_CRITI_READY = 18,
|
||||
|
||||
IDH_TEXT_MESSAGE = 255,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user