From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Ben Widawsky <ben@bwidawsk.net>,
intel-vaapi-media@lists.01.org,
"intel-gfx@lists.freedesktop.org"
<Intel-gfx@lists.freedesktop.org>,
ML mesa-dev <mesa-dev@lists.freedesktop.org>,
Daniel Vetter <daniel.vetter@intel.com>
Subject: Re: [RFC v3] drm/i915: Select engines via class and instance in execbuffer2
Date: Thu, 18 May 2017 15:55:27 +0100 [thread overview]
Message-ID: <ff61310a-6802-739f-7abc-b68395038ee8@linux.intel.com> (raw)
In-Reply-To: <CACvgo52-sV=zc737nBU_1HQLf8s0i6-7cxmU-74ZzpUO55Ncgw@mail.gmail.com>
On 18/05/2017 15:10, Emil Velikov wrote:
> Hi Tvrtko,
>
> On 18 May 2017 at 14:06, Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> wrote:
>
>> struct drm_i915_engine_info {
>> /** Engine instance number. */
>> __u32 instance;
>> __u32 rsvd;
>>
>> /** Engine specific features and info. */
>> #define DRM_I915_ENGINE_HAS_HEVC BIT(0)
>> __u8 features;
>> __u8 rsvd;
>>
>> __32 info;
>> };
>>
> To spare yourself from writing a compat ioctl, you want to have the
> members at the same offset on both 32 and 64bit builds.
> At the same times the whole struct size should be multiple of 64bit.
>
> This and a few others are covered in Daniel Vetter's "Botching up ioctls" [1]
Yes, thanks, I failed to add up to 64. :)
Regards,
Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-05-18 14:55 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-18 16:56 [RFC 0/2] New engine discovery and execbuffer2 engine selection uAPI Tvrtko Ursulin
2017-04-18 16:56 ` [RFC 1/2] drm/i915: Engine discovery uAPI Tvrtko Ursulin
2017-04-18 20:13 ` Chris Wilson
2017-04-24 8:07 ` Tvrtko Ursulin
2017-04-19 5:22 ` Kenneth Graunke
2017-04-24 8:26 ` [Mesa-dev] " Tvrtko Ursulin
2017-04-19 8:32 ` Gong, Zhipeng
2017-04-27 9:10 ` [RFC v2 " Tvrtko Ursulin
2017-05-18 14:57 ` [RFC v3 " Tvrtko Ursulin
2017-06-26 15:47 ` [RFC v4 " Tvrtko Ursulin
2017-06-28 11:27 ` Chris Wilson
2017-06-28 13:15 ` Tvrtko Ursulin
2017-06-28 13:19 ` Tvrtko Ursulin
2017-06-28 13:21 ` Chris Wilson
2017-06-28 11:33 ` Chris Wilson
2017-06-28 15:30 ` [RFC v5 " Tvrtko Ursulin
2017-04-18 16:56 ` [RFC 2/2] drm/i915: Select engines via class and instance in execbuffer2 Tvrtko Ursulin
2017-04-18 21:10 ` Chris Wilson
2017-04-24 8:36 ` Tvrtko Ursulin
2017-04-27 9:10 ` [RFC v2 " Tvrtko Ursulin
2017-04-27 9:25 ` Chris Wilson
2017-04-27 10:09 ` Tvrtko Ursulin
2017-04-27 10:26 ` Chris Wilson
2017-05-17 15:40 ` [RFC v3] " Tvrtko Ursulin
2017-05-17 16:44 ` Chris Wilson
2017-05-18 13:30 ` Tvrtko Ursulin
2017-05-18 13:50 ` [Intel-gfx] " Chris Wilson
2017-05-18 10:55 ` Joonas Lahtinen
2017-05-18 11:10 ` Chris Wilson
2017-05-18 12:13 ` Tvrtko Ursulin
2017-05-18 12:24 ` Chris Wilson
2017-05-18 13:06 ` Tvrtko Ursulin
2017-05-18 13:37 ` Chris Wilson
2017-05-18 16:20 ` Tvrtko Ursulin
2017-05-18 17:00 ` [Intel-gfx] " Chris Wilson
2017-05-24 11:28 ` Tvrtko Ursulin
2017-05-25 14:14 ` [Intel-gfx] " Chris Wilson
2017-06-15 8:08 ` Tvrtko Ursulin
2017-05-18 14:10 ` [Intel-gfx] " Emil Velikov
2017-05-18 14:55 ` Tvrtko Ursulin [this message]
2017-05-18 14:58 ` [RFC v4 2/2] " Tvrtko Ursulin
2017-05-18 15:13 ` Chris Wilson
2017-06-26 15:48 ` [RFC v6 " Tvrtko Ursulin
2017-04-18 17:12 ` ✗ Fi.CI.BAT: failure for New engine discovery and execbuffer2 engine selection uAPI Patchwork
2017-04-27 10:16 ` ✓ Fi.CI.BAT: success for New engine discovery and execbuffer2 engine selection uAPI (rev3) Patchwork
2017-05-18 17:11 ` ✓ Fi.CI.BAT: success for New engine discovery and execbuffer2 engine selection uAPI (rev6) Patchwork
2017-06-26 16:04 ` ✓ Fi.CI.BAT: success for New engine discovery and execbuffer2 engine selection uAPI (rev8) Patchwork
2017-06-28 15:47 ` ✗ Fi.CI.BAT: failure for New engine discovery and execbuffer2 engine selection uAPI (rev9) 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=ff61310a-6802-739f-7abc-b68395038ee8@linux.intel.com \
--to=tvrtko.ursulin@linux.intel.com \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=ben@bwidawsk.net \
--cc=daniel.vetter@intel.com \
--cc=emil.l.velikov@gmail.com \
--cc=intel-vaapi-media@lists.01.org \
--cc=mesa-dev@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.