Re: [Intel-gfx] [v3] drm/i915: disable sampler indirect state in bindless heap

2023-04-06 Thread Matt Atwood
On Thu, Mar 30, 2023 at 11:42:28PM +0300, Lionel Landwerlin wrote: > By default the indirect state sampler data (border colors) are stored > in the same heap as the SAMPLER_STATE structure. For userspace drivers > that can be 2 different heaps (dynamic state heap & bindless sampler > state heap).

Re: [Intel-gfx] [v3] drm/i915: disable sampler indirect state in bindless heap

2023-04-03 Thread Kalvala, Haridhar
On 3/31/2023 2:12 AM, Lionel Landwerlin wrote: By default the indirect state sampler data (border colors) are stored in the same heap as the SAMPLER_STATE structure. For userspace drivers that can be 2 different heaps (dynamic state heap & bindless sampler state heap). This means that border

[Intel-gfx] [v3] drm/i915: disable sampler indirect state in bindless heap

2023-03-30 Thread Lionel Landwerlin
By default the indirect state sampler data (border colors) are stored in the same heap as the SAMPLER_STATE structure. For userspace drivers that can be 2 different heaps (dynamic state heap & bindless sampler state heap). This means that border colors have to copied in 2 different places so that