All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType
@ 2015-02-02 10:05 Jammy Zhou
  2015-02-10  9:37 ` Zhou, Jammy
  0 siblings, 1 reply; 3+ messages in thread
From: Jammy Zhou @ 2015-02-02 10:05 UTC (permalink / raw)
  To: dri-devel

For DRM render nodes, they are opened with the 'open' system call directly by
components such as mesa, etc now, and the minor number should be specified with the
new drmOpenRender function.

The following two patches add two new functions to open DRM device with the specified
node type, and the minor number is transparent to the callers.

Jammy Zhou (2):
  Add new drmOpenWithType function (v3)
  Add new drmOpenOnceWithType function (v2)

 xf86drm.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 xf86drm.h | 10 ++++++++-
 2 files changed, 67 insertions(+), 18 deletions(-)

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType
  2015-02-02 10:05 [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType Jammy Zhou
@ 2015-02-10  9:37 ` Zhou, Jammy
  2015-02-10 16:32   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Zhou, Jammy @ 2015-02-10  9:37 UTC (permalink / raw)
  To: dri-devel; +Cc: Deucher, Alexander

Ping... Any comments on these patches?

Regards,
Jammy

-----Original Message-----
From: Jammy Zhou [mailto:Jammy.Zhou@amd.com] 
Sent: Monday, February 02, 2015 6:05 PM
To: dri-devel@lists.freedesktop.org
Cc: Zhou, Jammy
Subject: [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType

For DRM render nodes, they are opened with the 'open' system call directly by components such as mesa, etc now, and the minor number should be specified with the new drmOpenRender function.

The following two patches add two new functions to open DRM device with the specified node type, and the minor number is transparent to the callers.

Jammy Zhou (2):
  Add new drmOpenWithType function (v3)
  Add new drmOpenOnceWithType function (v2)

 xf86drm.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 xf86drm.h | 10 ++++++++-
 2 files changed, 67 insertions(+), 18 deletions(-)

--
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType
  2015-02-10  9:37 ` Zhou, Jammy
@ 2015-02-10 16:32   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2015-02-10 16:32 UTC (permalink / raw)
  To: Zhou, Jammy; +Cc: Deucher, Alexander, dri-devel

On Tue, Feb 10, 2015 at 4:37 AM, Zhou, Jammy <Jammy.Zhou@amd.com> wrote:
> Ping... Any comments on these patches?

They look good to me.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

>
> Regards,
> Jammy
>
> -----Original Message-----
> From: Jammy Zhou [mailto:Jammy.Zhou@amd.com]
> Sent: Monday, February 02, 2015 6:05 PM
> To: dri-devel@lists.freedesktop.org
> Cc: Zhou, Jammy
> Subject: [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType
>
> For DRM render nodes, they are opened with the 'open' system call directly by components such as mesa, etc now, and the minor number should be specified with the new drmOpenRender function.
>
> The following two patches add two new functions to open DRM device with the specified node type, and the minor number is transparent to the callers.
>
> Jammy Zhou (2):
>   Add new drmOpenWithType function (v3)
>   Add new drmOpenOnceWithType function (v2)
>
>  xf86drm.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
>  xf86drm.h | 10 ++++++++-
>  2 files changed, 67 insertions(+), 18 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-10 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 10:05 [RFC PATCH 0/2] Add drmOpenWithType and drmOpenOnceWithType Jammy Zhou
2015-02-10  9:37 ` Zhou, Jammy
2015-02-10 16:32   ` Alex Deucher

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.