Re: [PATCH] drm/i915/oa: Reconfigure contexts on the fly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/07/2019 15:42, Lionel Landwerlin wrote:

+
+static int
+gen8_store_flex(struct i915_request *rq,
+        struct intel_context *ce,
+        const struct flex *flex, unsigned int count)
+{
+    u32 offset;
+    u32 *cs;
+
+    cs = intel_ring_begin(rq, 4 * count);
+    if (IS_ERR(cs))
+        return PTR_ERR(cs);


Is the right of the kernel context large enough to hold the MI_SDIs for all the contexts?



s/right/ring/


_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux