Re: [PATCH v3 1/4] drm: Add vrr_capable property to the drm connector

2018-10-09 Thread Kazlauskas, Nicholas
On 10/05/2018 06:10 PM, Manasi Navare wrote: On Fri, Oct 05, 2018 at 04:39:46PM -0400, Nicholas Kazlauskas wrote: Modern display hardware is capable of supporting variable refresh rates. This patch introduces the "vrr_capable" property on the connector to allow userspace to query support for var

Re: [PATCH v3 1/4] drm: Add vrr_capable property to the drm connector

2018-10-05 Thread Manasi Navare
On Fri, Oct 05, 2018 at 04:39:46PM -0400, Nicholas Kazlauskas wrote: > Modern display hardware is capable of supporting variable refresh rates. > This patch introduces the "vrr_capable" property on the connector to > allow userspace to query support for variable refresh rates. > > Atomic drivers s