]> 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)
commitf71f70268613cef31eba6b274e10b36996ea8d62
treeb4f55e7e80806bdd5d3db5df5bc1acd2c3b83008
parente1a5ca4d5a2a96305166ee1cab9e1901912905e0
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