intel/dev: use libdrm.h wrapper to support builds without libdrm

Fixes part of: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10159

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26236>
This commit is contained in:
Eric Engestrom
2023-11-16 20:14:39 +00:00
committed by Marge Bot
parent 4eb4197d27
commit ce7cda417f
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <xf86drm.h>
#include "util/libdrm.h"
#include "intel_device_info.h"
#include "intel_hwconfig.h"

View File

@@ -28,7 +28,7 @@
#include <string.h>
#include <unistd.h>
#include <xf86drm.h>
#include "util/libdrm.h"
#include "intel_device_info.h"
#include "intel_wa.h"

View File

@@ -30,7 +30,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <xf86drm.h>
#include "util/libdrm.h"
#include "intel_device_info.h"
#include "intel_device_info_test.h"

View File

@@ -22,7 +22,7 @@
*/
#include <string.h>
#include <xf86drm.h>
#include "util/libdrm.h"
#include "intel_kmd.h"