diff options
| author | YiPeng Chai <[email protected]> | 2022-09-27 03:22:36 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-11-15 18:35:15 +0000 |
| commit | b6da3c5837abe2e5a73e5097bacd9a7745dc97aa (patch) | |
| tree | 11a3f123611889dd8495ab30177ab4366f868863 /drivers/gpu/drm/amd/amdgpu/umc_v8_10.c | |
| parent | drm/amdgpu: remove the DID of Vangogh from pciidlist (diff) | |
| download | kernel-b6da3c5837abe2e5a73e5097bacd9a7745dc97aa.tar.gz kernel-b6da3c5837abe2e5a73e5097bacd9a7745dc97aa.zip | |
drm/amdgpu: Add umc channel index mapping table for umc_v8_10
Add umc channel index mapping table for umc_v8_10.
Signed-off-by: YiPeng Chai <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/umc_v8_10.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/umc_v8_10.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c index 91235df54e22..b7da4528cf0a 100644 --- a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c +++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c @@ -46,6 +46,16 @@ const struct channelnum_map_colbit umc_v8_10_channelnum_map_colbit_table[] = { }; const uint32_t + umc_v8_10_channel_idx_tbl_ext0[] + [UMC_V8_10_UMC_INSTANCE_NUM] + [UMC_V8_10_CHANNEL_INSTANCE_NUM] = { + {{1, 5}, {7, 3}}, + {{14, 15}, {13, 12}}, + {{10, 11}, {9, 8}}, + {{6, 2}, {0, 4}} + }; + +const uint32_t umc_v8_10_channel_idx_tbl[] [UMC_V8_10_UMC_INSTANCE_NUM] [UMC_V8_10_CHANNEL_INSTANCE_NUM] = { |
