On Wednesday, October 26, 2016 10:42:32 AM PDT Francisco Jerez wrote:
> Daniel Vetter writes:
>
> > On Tue, Oct 25, 2016 at 11:16:56AM -0700, Francisco Jerez wrote:
> >> Kenneth Graunke writes:
> >>
> >> > If the kernel advertises a new enough command parser version, then we
> >> > can just ass
Daniel Vetter writes:
> On Tue, Oct 25, 2016 at 11:16:56AM -0700, Francisco Jerez wrote:
>> Kenneth Graunke writes:
>>
>> > If the kernel advertises a new enough command parser version, then we
>> > can just assume that register writes will work and not bother executing
>> > commands on the GPU
On Tue, Oct 25, 2016 at 11:16:56AM -0700, Francisco Jerez wrote:
> Kenneth Graunke writes:
>
> > If the kernel advertises a new enough command parser version, then we
> > can just assume that register writes will work and not bother executing
> > commands on the GPU to test it.
> >
> > This shoul
Kenneth Graunke writes:
> If the kernel advertises a new enough command parser version, then we
> can just assume that register writes will work and not bother executing
> commands on the GPU to test it.
>
> This should speed up context creation.
>
> From the command parser version history (i915_
On Tue, Oct 25, 2016 at 05:57:14PM +0200, Daniel Vetter wrote:
> On Wed, Oct 19, 2016 at 02:26:15PM -0700, Kenneth Graunke wrote:
> > On Wednesday, October 19, 2016 8:35:11 PM PDT Chris Wilson wrote:
> > > On Wed, Oct 19, 2016 at 12:25:51PM -0700, Kenneth Graunke wrote:
> > > > If the kernel advert
On Wed, Oct 19, 2016 at 02:26:15PM -0700, Kenneth Graunke wrote:
> On Wednesday, October 19, 2016 8:35:11 PM PDT Chris Wilson wrote:
> > On Wed, Oct 19, 2016 at 12:25:51PM -0700, Kenneth Graunke wrote:
> > > If the kernel advertises a new enough command parser version, then we
> > > can just assume
On Wednesday, October 19, 2016 8:35:11 PM PDT Chris Wilson wrote:
> On Wed, Oct 19, 2016 at 12:25:51PM -0700, Kenneth Graunke wrote:
> > If the kernel advertises a new enough command parser version, then we
> > can just assume that register writes will work and not bother executing
> > commands on
On Wed, Oct 19, 2016 at 12:25:51PM -0700, Kenneth Graunke wrote:
> If the kernel advertises a new enough command parser version, then we
> can just assume that register writes will work and not bother executing
> commands on the GPU to test it.
We do not guarantee that capabilities will not be rem
If the kernel advertises a new enough command parser version, then we
can just assume that register writes will work and not bother executing
commands on the GPU to test it.
This should speed up context creation.
From the command parser version history (i915_cmd_parser.c):
* 1. Initial version