-
- Downloads
drm/amdgpu: Add init level for post reset reinit
When device needs to be reset before initialization, it's not required for all IPs to be initialized before a reset. In such cases, it needs to identify whether the IP/feature is initialized for the first time or whether it's reinitialized after a reset. Add RESET_RECOVERY init level to identify post reset reinitialization phase. This only provides a device level identification, IP/features may choose to track their state independently also. Signed-off-by:Lijo Lazar <lijo.lazar@amd.com> Acked-by:
Tao Zhou <tao.zhou1@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
Showing
- drivers/gpu/drm/amd/amdgpu/aldebaran.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/aldebaran.c
- drivers/gpu/drm/amd/amdgpu/amdgpu.h 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 22 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_reset.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_reset.h
- drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/sienna_cichlid.c
- drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c
Loading
Please register or sign in to comment