]> 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:44:18 +0000 (11:44 -0400)
commit15d75aedbb2e21b2113a1b99a74427d82dfcb87a
treeb1133123090f6038124e99eb60fcd0baba155f9b
parentf84518ed7072a557613f1b34c869f5ed333f0a31
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: 29ca7826e0b3 ("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