Commit Graph

3 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 27233c3fa1 xfree86: common: move private defs from xf86_OSproc.h to xf86OSpriv.h
public server module API headers shouldn't be clobbered with non-exported
definitions, so move them out to private header file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-02-29 16:20:31 +01:00
Enrico Weigelt, metux IT consult c2d1ff1c8b xfree86: common: move non-public defs out of xf86platformBus.h
public server module API headers shouldn't be clobbered with non-exported
definitions, so move them out to private header file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-02-29 16:20:31 +01:00
Austin Shafer 5468123822 Add DRM platform for BSD
This moves lnx_platform.c to the shared directory and adds it to
the BSD build. This is needed for PRIME render offload.

Acked-by: Olivier Fourdan <ofourdan@redhat.com>
2023-02-23 15:47:19 +00:00