diff options
| author | Tim Huang <[email protected]> | 2024-06-04 05:51:30 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-07-02 22:06:24 +0000 |
| commit | 614a9f5ed5b079af9cb933b9ebc6b3e128a2560d (patch) | |
| tree | a6de42e7ed89d95798679503236c61113866d59a /drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c | |
| parent | drm/amdgpu: add VPE IP v6.1.3 discovery support (diff) | |
| download | kernel-614a9f5ed5b079af9cb933b9ebc6b3e128a2560d.tar.gz kernel-614a9f5ed5b079af9cb933b9ebc6b3e128a2560d.zip | |
drm/amdgpu: add firmware for VPE IP v6.1.3
This patch is to add firmware for VPE 6.1.3.
Signed-off-by: Tim Huang <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c b/drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c index 09315dd5a1ec..45876883bbf3 100644 --- a/drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c +++ b/drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c @@ -34,6 +34,7 @@ MODULE_FIRMWARE("amdgpu/vpe_6_1_0.bin"); MODULE_FIRMWARE("amdgpu/vpe_6_1_1.bin"); +MODULE_FIRMWARE("amdgpu/vpe_6_1_3.bin"); #define VPE_THREAD1_UCODE_OFFSET 0x8000 |
