Skip to content

Commit d80cded

Browse files
Veerabadhran Gopalakrishnanalexdeucher
authored andcommitted
drm/amdgpu - Corrected the video codecs array name for yellow carp
Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com> Reviewed-by: James Zhu <James.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6be50f5 commit d80cded

File tree

1 file changed

+2
-2
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ static const struct amdgpu_video_codec_info yc_video_codecs_decode_array[] = {
173173
};
174174

175175
static const struct amdgpu_video_codecs yc_video_codecs_decode = {
176-
.codec_count = ARRAY_SIZE(bg_video_codecs_decode_array),
177-
.codec_array = bg_video_codecs_decode_array,
176+
.codec_count = ARRAY_SIZE(yc_video_codecs_decode_array),
177+
.codec_array = yc_video_codecs_decode_array,
178178
};
179179

180180
static int nv_query_video_codecs(struct amdgpu_device *adev, bool encode,

0 commit comments

Comments
 (0)