Re: [PATCH] drm/msm/dpu: merge two CRTC debugfs dirs

2023-01-17 Thread Dmitry Baryshkov
On Thu, 12 Jan 2023 07:36:59 +0200, Dmitry Baryshkov wrote: > For each CRTC we are creating two different debugfs directories one > using crtc index (created automatically for the CRC files) and another > one using CRTC name/object ID (for state and status files). > > This can be confusing, so m

Re: [PATCH] drm/msm/dpu: merge two CRTC debugfs dirs

2023-01-17 Thread Abhinav Kumar
On 1/11/2023 9:36 PM, Dmitry Baryshkov wrote: For each CRTC we are creating two different debugfs directories one using crtc index (created automatically for the CRC files) and another one using CRTC name/object ID (for state and status files). This can be confusing, so move our custom files

[PATCH] drm/msm/dpu: merge two CRTC debugfs dirs

2023-01-11 Thread Dmitry Baryshkov
For each CRTC we are creating two different debugfs directories one using crtc index (created automatically for the CRC files) and another one using CRTC name/object ID (for state and status files). This can be confusing, so move our custom files to crtc->debugfs_entry, effetively merging two debu