Re: [PATCH v2 2/2] drm/msm/dpu: don't play tricks with debug macros

2024-08-28 Thread Dmitry Baryshkov
On Tue, Aug 27, 2024 at 11:39:45AM GMT, Konrad Dybcio wrote: > On 2.08.2024 9:47 PM, Dmitry Baryshkov wrote: > > DPU debugging macros need to be converted to a proper drm_debug_* > > macros, however this is a going an intrusive patch, not suitable for a > > fix. Wire DPU_DEBUG and DPU_DEBUG_DRIVER

Re: [PATCH v2 2/2] drm/msm/dpu: don't play tricks with debug macros

2024-08-27 Thread Konrad Dybcio
On 2.08.2024 9:47 PM, Dmitry Baryshkov wrote: > DPU debugging macros need to be converted to a proper drm_debug_* > macros, however this is a going an intrusive patch, not suitable for a > fix. Wire DPU_DEBUG and DPU_DEBUG_DRIVER to always use DRM_DEBUG_DRIVER > to make sure that DPU debugging mess

Re: [PATCH v2 2/2] drm/msm/dpu: don't play tricks with debug macros

2024-08-05 Thread Abhinav Kumar
On 8/2/2024 12:47 PM, Dmitry Baryshkov wrote: DPU debugging macros need to be converted to a proper drm_debug_* macros, however this is a going an intrusive patch, not suitable for a fix. Wire DPU_DEBUG and DPU_DEBUG_DRIVER to always use DRM_DEBUG_DRIVER to make sure that DPU debugging message

[PATCH v2 2/2] drm/msm/dpu: don't play tricks with debug macros

2024-08-02 Thread Dmitry Baryshkov
DPU debugging macros need to be converted to a proper drm_debug_* macros, however this is a going an intrusive patch, not suitable for a fix. Wire DPU_DEBUG and DPU_DEBUG_DRIVER to always use DRM_DEBUG_DRIVER to make sure that DPU debugging messages always end up in the drm debug messages and are c