[Mesa-dev] [PATCH 3/3] nvc0: fix indentation in nvc0_screen_init()

Ilia Mirkin imirkin at alum.mit.edu
Tue Aug 30 14:55:29 UTC 2016


With the minor nit in 2/3 fixed (1 -> -1), this series is

Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

On Tue, Aug 30, 2016 at 10:45 AM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> Trivial.
>
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
>  src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> index abf2d0f..9b0f4f5 100644
> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> @@ -909,7 +909,7 @@ nvc0_screen_create(struct nouveau_device *dev)
>                      screen->base.drm->version >= 0x01000101);
>     BEGIN_NVC0(push, NVC0_3D(RT_COMP_ENABLE(0)), 8);
>     for (i = 0; i < 8; ++i)
> -           PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
> +      PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
>
>     BEGIN_NVC0(push, NVC0_3D(RT_CONTROL), 1);
>     PUSH_DATA (push, 1);
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list