[Mesa-dev] [PATCH 0/4] Common KMS renderonly support
Emil Velikov
emil.l.velikov at gmail.com
Tue Feb 19 17:14:30 UTC 2019
On Mon, 18 Feb 2019 at 19:06, Kyle Russell <bkylerussell at 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
More information about the mesa-dev
mailing list