Re: [PATCH 3/3] drm/i915: Do not use reserved requests for virtual engines

2022-06-27 Thread Ramalingam C
On 2022-06-27 at 10:18:59 -0700, Matthew Brost wrote: > On Wed, Jun 15, 2022 at 12:13:48AM +0530, Ramalingam C wrote: > > Do not use reserved requests for virtual engines as this is only > > needed for kernel contexts. > > > > Signed-off-by: Ramalingam C > > Suggested-by: Matthew Brost > >

Re: [PATCH 3/3] drm/i915: Do not use reserved requests for virtual engines

2022-06-27 Thread Matthew Brost
On Wed, Jun 15, 2022 at 12:13:48AM +0530, Ramalingam C wrote: > Do not use reserved requests for virtual engines as this is only > needed for kernel contexts. > > Signed-off-by: Ramalingam C > Suggested-by: Matthew Brost With the patch squashed into the previous patch: Reviewed-by: Matthew

[PATCH 3/3] drm/i915: Do not use reserved requests for virtual engines

2022-06-14 Thread Ramalingam C
Do not use reserved requests for virtual engines as this is only needed for kernel contexts. Signed-off-by: Ramalingam C Suggested-by: Matthew Brost --- drivers/gpu/drm/i915/i915_request.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git