mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
check if DRM_RENDER_MINOR_NAME is not defined
This commit is contained in:
parent
8afe7956cb
commit
12e8256505
@ -23,6 +23,12 @@ extern int errno;
|
|||||||
|
|
||||||
// Prefix for device files eg. /dev/dri/renderD
|
// Prefix for device files eg. /dev/dri/renderD
|
||||||
#define _AMDGPU_NAME "amdgpu"
|
#define _AMDGPU_NAME "amdgpu"
|
||||||
|
|
||||||
|
// For some reason some distros (Ubuntu only?) don't define this in xf86drm.h
|
||||||
|
#ifndef DRM_RENDER_MINOR_NAME
|
||||||
|
#define DRM_RENDER_MINOR_NAME "renderD"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define DEVICE_FILE_PREFIX DRM_DIR_NAME "/" DRM_RENDER_MINOR_NAME
|
#define DEVICE_FILE_PREFIX DRM_DIR_NAME "/" DRM_RENDER_MINOR_NAME
|
||||||
#define RENDERD_OFFSET 128
|
#define RENDERD_OFFSET 128
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user