[Mesa-dev] [PATCH 02/13] i965: Keep track of whether LRI is allowed in the context struct.

Chris Wilson chris at chris-wilson.co.uk
Sun Sep 6 09:20:39 PDT 2015


On Sun, Sep 06, 2015 at 06:12:40PM +0200, Francisco Jerez wrote:
> This stores the result of can_do_pipelined_register_writes() in the
> context struct so we can find out later whether LRI can be used to
> program the L3 configuration.

LRI are whitelisted by their register. To be generic you must explicitly
test access to the register you want to modify.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the mesa-dev mailing list