]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix limiting AV1 to the first instance on VCN3
authorChristian König <christian.koenig@amd.com>
Fri, 3 Jun 2022 10:21:06 +0000 (12:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Jun 2022 15:24:13 +0000 (11:24 -0400)
commit8864c60747a050e875aa5011a4a010c993f03a47
treeb4f55e7e80806bdd5d3db5df5bc1acd2c3b83008
parent04291b1288c1e063559561905a2650c0e2ad396b
drm/amdgpu: fix limiting AV1 to the first instance on VCN3

The job is not yet initialized here.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2037
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Tested-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: e6f966f9ab37 ("drm/amdgpu: use job and ib structures directly in CS parsers")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c