All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugeni Dodonov <eugeni@dodonov.net>
To: Paulo Zanoni <przanoni@gmail.com>
Cc: intel-gfx@lists.freedesktop.org, Paulo Zanoni <paulo.r.zanoni@intel.com>
Subject: Re: [PATCH gpu-tools v2] gem_vmap_blits: fix compilation if I915_PARAM_HAS_VMAP is not defined
Date: Wed, 31 Aug 2011 13:36:03 -0300	[thread overview]
Message-ID: <CAC7LmnsMFE9WA5thTkua08Hkr2iRqexU8M3+KgiuDOUxxZKDdw@mail.gmail.com> (raw)
In-Reply-To: <1314208651-12144-1-git-send-email-paulo.r.zanoni@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 1072 bytes --]

On Wed, Aug 24, 2011 at 14:57, Paulo Zanoni <przanoni@gmail.com> wrote:

> Previously, "make check" failed because the main() function was not
> defined.
>
> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
>

Works for me, so:
Tested-By: Eugeni Dodonov <eugeni.dodonov@intel.com>


> ---
>
> Version 2, returning "77".
>
>  tests/gem_vmap_blits.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/tests/gem_vmap_blits.c b/tests/gem_vmap_blits.c
> index c2ba390..05550a4 100644
> --- a/tests/gem_vmap_blits.c
> +++ b/tests/gem_vmap_blits.c
> @@ -53,6 +53,11 @@
>
>  #if !defined(I915_PARAM_HAS_VMAP)
>  #warning No vmap support in drm, skipping
> +int main(int argc, char **argv)
> +{
> +       fprintf(stderr, "No vmap support in drm.\n");
> +       return 77;
> +}
>  #else
>
>  #define WIDTH 512
> --
> 1.7.4.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>



-- 
Eugeni Dodonov
http://eugeni.dodonov.net/

[-- Attachment #1.2: Type: text/html, Size: 1955 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2011-08-31 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 17:57 [PATCH gpu-tools v2] gem_vmap_blits: fix compilation if I915_PARAM_HAS_VMAP is not defined Paulo Zanoni
2011-08-31 16:36 ` Eugeni Dodonov [this message]

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=CAC7LmnsMFE9WA5thTkua08Hkr2iRqexU8M3+KgiuDOUxxZKDdw@mail.gmail.com \
    --to=eugeni@dodonov.net \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=paulo.r.zanoni@intel.com \
    --cc=przanoni@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.