Re: [PATCH 3/3] drm/msm/dp: add a debugfs node for using tpg

2024-12-04 Thread Dmitry Baryshkov
On Tue, Dec 03, 2024 at 07:57:25PM -0800, Abhinav Kumar wrote: > > > On 12/3/2024 3:38 PM, Dmitry Baryshkov wrote: > > On Mon, Dec 02, 2024 at 12:42:00PM -0800, Abhinav Kumar wrote: > > > DP test pattern generator is a very useful tool to debug issues > > > where monitor is showing incorrect outp

Re: [PATCH 3/3] drm/msm/dp: add a debugfs node for using tpg

2024-12-03 Thread Abhinav Kumar
On 12/3/2024 3:38 PM, Dmitry Baryshkov wrote: On Mon, Dec 02, 2024 at 12:42:00PM -0800, Abhinav Kumar wrote: DP test pattern generator is a very useful tool to debug issues where monitor is showing incorrect output as it helps to isolate whether the issue is due to rest of DPU pipeline or in

Re: [PATCH 3/3] drm/msm/dp: add a debugfs node for using tpg

2024-12-03 Thread Dmitry Baryshkov
On Mon, Dec 02, 2024 at 12:42:00PM -0800, Abhinav Kumar wrote: > DP test pattern generator is a very useful tool to debug issues > where monitor is showing incorrect output as it helps to isolate > whether the issue is due to rest of DPU pipeline or in the DP > controller itself. Expose a debugfs t

[PATCH 3/3] drm/msm/dp: add a debugfs node for using tpg

2024-12-02 Thread Abhinav Kumar
DP test pattern generator is a very useful tool to debug issues where monitor is showing incorrect output as it helps to isolate whether the issue is due to rest of DPU pipeline or in the DP controller itself. Expose a debugfs to use the TPG configuration to help debug DP issues. Signed-off-by: Ab