GBM as standalone buffer allocator

2023-10-23 Thread Srinivas Pullakavi (QUIC)
Hi, We are planning to enhance GBM as a standalone buffer allocator, which can be used for all multi-media clients. Ex: video, camera, display etc; GBM create device expects a file descriptor to be passed, which points to drm node. This brings in a dependency on display for buffer allocation. O

Re: GBM as standalone buffer allocator

2023-10-23 Thread Adam Jackson
On Mon, Oct 23, 2023 at 6:39 AM Srinivas Pullakavi (QUIC) < quic_spull...@quicinc.com> wrote: > Hi, > > > > We are planning to enhance GBM as a standalone buffer allocator, which can > be used for all multi-media clients. Ex: video, camera, display etc; > > > > GBM create device expects a file des

Re: GBM as standalone buffer allocator

2023-10-23 Thread Rob Clark
On Mon, Oct 23, 2023 at 6:22 AM Srinivas Pullakavi (QUIC) wrote: > > Hi, > > > > We are planning to enhance GBM as a standalone buffer allocator, which can be > used for all multi-media clients. Ex: video, camera, display etc; > > > > GBM create device expects a file descriptor to be passed, whic

Re-use of Intel driver genxml files in other project

2023-10-23 Thread Thomas Erbesdobler
Hi everyone, I'm currently working on a very simple OpenCL runtime for Intel GPUs, which I would like to make available as open source project (and maybe also distribute it). To generate the ring-commands (the command stream which controls the GPU, i.e. loads kernels and data, spawns worker t