Re: [PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor

2021-12-20 Thread Bjorn Andersson
On Mon 20 Dec 15:53 PST 2021, Dmitry Baryshkov wrote: > On Fri, 17 Dec 2021 at 03:19, Bjorn Andersson > wrote: > > > > dpu_kms_debugfs_init() is invoked for each minor being registered. Most > > of the files created are unrelated to the minor, so there's no reason to > > present them per minor.

Re: [PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor

2021-12-20 Thread Dmitry Baryshkov
On Fri, 17 Dec 2021 at 03:19, Bjorn Andersson wrote: > > dpu_kms_debugfs_init() is invoked for each minor being registered. Most > of the files created are unrelated to the minor, so there's no reason to > present them per minor. > The exception to this is the DisplayPort code, which ends up

Re: [PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor

2021-12-20 Thread Abhinav Kumar
On 12/16/2021 4:20 PM, Bjorn Andersson wrote: dpu_kms_debugfs_init() is invoked for each minor being registered. Most of the files created are unrelated to the minor, so there's no reason to present them per minor. The exception to this is the DisplayPort code, which ends up invoking

[PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor

2021-12-16 Thread Bjorn Andersson
dpu_kms_debugfs_init() is invoked for each minor being registered. Most of the files created are unrelated to the minor, so there's no reason to present them per minor. The exception to this is the DisplayPort code, which ends up invoking dp_debug_get() for each minor, each time associate the