Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-08-02 Thread Marek Olšák
On my machine, the global drirc resides in /usr/etc/. I guess it's in a different place for each person. :) Marek On Tue, Jul 31, 2018 at 2:08 PM, Adam Jackson wrote: > On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote: >> Seems the mesa driconf infrastructure is just what I need: >> https://dr

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-08-01 Thread Emil Velikov
On 31 July 2018 at 14:35, Michel Dänzer wrote: > On 2018-07-31 10:03 AM, Yu, Qiang wrote: >> >> Seems the mesa driconf infrastructure is just what I need: >> https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/ >> >> So I can reference the loader_get_dri_config_device_id implementation >>

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-31 Thread Yu, Qiang
54 AM To: Yu, Qiang; mesa-dev@lists.freedesktop.org Cc: Emil Velikov Subject: Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote: > Seems the mesa driconf infrastructure is just what I need: > https://dri.f

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-31 Thread Yu, Qiang
: mesa-dev@lists.freedesktop.org; Emil Velikov Subject: Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver On 2018-07-31 10:03 AM, Yu, Qiang wrote: > > Seems the mesa driconf infrastructure is just what I need: > https://dri.freedesktop.org/wiki/Configur

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-31 Thread Adam Jackson
On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote: > Seems the mesa driconf infrastructure is just what I need: > https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/ > > So I can reference the loader_get_dri_config_device_id implementation > for adding loader driver override functionali

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-31 Thread Michel Dänzer
On 2018-07-31 10:03 AM, Yu, Qiang wrote: > > Seems the mesa driconf infrastructure is just what I need: > https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/ > > So I can reference the loader_get_dri_config_device_id implementation > for adding loader driver override functionality in /e

Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-31 Thread Yu, Qiang
From: mesa-dev on behalf of Yu, Qiang Sent: Tuesday, July 31, 2018 9:51:09 AM To: mesa-dev@lists.freedesktop.org Cc: Emil Velikov Subject: [Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver Hi guys, As previously talked in

[Mesa-dev] [RFC] add a config file for dri loader to choose a different dri driver

2018-07-30 Thread Yu, Qiang
Hi guys, As previously talked in: https://lists.freedesktop.org/archives/mesa-dev/2017-April/152055.html amdgpu-pro driver has interest to adopt the DRI interface to be compatable with the mesa libgbm. But using MESA_LOADER_DRIVER_OVERRIDE is not a good way to config OS GFX stack globally, so I'd