On Wed, Jan 18, 2023 at 1:35 PM Rodrigo Vivi wrote:
>
> On Wed, Jan 18, 2023 at 06:06:24PM +0100, Nirmoy Das wrote:
> > Removed unused i915 var.
> >
> > Fixes: a273e95721e9 ("drm/i915: Allow switching away via vga-switcheroo if
> > uninitialized")
> > Signed-off-by: Nirmoy Das
>
> Reviewed-by: R
On Sat, Jul 28, 2012 at 06:46:35PM +0545, Devendra Naga wrote:
> the following warning was produced,
>
> drivers/gpu/drm/i915/i915_gem_context.c: In function ?i915_switch_context?:
> drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable ?ret?
> [-Wunused-variable]
>
> fix up by
On Sat, Jul 28, 2012 at 06:46:35PM +0545, Devendra Naga wrote:
> the following warning was produced,
>
> drivers/gpu/drm/i915/i915_gem_context.c: In function ‘i915_switch_context’:
> drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable ‘ret’
> [-Wunused-variable]
>
> fix up by
the following warning was produced,
drivers/gpu/drm/i915/i915_gem_context.c: In function ‘i915_switch_context’:
drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable ‘ret’
[-Wunused-variable]
fix up by removing it
Signed-off-by: Devendra Naga
---
This warning occurs in curre
the following warning was produced,
drivers/gpu/drm/i915/i915_gem_context.c: In function ?i915_switch_context?:
drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable ?ret?
[-Wunused-variable]
fix up by removing it
Signed-off-by: Devendra Naga
---
This warning occurs in curre