-----Original Message----- From: Vivi, Rodrigo <[email protected]> Sent: Friday, October 11, 2024 2:41 PM To: [email protected] Cc: Vivi, Rodrigo <[email protected]>; Stephen Rothwell <[email protected]>; Cavitt, Jonathan <[email protected]>; Andi Shyti <[email protected]> Subject: [PATCH] drm/i915: Fix irq related documentation > > Also update the function names in the documentation. > > Reported-by: Stephen Rothwell <[email protected]> > Closes: > https://lore.kernel.org/intel-gfx/[email protected]/ > Fixes: 3de5774cb8c0 ("drm/i915/irq: Rename suspend/resume functions") > Cc: Jonathan Cavitt <[email protected]> > Cc: Andi Shyti <[email protected]> > Signed-off-by: Rodrigo Vivi <[email protected]>
Good catch! Reviewed-by: Jonathan Cavitt <[email protected]> -Jonathan Cavitt > --- > Documentation/gpu/i915.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > index ad59ae579237..7a469df675d8 100644 > --- a/Documentation/gpu/i915.rst > +++ b/Documentation/gpu/i915.rst > @@ -35,10 +35,10 @@ Interrupt Handling > :functions: intel_irq_init intel_irq_init_hw intel_hpd_init > > .. kernel-doc:: drivers/gpu/drm/i915/i915_irq.c > - :functions: intel_runtime_pm_disable_interrupts > + :functions: intel_irq_suspend > > .. kernel-doc:: drivers/gpu/drm/i915/i915_irq.c > - :functions: intel_runtime_pm_enable_interrupts > + :functions: intel_irq_resume > > Intel GVT-g Guest Support(vGPU) > ------------------------------- > -- > 2.46.2 > >
