Re: DRI3/prime kernel implementation for OpenBSD

2018-06-22 Thread Mark Kettenis
And here is a version that supports radeon(4) as well. Still looking for oks... Index: dev/pci/drm/drmP.h === RCS file: /cvs/src/sys/dev/pci/drm/drmP.h,v retrieving revision 1.217 diff -u -p -r1.217 drmP.h --- dev/pci/drm/drmP.h 19

Re: DRI3/prime kernel implementation for OpenBSD

2018-06-21 Thread Matthieu Herrb
On Wed, Jun 20, 2018 at 08:55:39PM +0200, Mark Kettenis wrote: > This diff adds DRI3/prime support to the OpenBSD kernel. The whole > idea behind this is to allow graphics buffers to be exchanged between > processes (typically X client and X server) by passing file > descriptors. The curremt (DRI

Re: DRI3/prime kernel implementation for OpenBSD

2018-06-21 Thread Mark Kettenis
> Date: Thu, 21 Jun 2018 11:28:26 +1000 > From: Jonathan Gray > > On Wed, Jun 20, 2018 at 08:55:39PM +0200, Mark Kettenis wrote: > > This diff adds DRI3/prime support to the OpenBSD kernel. The whole > > idea behind this is to allow graphics buffers to be exchanged between > > processes (typical

Re: DRI3/prime kernel implementation for OpenBSD

2018-06-20 Thread Jonathan Gray
On Wed, Jun 20, 2018 at 08:55:39PM +0200, Mark Kettenis wrote: > This diff adds DRI3/prime support to the OpenBSD kernel. The whole > idea behind this is to allow graphics buffers to be exchanged between > processes (typically X client and X server) by passing file > descriptors. The curremt (DRI

DRI3/prime kernel implementation for OpenBSD

2018-06-20 Thread Mark Kettenis
This diff adds DRI3/prime support to the OpenBSD kernel. The whole idea behind this is to allow graphics buffers to be exchanged between processes (typically X client and X server) by passing file descriptors. The curremt (DRI2) method of exchanging graphics buffers uses guessable 32-bit integers