msm: kgsl: Wrap IBs with SET_MARKER packets on A6XX

Currently, these packets will only be inserted if preemption
is enabled. However, these packets are needed regardless of
preemption. For example, these packets are used for SPTPRAC
power collapse feature. So always insert these packets in
the ringbuffer.

Change-Id: Idb854797736876b5875b21455a337c8bf1145d36
Signed-off-by: Harshdeep Dhatt <hdhatt@codeaurora.org>
diff --git a/drivers/gpu/msm/adreno.h b/drivers/gpu/msm/adreno.h
index 01b877f..3f48964 100644
--- a/drivers/gpu/msm/adreno.h
+++ b/drivers/gpu/msm/adreno.h
@@ -848,7 +848,7 @@
 				unsigned int *cmds,
 				struct kgsl_context *context);
 	int (*preemption_yield_enable)(unsigned int *);
-	unsigned int (*preemption_set_marker)(unsigned int *cmds, int start);
+	unsigned int (*set_marker)(unsigned int *cmds, int start);
 	unsigned int (*preemption_post_ibsubmit)(
 				struct adreno_device *adreno_dev,
 				unsigned int *cmds);