intel/ds: use the right i915_drm.h include location

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Acked-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13996>
This commit is contained in:
Lionel Landwerlin 2021-11-28 21:33:04 +02:00 committed by Marge Bot
parent e35a65ae45
commit 61766f9f90
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <sys/ioctl.h>
#include <unistd.h>
#include <i915_drm.h>
#include "drm-uapi/i915_drm.h"
#include "common/intel_gem.h"
#include "dev/intel_device_info.h"

View File

@ -7,12 +7,13 @@
#include "intel_pps_perf.h"
#include <i915_drm.h>
#include <math.h>
#include <sys/ioctl.h>
#include <util/ralloc.h>
#include <utility>
#include "drm-uapi/i915_drm.h"
#include <pps/pps.h>
#include <pps/pps_device.h>