mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 21:14:36 +00:00
xfree86: platform_noop: add missing functions
In order to be able to build on Linux w/ platform_noop (when no recent enough libdrm found), a few more dummy functions are needed here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1848>
This commit is contained in:
committed by
Marge Bot
parent
fe9c911e22
commit
e2ac461629
@@ -3,6 +3,8 @@
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#include "config/hotplug_priv.h"
|
||||
|
||||
#ifdef XSERVER_PLATFORM_BUS
|
||||
/* noop platform device support */
|
||||
#include "xf86_OSproc.h"
|
||||
@@ -19,6 +21,18 @@ xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *bu
|
||||
|
||||
void xf86PlatformDeviceProbe(struct OdevAttributes *attribs)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs)
|
||||
{
|
||||
}
|
||||
|
||||
void DeleteGPUDeviceRequest(struct OdevAttributes *attribs)
|
||||
{
|
||||
}
|
||||
|
||||
void NewGPUDeviceRequest(struct OdevAttributes *attribs)
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user