aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Strudel <thierry.strudel@intel.com>2014-07-20 00:53:22 -0700
committerPatrick Tjin <pattjin@google.com>2014-08-14 20:22:32 -0700
commit77bfea2e6a3dc1e30a17780b48b7b231eef77255 (patch)
treee0178721b460b218cff0972f7d749e426c012116
parent975ec0f71d4986aa9b49a4147b2c4201faffdb31 (diff)
downloadlibwsbm-77bfea2e6a3dc1e30a17780b48b7b231eef77255.tar.gz
Bug: 16900503 BZ: 209178 Change-Id: Ic17f6149335179a6d5bcbee09f8514018c11f63c Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/220104 Reviewed-by: Hazarika, Prodyut <prodyut.hazarika@intel.com> Reviewed-by: Fert, Laurent <laurent.fert@intel.com> Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
-rw-r--r--src/wsbm_fencemgr.c2
-rw-r--r--src/wsbm_slabpool.c2
-rw-r--r--src/wsbm_ttmpool.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/wsbm_fencemgr.c b/src/wsbm_fencemgr.c
index b7b3c39..f7ff4f9 100644
--- a/src/wsbm_fencemgr.c
+++ b/src/wsbm_fencemgr.c
@@ -38,7 +38,7 @@
#include "wsbm_pool.h"
#include "wsbm_manager.h"
#include <xf86drm.h>
-#include <psb_ttm_fence_user.h>
+#include <drm/psb_ttm_fence_user.h>
#include <string.h>
#include <unistd.h>
diff --git a/src/wsbm_slabpool.c b/src/wsbm_slabpool.c
index 658c9ed..ec6638b 100644
--- a/src/wsbm_slabpool.c
+++ b/src/wsbm_slabpool.c
@@ -34,7 +34,7 @@
#include "config.h"
#endif
-#include <psb_ttm_placement_user.h>
+#include <drm/psb_ttm_placement_user.h>
#include <stdint.h>
#include <sys/time.h>
#include <errno.h>
diff --git a/src/wsbm_ttmpool.c b/src/wsbm_ttmpool.c
index b40cc00..0ea32bd 100644
--- a/src/wsbm_ttmpool.c
+++ b/src/wsbm_ttmpool.c
@@ -38,11 +38,11 @@
#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
+#include <drm/psb_ttm_placement_user.h>
#include "wsbm_pool.h"
#include "assert.h"
#include "wsbm_priv.h"
#include "wsbm_manager.h"
-#include "psb_ttm_placement_user.h"
#define DRMRESTARTCOMMANDWRITE(_fd, _val, _arg, _ret) \
do { \