amd: include amdgpu_drm.h from mesa instead of system for ac_fake_hw_db.h

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29010>
This commit is contained in:
Yogesh Mohan Marimuthu
2024-11-28 20:53:36 +05:30
committed by Marge Bot
parent 367856bc72
commit 3981b017eb
+1 -1
View File
@@ -18,7 +18,7 @@
#define AMDGPU_FAMILY_RV 142
#define AMDGPU_FAMILY_NV 143
#else
#include "amdgpu_drm.h"
#include "drm-uapi/amdgpu_drm.h"
#endif
typedef void (*gpu_init_func)(struct radeon_info *info);