Re: [Freedreno] [PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-12-09 Thread abhinavk
On 2021-10-18 11:36, Bjorn Andersson wrote: On Mon 18 Oct 11:07 PDT 2021, abhin...@codeaurora.org wrote: Hi Bjorn On 2021-10-17 09:42, Bjorn Andersson wrote: > On Fri 15 Oct 16:53 PDT 2021, abhin...@codeaurora.org wrote: > > > On 2021-10-15 16:17, Bjorn Andersson wrote: > > > In the cleanup pa

Re: [Freedreno] [PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-10-18 Thread Bjorn Andersson
On Mon 18 Oct 11:07 PDT 2021, abhin...@codeaurora.org wrote: > Hi Bjorn > > On 2021-10-17 09:42, Bjorn Andersson wrote: > > On Fri 15 Oct 16:53 PDT 2021, abhin...@codeaurora.org wrote: > > > > > On 2021-10-15 16:17, Bjorn Andersson wrote: > > > > In the cleanup path of the MSM DP driver the DP d

Re: [Freedreno] [PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-10-18 Thread abhinavk
Hi Bjorn On 2021-10-17 09:42, Bjorn Andersson wrote: On Fri 15 Oct 16:53 PDT 2021, abhin...@codeaurora.org wrote: On 2021-10-15 16:17, Bjorn Andersson wrote: > In the cleanup path of the MSM DP driver the DP driver's debugfs files > are destroyed by invoking debugfs_remove_recursive() on debug

Re: [Freedreno] [PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-10-17 Thread Bjorn Andersson
On Fri 15 Oct 16:53 PDT 2021, abhin...@codeaurora.org wrote: > On 2021-10-15 16:17, Bjorn Andersson wrote: > > In the cleanup path of the MSM DP driver the DP driver's debugfs files > > are destroyed by invoking debugfs_remove_recursive() on debug->root, > > which during initialization has been se

Re: [Freedreno] [PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-10-15 Thread abhinavk
On 2021-10-15 16:17, Bjorn Andersson wrote: In the cleanup path of the MSM DP driver the DP driver's debugfs files are destroyed by invoking debugfs_remove_recursive() on debug->root, which during initialization has been set to minor->debugfs_root. To allow cleaning up the DP driver's debugfs fi

[PATCH] drm/msm/dp: Move debugfs files into subdirectory

2021-10-15 Thread Bjorn Andersson
In the cleanup path of the MSM DP driver the DP driver's debugfs files are destroyed by invoking debugfs_remove_recursive() on debug->root, which during initialization has been set to minor->debugfs_root. To allow cleaning up the DP driver's debugfs files either each dentry needs to be kept track