diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index f589b8334be6..94d029dbf30d 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -173,8 +173,8 @@ static const struct amdgpu_video_codec_info yc_video_codecs_decode_array[] = {  };  static const struct amdgpu_video_codecs yc_video_codecs_decode = { -	.codec_count = ARRAY_SIZE(bg_video_codecs_decode_array), -	.codec_array = bg_video_codecs_decode_array, +	.codec_count = ARRAY_SIZE(yc_video_codecs_decode_array), +	.codec_array = yc_video_codecs_decode_array,  };  static int nv_query_video_codecs(struct amdgpu_device *adev, bool encode, | 
