Re: [PATCH] drm/amdgpu: enable VCN PG and CG for yellow carp

2021-01-20 Thread Zhu, James
yuan ; Zhu, James ; Liu, Leo ; Liu, Aaron Subject: [PATCH] drm/amdgpu: enable VCN PG and CG for yellow carp Enable VCN 3.0 PG and CG for Yellow Carp by setting up flags. Signed-off-by: Aaron Liu --- drivers/gpu/drm/amd/amdgpu/nv.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-)

[PATCH] drm/amdgpu: enable VCN PG and CG for yellow carp

2021-01-19 Thread Aaron Liu
Enable VCN 3.0 PG and CG for Yellow Carp by setting up flags. Signed-off-by: Aaron Liu --- drivers/gpu/drm/amd/amdgpu/nv.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 801cf79353dd..903e1ae166c