Re: [PATCH v4 09/16] drm/msm/dpu: Add pipe as trace argument

2025-01-16 Thread Dmitry Baryshkov
On Thu, Jan 16, 2025 at 03:25:58PM +0800, Jun Nie wrote: > Add pipe as trace argument in trace_dpu_crtc_setup_mixer() to ease > converting pipe into pipe array later. > > Signed-off-by: Jun Nie > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 2 +- > drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h

[PATCH v4 09/16] drm/msm/dpu: Add pipe as trace argument

2025-01-15 Thread Jun Nie
Add pipe as trace argument in trace_dpu_crtc_setup_mixer() to ease converting pipe into pipe array later. Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 2 +- drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) dif