Re: Access the intel graphic card via libdrm

2018-10-11 Thread Daniel Vetter
On Tue, Oct 9, 2018 at 10:50 AM Horst Balthasar wrote: > > Hallo Herr Vetter, > > > thank you very much for our answer? > > We also don't want to develop a new driver for the graphic card. > > What we want is to access the graphic card via the existing interfaces in > > order to execute various im

Re: Access the intel graphic card via libdrm

2018-10-03 Thread Daniel Vetter
On Tue, Oct 02, 2018 at 12:27:02PM +0200, Horst Balthasar wrote: > Hallo, > > as a software developer at the company "imed medical" in Neu-Ulm" I am > working with the intel graphics driver > > under Debian. > > The aim is to output continuous 2D images with the "libdrm" graphic library > on the

Access the intel graphic card via libdrm

2018-10-03 Thread Horst Balthasar
Hallo, as a software developer at the company "imed medical" in Neu-Ulm" I am working with the intel graphics driver under Debian. The aim is to output continuous 2D images with the "libdrm" graphic library on the screen. We use the Intel i915 driver. Since I'm not so familiar with the Int