diff options
| author | Sonny Jiang <sonjiang@amd.com> | 2026-01-21 17:56:36 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-03-17 17:43:12 -0400 |
| commit | 855e3e19f69c0133a98dfae3ec9d26089cd50e77 (patch) | |
| tree | 3ec78d361cd6b0f70ebd6cdba9a9e5c8bcd538e1 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 3663c6e4a367f04cecf96ece58db3a0fc700658b (diff) | |
drm/amdgpu: Add JPEG_v5_0_2 IP block
Add support for JPEG_5_0_2
v2: comment out RAS for now (Alex)
v3: drop some bringup leftovers (Alex)
Signed-off-by: Sonny Jiang <sonjiang@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 37f2db4b7808..6a7e9bfec59e 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -224,6 +224,7 @@ amdgpu-y += \ jpeg_v4_0_5.o \ jpeg_v5_0_0.o \ jpeg_v5_0_1.o \ + jpeg_v5_0_2.o \ jpeg_v5_3_0.o # add VPE block |
