You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
487 B
14 lines
487 B
#include <libdrm/drm.h>
|
|
#include <libdrm/i915_drm.h>
|
|
|
|
const __u64 _DRM_IOCTL_VERSION = DRM_IOCTL_VERSION;
|
|
#undef DRM_IOCTL_VERSION
|
|
const __u64 DRM_IOCTL_VERSION = _DRM_IOCTL_VERSION;
|
|
|
|
const __u64 _DRM_IOCTL_I915_QUERY = DRM_IOCTL_I915_QUERY;
|
|
#undef DRM_IOCTL_I915_QUERY
|
|
const __u64 DRM_IOCTL_I915_QUERY = _DRM_IOCTL_I915_QUERY;
|
|
|
|
const __u64 _DRM_IOCTL_I915_GETPARAM = DRM_IOCTL_I915_GETPARAM;
|
|
#undef DRM_IOCTL_I915_GETPARAM
|
|
const __u64 DRM_IOCTL_I915_GETPARAM = _DRM_IOCTL_I915_GETPARAM; |