Re: [PATCH] drm/amdgpu: use dirty framebuffer helper

2022-09-19 Thread root
Hi, I recently experienced lock-ups that only responded to magic sysreq reboots when the amdgpu module was loading on my pc (Athlon II X4 640 CPU, with Radeon R7 250 - Cape Verde). .config has: CONFIG_DRM_AMDGPU=m CONFIG_DRM_AMDGPU_SI=y # CONFIG_DRM_AMDGPU_CIK is not set # CONFIG_DRM_AMDGPU_USER

[PATCH 2/3] drm/amd/powerplay: add bypass mode for vce 2.0.

2016-08-22 Thread root
From: Rex Zhu fix issue after vce encode, the eclk stay high. Change-Id: I329d0cbc6342b2d6a7e3968bc211ddc533bf33b5 Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --gi

[PATCH 3/3] drm/amdgpu: add vce bypass mode for tonga.

2016-08-22 Thread root
From: Rex Zhu fix issue that encode test failed on the second time when vce dpm enabled on tonga. Signed-off-by: Rex Zhu Change-Id: I9c77b631b977ab5cc14dc553b6e6beb502e4bd0e Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deleti

[PATCH 1/3] drm/amdgpu: refine function name for consistency

2016-08-22 Thread root
From: Rex Zhu Change-Id: I4e5589050bec48a7a6d8bc707bcafbeabf3f5ce1 Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amd