Skip to content

Commit 295c4f5

Browse files
jameszhu-amdalexdeucher
authored andcommitted
drm/amdgpu: add video_codecs query support for aldebaran
Add video_codecs query support for aldebaran. Signed-off-by: James Zhu <[email protected]> Reviewed-by: Leo Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 96b62c8 commit 295c4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/soc15.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ static int soc15_query_video_codecs(struct amdgpu_device *adev, bool encode,
302302
*codecs = &rv_video_codecs_decode;
303303
return 0;
304304
case CHIP_ARCTURUS:
305+
case CHIP_ALDEBARAN:
305306
case CHIP_RENOIR:
306307
if (encode)
307308
*codecs = &vega_video_codecs_encode;

0 commit comments

Comments
 (0)