Re: [PATCH] drm/amdgpu: drop jpeg IP initialization in SRIOV case

2021-11-09 Thread Alex Deucher
On Tue, Nov 9, 2021 at 9:14 PM Guchun Chen wrote: > > Fixes: 67a765c6352d("drm/amdgpu: clean up set IP function") > > Signed-off-by: Guchun Chen Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff -

[PATCH] drm/amdgpu: drop jpeg IP initialization in SRIOV case

2021-11-09 Thread Guchun Chen
Fixes: 67a765c6352d("drm/amdgpu: clean up set IP function") Signed-off-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discov