From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Intel graphics driver community testing & development
<intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH v2] drm/i915: Introduce HAS_64BIT_RELOC
Date: Wed, 02 Nov 2016 17:00:21 +0200 [thread overview]
Message-ID: <1478098821.2993.9.camel@linux.intel.com> (raw)
In-Reply-To: <20161102132513.GA3086@nuc-i3427.alporthouse.com>
On ke, 2016-11-02 at 13:25 +0000, Chris Wilson wrote:
> On Wed, Nov 02, 2016 at 02:55:36PM +0200, Joonas Lahtinen wrote:
> >
> > Move has_64bit_reloc into dev_priv->info.
>
> ... so that it is shown in the feature list for debugging
Ok, I'll add more detail.
> > @@ -288,7 +288,8 @@ static const struct intel_device_info intel_haswell_info = {
> > #define BDW_FEATURES \
> > HSW_FEATURES, \
> > BDW_COLORS, \
> > - .has_logical_ring_contexts = 1
> > + .has_logical_ring_contexts = 1, \
> > + .has_64bit_reloc = 1
> >
> > static const struct intel_device_info intel_broadwell_info = {
> > BDW_FEATURES,
>
> Missed:
> intel_cherryview_info
> intel_broxton_info
Yea, I was kinda overly optimistic about us cascading the features.
Time to add GEN8_FEATURES...
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-11-02 15:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 12:32 [PATCH] drm/i915: Introduce HAS_64BIT_RELOC Joonas Lahtinen
2016-11-02 12:40 ` Chris Wilson
2016-11-02 12:55 ` [PATCH v2] " Joonas Lahtinen
2016-11-02 13:25 ` Chris Wilson
2016-11-02 15:00 ` Joonas Lahtinen [this message]
2016-11-03 8:39 ` [PATCH v3] " Joonas Lahtinen
2016-11-03 8:56 ` Chris Wilson
2016-11-02 13:19 ` ✓ Fi.CI.BAT: success for drm/i915: Introduce HAS_64BIT_RELOC (rev2) Patchwork
2016-11-03 9:16 ` ✓ Fi.CI.BAT: success for drm/i915: Introduce HAS_64BIT_RELOC (rev3) Patchwork
2016-11-03 10:58 ` Joonas Lahtinen
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=1478098821.2993.9.camel@linux.intel.com \
--to=joonas.lahtinen@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--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 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.