Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH igt] igt/kms_frontbuffer_tracking: Disable FBC testing for -ENODEV
Date: Tue, 20 Feb 2018 13:17:18 +0100	[thread overview]
Message-ID: <20180220121718.GQ22199@phenom.ffwll.local> (raw)
In-Reply-To: <151868650767.15373.14591219774933240864@mail.alporthouse.com>

On Thu, Feb 15, 2018 at 09:21:47AM +0000, Chris Wilson wrote:
> Quoting Chris Wilson (2018-02-11 18:54:33)
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Poke, CI is still tripping over this...

Can you give a bit more context about what's going on and how this
happens? Bugzilla or whatever ... I'm confused.
-Daniel

> 
> > ---
> >  tests/kms_frontbuffer_tracking.c | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
> > index 602707f98..6d3fe8d02 100644
> > --- a/tests/kms_frontbuffer_tracking.c
> > +++ b/tests/kms_frontbuffer_tracking.c
> > @@ -1588,6 +1588,9 @@ static bool fbc_supported_on_chipset(void)
> >         char buf[128];
> >  
> >         debugfs_read("i915_fbc_status", buf);
> > +       if (*buf == '\0')
> > +               return false;
> > +
> >         return !strstr(buf, "FBC unsupported on this chipset\n");
> >  }
> >  
> > -- 
> > 2.16.1
> > 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2018-02-20 12:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-11 18:54 [PATCH igt] igt/kms_frontbuffer_tracking: Disable FBC testing for -ENODEV Chris Wilson
2018-02-15  9:21 ` Chris Wilson
2018-02-20 12:17   ` Daniel Vetter [this message]
2018-02-20 12:22     ` [igt-dev] " Chris Wilson
2018-03-06 14:42       ` Daniel Vetter

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=20180220121718.GQ22199@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=chris@chris-wilson.co.uk \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /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