diff options
| author | Dave Airlie <[email protected]> | 2021-06-04 09:45:15 +1000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2021-06-04 09:45:15 +1000 |
| commit | d6273d8f31cdaa7519984951cbfab0a983f219e5 (patch) | |
| tree | dd8fb1c63caba1229b73c585385b501974bc107b /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | |
| parent | ff7a24a8fcb30adfea878d14c394300a087016ba (diff) | |
| parent | e7591a8d56bab89c617dae055446b6337ec32dc9 (diff) | |
Merge tag 'amd-drm-fixes-5.13-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.13-2021-06-02:
amdgpu:
- Display fixes
- FRU EEPROM error handling fix
- RAS fix
- PSP fix
- Releasing pinned BO fix
Signed-off-by: Dave Airlie <[email protected]>
From: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index 46a5328e00e0..60aa99a39a74 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h @@ -76,6 +76,7 @@ struct psp_ring uint64_t ring_mem_mc_addr; void *ring_mem_handle; uint32_t ring_size; + uint32_t ring_wptr; }; /* More registers may will be supported */ |