All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Don't spam debug messages
@ 2018-04-09 18:06 Harry Wentland
       [not found] ` <20180409180615.15900-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Harry Wentland @ 2018-04-09 18:06 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, tstdenis-5C7GfCeVMHo,
	Bhawanpreet.Lakha-5C7GfCeVMHo, sunpeng.li-5C7GfCeVMHo
  Cc: Harry Wentland

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
---
 drivers/gpu/drm/amd/display/include/logger_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
index 4f332e80cecc..b608a0830801 100644
--- a/drivers/gpu/drm/amd/display/include/logger_types.h
+++ b/drivers/gpu/drm/amd/display/include/logger_types.h
@@ -32,7 +32,7 @@
 
 #define DC_LOG_ERROR(...) DRM_ERROR(__VA_ARGS__)
 #define DC_LOG_WARNING(...) DRM_WARN(__VA_ARGS__)
-#define DC_LOG_DEBUG(...) DRM_INFO(__VA_ARGS__)
+#define DC_LOG_DEBUG(...) DRM_DEBUG_KMS(__VA_ARGS__)
 #define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__)
 #define DC_LOG_DTN(...) DRM_DEBUG_KMS(__VA_ARGS__)
 #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
-- 
2.15.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/amd/display: Don't spam debug messages
       [not found] ` <20180409180615.15900-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
@ 2018-04-09 18:13   ` Tom St Denis
  2018-04-10 20:44   ` Harry Wentland
  1 sibling, 0 replies; 4+ messages in thread
From: Tom St Denis @ 2018-04-09 18:13 UTC (permalink / raw)
  To: Harry Wentland, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	Bhawanpreet.Lakha-5C7GfCeVMHo, sunpeng.li-5C7GfCeVMHo

Tested-by: Tom St Denis <tom.stdenis@amd.com>


Works for me!

Thanks,
Tom

On 04/09/2018 02:06 PM, Harry Wentland wrote:
> Signed-off-by: Harry Wentland <harry.wentland@amd.com>
> ---
>   drivers/gpu/drm/amd/display/include/logger_types.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
> index 4f332e80cecc..b608a0830801 100644
> --- a/drivers/gpu/drm/amd/display/include/logger_types.h
> +++ b/drivers/gpu/drm/amd/display/include/logger_types.h
> @@ -32,7 +32,7 @@
>   
>   #define DC_LOG_ERROR(...) DRM_ERROR(__VA_ARGS__)
>   #define DC_LOG_WARNING(...) DRM_WARN(__VA_ARGS__)
> -#define DC_LOG_DEBUG(...) DRM_INFO(__VA_ARGS__)
> +#define DC_LOG_DEBUG(...) DRM_DEBUG_KMS(__VA_ARGS__)
>   #define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__)
>   #define DC_LOG_DTN(...) DRM_DEBUG_KMS(__VA_ARGS__)
>   #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
> 
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/amd/display: Don't spam debug messages
       [not found] ` <20180409180615.15900-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
  2018-04-09 18:13   ` Tom St Denis
@ 2018-04-10 20:44   ` Harry Wentland
       [not found]     ` <25fa8982-9c92-b23e-d3ab-b86d463c0cd1-5C7GfCeVMHo@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Harry Wentland @ 2018-04-10 20:44 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, tstdenis-5C7GfCeVMHo,
	Bhawanpreet.Lakha-5C7GfCeVMHo, sunpeng.li-5C7GfCeVMHo

Ping

On 2018-04-09 02:06 PM, Harry Wentland wrote:
> Signed-off-by: Harry Wentland <harry.wentland@amd.com>
> ---
>  drivers/gpu/drm/amd/display/include/logger_types.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
> index 4f332e80cecc..b608a0830801 100644
> --- a/drivers/gpu/drm/amd/display/include/logger_types.h
> +++ b/drivers/gpu/drm/amd/display/include/logger_types.h
> @@ -32,7 +32,7 @@
>  
>  #define DC_LOG_ERROR(...) DRM_ERROR(__VA_ARGS__)
>  #define DC_LOG_WARNING(...) DRM_WARN(__VA_ARGS__)
> -#define DC_LOG_DEBUG(...) DRM_INFO(__VA_ARGS__)
> +#define DC_LOG_DEBUG(...) DRM_DEBUG_KMS(__VA_ARGS__)
>  #define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__)
>  #define DC_LOG_DTN(...) DRM_DEBUG_KMS(__VA_ARGS__)
>  #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
> 
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/amd/display: Don't spam debug messages
       [not found]     ` <25fa8982-9c92-b23e-d3ab-b86d463c0cd1-5C7GfCeVMHo@public.gmane.org>
@ 2018-04-10 20:47       ` Leo Li
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Li @ 2018-04-10 20:47 UTC (permalink / raw)
  To: Harry Wentland, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	tstdenis-5C7GfCeVMHo, Bhawanpreet.Lakha-5C7GfCeVMHo



On 2018-04-10 04:44 PM, Harry Wentland wrote:
> Ping
> 
> On 2018-04-09 02:06 PM, Harry Wentland wrote:
>> Signed-off-by: Harry Wentland <harry.wentland@amd.com>

Reviewed-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>

>> ---
>>   drivers/gpu/drm/amd/display/include/logger_types.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
>> index 4f332e80cecc..b608a0830801 100644
>> --- a/drivers/gpu/drm/amd/display/include/logger_types.h
>> +++ b/drivers/gpu/drm/amd/display/include/logger_types.h
>> @@ -32,7 +32,7 @@
>>   
>>   #define DC_LOG_ERROR(...) DRM_ERROR(__VA_ARGS__)
>>   #define DC_LOG_WARNING(...) DRM_WARN(__VA_ARGS__)
>> -#define DC_LOG_DEBUG(...) DRM_INFO(__VA_ARGS__)
>> +#define DC_LOG_DEBUG(...) DRM_DEBUG_KMS(__VA_ARGS__)
>>   #define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__)
>>   #define DC_LOG_DTN(...) DRM_DEBUG_KMS(__VA_ARGS__)
>>   #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
>>
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-10 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09 18:06 [PATCH] drm/amd/display: Don't spam debug messages Harry Wentland
     [not found] ` <20180409180615.15900-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
2018-04-09 18:13   ` Tom St Denis
2018-04-10 20:44   ` Harry Wentland
     [not found]     ` <25fa8982-9c92-b23e-d3ab-b86d463c0cd1-5C7GfCeVMHo@public.gmane.org>
2018-04-10 20:47       ` Leo Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.