···2020#include <linux/scatterlist.h>2121#include <linux/dma-mapping.h>22222323-#include "cdma.h"2424-#include "channel.h"2525-#include "dev.h"2626-#include "debug.h"2323+#include "../cdma.h"2424+#include "../channel.h"2525+#include "../dev.h"2626+#include "../debug.h"27272828/*2929 * Put the restart at the end of pushbuffer memor
···2222#include <linux/io.h>2323#include <asm/mach/irq.h>24242525-#include "intr.h"2626-#include "dev.h"2525+#include "../intr.h"2626+#include "../dev.h"27272828/*2929 * Sync point threshold interrupt service function
+2-2
drivers/gpu/host1x/hw/syncpt_hw.c
···18181919#include <linux/io.h>20202121-#include "dev.h"2222-#include "syncpt.h"2121+#include "../dev.h"2222+#include "../syncpt.h"23232424/*2525 * Write the current syncpoint value back to hw.