diff options
| author | Xiaomeng Hou <[email protected]> | 2023-04-27 05:38:47 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-09 13:25:47 +0000 |
| commit | 04b3c34f5cb2994a5e466659ea4aa962c0fc09a6 (patch) | |
| tree | 83c4af54267a6527b870d34fba04e47aca8fedd5 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h | |
| parent | drm/amd/amdgpu: Simplify switch case statements in amdgpu_connectors.c (diff) | |
| download | kernel-04b3c34f5cb2994a5e466659ea4aa962c0fc09a6.tar.gz kernel-04b3c34f5cb2994a5e466659ea4aa962c0fc09a6.zip | |
drm/amdgpu: remove pasid_src field from IV entry
PASID_SRC is not actually present in the Interrupt Packet, the field is
taken as reserved bits now. So remove it from IV entry to avoid misuse.
Signed-off-by: Xiaomeng Hou <[email protected]>
Reviewed-by: Aaron Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h index 7a8e686bdd41..1c747ac4129a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h @@ -54,7 +54,6 @@ struct amdgpu_iv_entry { unsigned timestamp_src; unsigned pasid; unsigned node_id; - unsigned pasid_src; unsigned src_data[AMDGPU_IRQ_SRC_DATA_MAX_SIZE_DW]; const uint32_t *iv_entry; }; |
