diff options
author | Luben Tuikov <[email protected]> | 2021-05-03 20:43:00 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-05-10 18:08:06 -0400 |
commit | e509965e58ab2c96418e1a5e756e25d9a54e0765 (patch) | |
tree | 433c6ef4da9d8635d316c10b4ca22ec3d956cd97 /net/lapb/lapb_timer.c | |
parent | acdae2169bae6993c61ded36ae0b2301c07c0a9e (diff) |
drm/amdgpu: Move up ras_hw_supported
Move ras_hw_supported into struct amdgpu_dev.
The dependency is:
struct amdgpu_ras <== struct amdgpu_dev <== ASIC,
read as "struct amdgpu_ras depends on struct
amdgpu_dev, which depends on the hardware."
This can be loosely understood as, "if RAS is
supported, which is property of the ASIC (struct
amdgpu_dev), then we can access struct
amdgpu_ras."
v2: Fix a typo: must binary AND in ternary cond
in amdgpu_ras.c
Cc: Alexander Deucher <[email protected]>
Cc: John Clements <[email protected]>
Cc: Hawking Zhang <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
Acked-by: Christian König <[email protected]>
Reviewed-by: John Clements <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions