[Intel-gfx] [PATCH] drm/i915/gen9: Update null batch to follow VF state restriction
Mika Kuoppala
mika.kuoppala at linux.intel.com
Wed Aug 5 00:07:40 PDT 2015
Arun Siluvery <arun.siluvery at linux.intel.com> writes:
> Atleast one component of one valid vertex element must be enabled.
>
> Cc: Ben Widawsky <benjamin.widawsky at intel.com>
> Cc: Chris Wilson <chris at chris-wilson.co.uk>
> Signed-off-by: Arun Siluvery <arun.siluvery at linux.intel.com>
> ---
Please resend the newly generated one when the IGT parts are merged.
That way we get the igt version info in the comment to match.
-Mika
> drivers/gpu/drm/i915/intel_renderstate_gen9.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_renderstate_gen9.c b/drivers/gpu/drm/i915/intel_renderstate_gen9.c
> index 16a7ec2..fa86431 100644
> --- a/drivers/gpu/drm/i915/intel_renderstate_gen9.c
> +++ b/drivers/gpu/drm/i915/intel_renderstate_gen9.c
> @@ -873,7 +873,7 @@ static const u32 gen9_null_state_batch[] = {
> 0x00000000,
> 0x00000000,
> 0x78550003,
> - 0x00000000,
> + 0x00000001,
> 0x00000000,
> 0x00000000,
> 0x00000000,
> --
> 1.9.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
More information about the Intel-gfx
mailing list