Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lyude Paul <lyude@redhat.com>
To: Petri Latvala <petri.latvala@intel.com>, igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] lib: Don't use libdrm_nouveau if not found
Date: Mon, 29 Mar 2021 12:25:22 -0400	[thread overview]
Message-ID: <06018ecd06bd1699079e02ac84f79c115ff7fd81.camel@redhat.com> (raw)
In-Reply-To: <20210329140714.3921-1-petri.latvala@intel.com>

whoops - nice catch with this one:

Reviewed-by: Lyude Paul <lyude@redhat.com>

On Mon, 2021-03-29 at 17:07 +0300, Petri Latvala wrote:
> Only #include the libdrm_nouveau headers if HAVE_LIBDRM_NOUVEAU is set
> so IGT builds again without it installed.
> 
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Lyude Paul <lyude@redhat.com>
> ---
>  lib/igt_nouveau.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lib/igt_nouveau.h b/lib/igt_nouveau.h
> index ea44adb2..c518de3c 100644
> --- a/lib/igt_nouveau.h
> +++ b/lib/igt_nouveau.h
> @@ -26,10 +26,6 @@
>  #include <stddef.h>
>  #include <inttypes.h>
>  
> -#include <nouveau/nouveau.h>
> -#include <nouveau/nvif/class.h>
> -#include <nouveau/nvif/cl0080.h>
> -
>  #include "igt_core.h"
>  
>  #define IGT_NOUVEAU_CHIPSET_GV100 0x140
> @@ -37,6 +33,10 @@
>  typedef struct igt_fb igt_fb_t;
>  
>  #ifdef HAVE_LIBDRM_NOUVEAU
> +#include <nouveau/nouveau.h>
> +#include <nouveau/nvif/class.h>
> +#include <nouveau/nvif/cl0080.h>
> +
>  #define DECL(d) d
>  #else
>  /* There shouldn't be any code that calls igt_nouveau_* functions without
> libdrm support enabled, as

-- 
Sincerely,
   Lyude Paul (she/her)
   Software Engineer at Red Hat
   
Note: I deal with a lot of emails and have a lot of bugs on my plate. If you've
asked me a question, are waiting for a review/merge on a patch, etc. and I
haven't responded in a while, please feel free to send me another email to check
on my status. I don't bite!

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2021-03-29 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 14:07 [igt-dev] [PATCH i-g-t] lib: Don't use libdrm_nouveau if not found Petri Latvala
2021-03-29 15:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-03-29 16:25 ` Lyude Paul [this message]
2021-03-30  4:05   ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2021-03-29 16:52 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06018ecd06bd1699079e02ac84f79c115ff7fd81.camel@redhat.com \
    --to=lyude@redhat.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox