[PATCH] drm/amd/display: Fix description of module parameter dc_log

Deucher, Alexander Alexander.Deucher at amd.com
Tue Nov 21 17:36:10 UTC 2017


> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Michel Dänzer
> Sent: Tuesday, November 21, 2017 12:30 PM
> To: amd-gfx at lists.freedesktop.org
> Subject: [PATCH] drm/amd/display: Fix description of module parameter
> dc_log
> 
> From: Michel Dänzer <michel.daenzer at amd.com>
> 
> It was incorrectly referencing the dc parameter, resulting in an empty
> description of the dc_log parameter.
> 
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>

Reviewed-by: Alex Deucher <alexander.deucher at 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 eaccd4bd12a4..31383e004947 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -216,7 +216,7 @@ module_param_named(exp_hw_support,
> amdgpu_exp_hw_support, int, 0444);
>  MODULE_PARM_DESC(dc, "Display Core driver (1 = enable, 0 = disable, -1 =
> auto (default))");
>  module_param_named(dc, amdgpu_dc, int, 0444);
> 
> -MODULE_PARM_DESC(dc, "Display Core Log Level (0 = minimal (default), 1 =
> chatty");
> +MODULE_PARM_DESC(dc_log, "Display Core Log Level (0 = minimal
> (default), 1 = chatty");
>  module_param_named(dc_log, amdgpu_dc_log, int, 0444);
> 
>  MODULE_PARM_DESC(sched_jobs, "the max number of jobs supported in
> the sw queue (default 32)");
> --
> 2.15.0
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list