kernel_samsung_a53x/drivers/gpu/drm/msm/disp/dpu1
Dmitry Baryshkov bf70a16084 drm/msm/dpu: don't play tricks with debug macros
[ Upstream commit df24373435f5899a2a98b7d377479c8d4376613b ]

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 controlled via the usual drm.debug mask.

I don't think that it is a good idea for a generic DPU_DEBUG macro to be
tied to DRM_UT_KMS. It is used to report a debug message from driver, so by
default it should go to the DRM_UT_DRIVER channel. While refactoring
debug macros later on we might end up with particular messages going to
ATOMIC or KMS, but DRIVER should be the default.

Fixes: 25fdd5933e4c ("drm/msm: Add SDM845 DPU support")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/606932/
Link: https://lore.kernel.org/r/20240802-dpu-fix-wb-v2-2-7eac9eb8e895@linaro.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:20:49 +01:00
..
dpu_core_irq.c
dpu_core_irq.h
dpu_core_perf.c
dpu_core_perf.h
dpu_crtc.c
dpu_crtc.h
dpu_encoder.c
dpu_encoder.h
dpu_encoder_phys.h
dpu_encoder_phys_cmd.c drm/msm/dpu: Always flush the slave INTF on the CTL 2024-11-19 12:27:06 +01:00
dpu_encoder_phys_vid.c
dpu_formats.c
dpu_formats.h
dpu_hw_blk.c
dpu_hw_blk.h
dpu_hw_catalog.c
dpu_hw_catalog.h
dpu_hw_catalog_format.h
dpu_hw_ctl.c
dpu_hw_ctl.h
dpu_hw_dspp.c
dpu_hw_dspp.h
dpu_hw_interrupts.c
dpu_hw_interrupts.h
dpu_hw_intf.c
dpu_hw_intf.h
dpu_hw_lm.c
dpu_hw_lm.h
dpu_hw_mdss.h
dpu_hw_pingpong.c
dpu_hw_pingpong.h
dpu_hw_sspp.c
dpu_hw_sspp.h
dpu_hw_top.c
dpu_hw_top.h
dpu_hw_util.c
dpu_hw_util.h
dpu_hw_vbif.c
dpu_hw_vbif.h
dpu_hwio.h
dpu_io_util.c
dpu_io_util.h
dpu_kms.c
dpu_kms.h drm/msm/dpu: don't play tricks with debug macros 2024-11-23 23:20:49 +01:00
dpu_mdss.c
dpu_plane.c
dpu_plane.h
dpu_rm.c
dpu_rm.h
dpu_trace.h
dpu_vbif.c
dpu_vbif.h
msm_media_info.h