Re: [Mesa-dev] [PATCH mesa 02/21] anv: Add KHR_display extension to anv [v4]

2018-06-11 Thread Keith Packard
Jason Ekstrand writes: >> +#define MM_PER_PIXEL (1.0/96.0 * 25.4) >> > > I don't think you need this. :-) Now you have me wondering when it was needed :-) > Other than that and the comment on patch 1 about stuff that should probably > go here, this looks good to me. Yeah, if you're not

Re: [Mesa-dev] [PATCH mesa 02/21] anv: Add KHR_display extension to anv [v4]

2018-04-09 Thread Jason Ekstrand
On Wed, Mar 7, 2018 at 11:25 PM, Keith Packard wrote: > This adds support for the KHR_display extension to the anv Vulkan > driver. The driver now attempts to open the master DRM node when the > KHR_display extension is requested so that the common winsys code can > perform

[Mesa-dev] [PATCH mesa 02/21] anv: Add KHR_display extension to anv [v4]

2018-03-07 Thread Keith Packard
This adds support for the KHR_display extension to the anv Vulkan driver. The driver now attempts to open the master DRM node when the KHR_display extension is requested so that the common winsys code can perform the necessary operations. v2: Make sure primary fd is usable When