Acked-by: Alex Deucher <alexander.deuc...@amd.com> ________________________________ From: Zeng, Oak Sent: Wednesday, June 26, 2019 11:22 AM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix; Deucher, Alexander; Li, Candice; Zeng, Oak Subject: [PATCH] drm/amdgpu: Set queue_preemption_timeout_ms default value
Set default value of this kernel parameter to 9000 Change-Id: If91db4d2c2ac08e25d7728d49629cbaec0d6c773 Signed-off-by: Oak Zeng <oak.z...@amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 7cf6ab0..e74a175 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -700,7 +700,7 @@ MODULE_PARM_DESC(hws_gws_support, "MEC FW support gws barriers (false = not supp * DOC: queue_preemption_timeout_ms (int) * queue preemption timeout in ms (1 = Minimum, 9000 = default) */ -int queue_preemption_timeout_ms; +int queue_preemption_timeout_ms = 9000; module_param(queue_preemption_timeout_ms, int, 0644); MODULE_PARM_DESC(queue_preemption_timeout_ms, "queue preemption timeout in ms (1 = Minimum, 9000 = default)"); #endif -- 2.7.4
_______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx