Re: [v9 2/3] drm/debug: Expose connector VRR monitor range via debugfs

2020-06-25 Thread Manasi Navare
Thanks Bhanu for the patch, merged to drm-misc Manasi On Mon, Jun 22, 2020 at 07:55:18PM +0530, Bhanuprakash Modem wrote: > [Why] > It's useful to know the min and max vrr range for IGT testing. > > [How] > Expose the min and max vfreq for the connector via a debugfs file > on the connector, "vr

Re: [v9 2/3] drm/debug: Expose connector VRR monitor range via debugfs

2020-06-22 Thread Manasi Navare
On Mon, Jun 22, 2020 at 07:55:18PM +0530, Bhanuprakash Modem wrote: > [Why] > It's useful to know the min and max vrr range for IGT testing. > > [How] > Expose the min and max vfreq for the connector via a debugfs file > on the connector, "vrr_range". > > Example usage: cat /sys/kernel/debug/dri/

[v9 2/3] drm/debug: Expose connector VRR monitor range via debugfs

2020-06-21 Thread Bhanuprakash Modem
[Why] It's useful to know the min and max vrr range for IGT testing. [How] Expose the min and max vfreq for the connector via a debugfs file on the connector, "vrr_range". Example usage: cat /sys/kernel/debug/dri/0/DP-1/vrr_range v2: * Fix the typo in max_vfreq (Manasi) * Change the name of node