From: Chris Wilson <chris@chris-wilson.co.uk>
To: Keith Packard <keithp@keithp.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/gem: Add new flink_to ioctl
Date: Thu, 08 Jul 2010 17:37:20 +0100 [thread overview]
Message-ID: <89kc63$hd3ebf@fmsmga002.fm.intel.com> (raw)
In-Reply-To: <AANLkTikcghTA8quqRUJd7mmEUZbN_z7ytruOei8-R0SQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]
On Thu, 8 Jul 2010 12:14:28 -0400, Kristian Høgsberg <krh@bitplanet.net> wrote:
> On Thu, Jul 8, 2010 at 11:59 AM, Keith Packard <keithp@keithp.com> wrote:
> > On Thu,  8 Jul 2010 11:23:25 -0400, Kristian Høgsberg <krh@bitplanet.net> wrote:
> >
> >> Â - a mechanism to attach a binary blob to an flink_to buffer name.
> >> Â Â open_with_data returns the data. Â Userspace (typically libdrm)
> >> Â Â decides the layout and versioning of the blob and the contents
> >> Â Â will be chipset specific. Â it's an opaque blob to the kernel,
> >> Â Â which doesn't need to know about stride and formats etc.
> >
> > Arbitrary binary blobs considered harmful? Even if the kernel doesn't
> > need to know all of this data, having it in an explicit (versioned)
> > format will protect applications from randomly mis-interpreting the data.
>
> I talked with ickle about that and whether or not to include a
> version+format u32 for the data in the ioctl args. He convinced me
> that the kernel didn't need to know about the layout of the blob and
> that requiring by convention that the first u32 of the blob is the
> version+format u32 would suffice. I can go either way on this, but I
> guess I have a small preference for making it part of the ioctl args
> as you suggest.
I am not going to argue with someone who has been tackling the issue of
protocol extensions for 25 years... ;-)
My argument was based around that the current system is designed as a
directory of opaque objects and so the extended attributes should be
kept opaque to the kernel as well and left open to interpretation by
userland. What I am most unclear about is under which circumstances is
this backchannel communication preferable to passing the extra information
over the IPC that needs to be performed anyway in order to open a surface.
-ickle
--
Chris Wilson, Intel Open Source Technology Centre
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2010-07-08 16:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 15:23 [PATCH] drm/gem: Add new flink_to ioctl Kristian Høgsberg
2010-07-08 15:59 ` Keith Packard
2010-07-08 16:14 ` Kristian Høgsberg
2010-07-08 16:37 ` Chris Wilson [this message]
2010-07-08 16:49 ` Jesse Barnes
2010-07-08 17:21 ` Alan Cox
2010-07-08 18:15 ` Keith Packard
2010-07-08 18:48 ` Kristian Høgsberg
2010-07-08 22:15 ` Kristian Høgsberg
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='89kc63$hd3ebf@fmsmga002.fm.intel.com' \
--to=chris@chris-wilson.co.uk \
--cc=dri-devel@lists.freedesktop.org \
--cc=keithp@keithp.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.