On Mon, 18 Feb 2019 at 19:06, Kyle Russell <bkyleruss...@gmail.com> 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:
 - src/gallium/targets/dri/meson.build [with_gallium_kmsro, 'armada_dri.so'],
 - src/gallium/drivers/etnaviv/Automake.inc:TARGET_DRIVERS += armada
 - src/gallium/targets/dri/target.c DEFINE_LOADER_DRM_ENTRYPOINT(armada)
 - 
src/gallium/auxiliary/target-helpers/drm_helper_public.h:pipe_armada_create_screen(int
fd, const struct pipe_screen_config *config);

HTH
Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to