Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-10-02 Thread Kenneth Graunke
On Monday, October 2, 2017 2:44:13 AM PDT Chris Wilson wrote: > Quoting Kenneth Graunke (2017-09-29 22:59:56) > > On Friday, September 29, 2017 1:03:14 PM PDT Chris Wilson wrote: > > > Quoting Kenneth Graunke (2017-09-29 20:55:53) > > > > On Friday, September 29, 2017 3:25:09 AM PDT Chris Wilson wr

Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-10-02 Thread Chris Wilson
Quoting Kenneth Graunke (2017-09-29 22:59:56) > On Friday, September 29, 2017 1:03:14 PM PDT Chris Wilson wrote: > > Quoting Kenneth Graunke (2017-09-29 20:55:53) > > > On Friday, September 29, 2017 3:25:09 AM PDT Chris Wilson wrote: > > > > Hook up the RendererQuery for __DRI2_RENDERER_HAS_CONTEXT

Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-09-29 Thread Kenneth Graunke
On Friday, September 29, 2017 1:03:14 PM PDT Chris Wilson wrote: > Quoting Kenneth Graunke (2017-09-29 20:55:53) > > On Friday, September 29, 2017 3:25:09 AM PDT Chris Wilson wrote: > > > Hook up the RendererQuery for __DRI2_RENDERER_HAS_CONTEXT_PRIORITY to > > > report the available DRM_I915_GEM_C

Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-09-29 Thread Chris Wilson
Quoting Chris Wilson (2017-09-29 21:03:14) > Quoting Kenneth Graunke (2017-09-29 20:55:53) > > Typically we wait to pull in new headers until the kernel patches land > > in airlied's drm-next tree. > > drm-intel is a non-rebasing tree, once the commit lands there, it is > stable all the way throug

Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-09-29 Thread Chris Wilson
Quoting Kenneth Graunke (2017-09-29 20:55:53) > On Friday, September 29, 2017 3:25:09 AM PDT Chris Wilson wrote: > > Hook up the RendererQuery for __DRI2_RENDERER_HAS_CONTEXT_PRIORITY to > > report the available DRM_I915_GEM_CONTEXT_SETPARAM options based on the > > the default context. The kernel

Re: [Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-09-29 Thread Kenneth Graunke
On Friday, September 29, 2017 3:25:09 AM PDT Chris Wilson wrote: > Hook up the RendererQuery for __DRI2_RENDERER_HAS_CONTEXT_PRIORITY to > report the available DRM_I915_GEM_CONTEXT_SETPARAM options based on the > the default context. The kernel will validate the request to change the > property, so

[Mesa-dev] [PATCH 6/7] i965: Reported supported context priorities to EGL/DRI

2017-09-29 Thread Chris Wilson
Hook up the RendererQuery for __DRI2_RENDERER_HAS_CONTEXT_PRIORITY to report the available DRM_I915_GEM_CONTEXT_SETPARAM options based on the the default context. The kernel will validate the request to change the property, so we get an accurate reflection of available support (based on kernel vers