From: Daniel Vetter <daniel@ffwll.ch>
To: Ben Widawsky <ben@bwidawsk.net>
Cc: Intel GFX <intel-gfx@lists.freedesktop.org>,
DRI Development <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH 6/6] drm/i915: Add support for CCS modifiers
Date: Mon, 31 Jul 2017 10:29:55 +0200 [thread overview]
Message-ID: <20170731082955.GB22299@dvetter-linux.ger.corp.intel.com> (raw)
In-Reply-To: <20170729162550.GA6800@mail.bwidawsk.net>
On Sat, Jul 29, 2017 at 09:25:50AM -0700, Ben Widawsky wrote:
> On 17-07-29 13:53:10, Daniel Stone wrote:
> > Hi Ben,
> >
> > On 26 July 2017 at 19:08, Ben Widawsky <ben@bwidawsk.net> wrote:
> > > + } else if (INTEL_GEN(dev_priv) >= 9) {
> > > intel_primary_formats = skl_primary_formats;
> > > num_formats = ARRAY_SIZE(skl_primary_formats);
> > > - modifiers = skl_format_modifiers;
> > > + if (pipe >= PIPE_C)
> > > + modifiers = skl_format_modifiers_ccs;
> > > + else
> > > + modifiers = skl_format_modifiers_noccs;
> >
> > Shouldn't that be (pipe < PIPE_C)?
> >
> > Cheers,
> > Daniel
>
> Yep. It was wrong in v7 too :/. I have it fixed locally.
Shouldn't the igt catch this, or does it not try to exercise all the
plane/crtc combos there are?
-Daniel
--
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
next prev parent reply other threads:[~2017-07-31 8:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 18:07 [PATCH 1/6] drm/i915: Implement .get_format_info() hook for CCS Ben Widawsky
2017-07-26 18:07 ` [PATCH 2/6] drm/i915: Add render decompression support Ben Widawsky
2017-07-31 16:14 ` Daniel Stone
2017-07-26 18:07 ` [PATCH 3/6] drm: Plumb modifiers through plane init Ben Widawsky
2017-07-26 18:08 ` [PATCH 4/6] drm: Create a format/modifier blob Ben Widawsky
2017-07-26 18:08 ` [PATCH 5/6] drm/i915: Add format modifiers for Intel Ben Widawsky
2017-07-31 16:08 ` Daniel Stone
2017-07-26 18:08 ` [PATCH 6/6] drm/i915: Add support for CCS modifiers Ben Widawsky
2017-07-29 12:53 ` Daniel Stone
2017-07-29 16:25 ` Ben Widawsky
2017-07-31 8:29 ` Daniel Vetter [this message]
2017-08-01 16:14 ` [Intel-gfx] " Ben Widawsky
2017-08-02 10:14 ` Daniel Vetter
2017-08-02 15:43 ` Ben Widawsky
2017-08-03 8:08 ` [Intel-gfx] " Daniel Vetter
2017-08-03 17:20 ` Ben Widawsky
2017-07-29 12:55 ` Daniel Stone
2017-07-31 16:12 ` [PATCH 1/6] drm/i915: Implement .get_format_info() hook for CCS Daniel Stone
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=20170731082955.GB22299@dvetter-linux.ger.corp.intel.com \
--to=daniel@ffwll.ch \
--cc=ben@bwidawsk.net \
--cc=dri-devel@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