Re: [Intel-gfx] [PATCH] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space

2017-10-18 Thread Chris Wilson
Quoting Oscar Mateo (2017-10-17 21:27:51) > Now that we write RING_FORCE_TO_NONPRIV registers directly to hardware, > [commit 32ced39 ("drm/i915: Transform whitelisting WAs into a simple reg > write")] there is no need to save space for them in the list of context > workarounds. > > v2: Refer to p

[Intel-gfx] [PATCH] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space

2017-10-17 Thread Oscar Mateo
Now that we write RING_FORCE_TO_NONPRIV registers directly to hardware, [commit 32ced39 ("drm/i915: Transform whitelisting WAs into a simple reg write")] there is no need to save space for them in the list of context workarounds. v2: Refer to previous commit in commit message (Michel) Signed-off-