Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-10 | drm/amdgpu: call ras_debugfs_create_all in debugfs_init | Tao Zhou | 1 | -1/+0 | |
and remove each ras IP's own debugfs creation this is required to fix ras when the driver does not use the drm load and unload callbacks due to ordering issues with the drm device node. Signed-off-by: Tao Zhou <[email protected]> Signed-off-by: Stanley.Yang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-10-03 | drm/amdgpu: move mmhub ras fini to mmhub block | Tao Zhou | 1 | -0/+14 | |
it's more suitable to put mmhub ras fini in mmhub block Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Guchun Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-10-03 | drm/amdgpu: move mmhub_ras_if from gmc to mmhub block | Tao Zhou | 1 | -12/+12 | |
mmhub_ras_if is relevant to mmhub Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Guchun Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-09-13 | drm/amdgpu/mmhub: switch to amdgpu_mmhub_ras_late_init helper function | Hawking Zhang | 1 | -0/+56 | |
amdgpu_mmhub_ras_late_init is used to init mmhub specfic ras debugfs/sysfs node and mmhub specific interrupt handler. It can be shared among mmhub generations Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |