Re: [Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-02-19 Thread Emil Velikov
On Mon, 18 Feb 2019 at 19:06, Kyle Russell wrote: > > Thanks for this. Sorry I'm just now seeing it. I'll try this out on the > armada+etnaviv configuration. > Considering the driver name (as returned by drmGetVersion()::name) is "armada", all you need is: -

Re: [Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-02-18 Thread Kyle Russell
Thanks for this. Sorry I'm just now seeing it. I'll try this out on the armada+etnaviv configuration. On Thu, Jan 24, 2019 at 5:35 PM Rob Herring wrote: > This series aims to make supporting new platforms containing > renderonly GPUs easier with less copy-n-paste. This hasn't been a big >

Re: [Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-01-26 Thread Qiang Yu
Sorry, I missed this part of change and thought there's only kmsro_dri.so. Then there's no concern on my side. Thanks, Qiang Rob Herring 于 2019年1月27日周日 上午3:43写道: > On Fri, Jan 25, 2019 at 9:00 PM Qiang Yu wrote: > > > > Thanks Rob, I'm OK with this kmsro approach. > > > > But I have to point

Re: [Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-01-26 Thread Rob Herring
On Fri, Jan 25, 2019 at 9:00 PM Qiang Yu wrote: > > Thanks Rob, I'm OK with this kmsro approach. > > But I have to point out that this will break XServer AIGLX: > 1. modesetting DDX will report the display drm driver name like meson > as DRI2 driver name > 2. libglx.so used by xserver will look

Re: [Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-01-25 Thread Qiang Yu
Thanks Rob, I'm OK with this kmsro approach. But I have to point out that this will break XServer AIGLX: 1. modesetting DDX will report the display drm driver name like meson as DRI2 driver name 2. libglx.so used by xserver will look after meson_dri.so for dlopen 3. then dlsym

[Mesa-dev] [PATCH 0/4] Common KMS renderonly support

2019-01-24 Thread Rob Herring
This series aims to make supporting new platforms containing renderonly GPUs easier with less copy-n-paste. This hasn't been a big issue so far as the current renderonly drivers (vc4 and etnaviv) only exists on a few platforms. This is changing with i.MX+freedreno, armada+etnaviv and a slew of