Re: [PATCH] drm/i915: Rename functions in the docs to match code changes

2024-10-02 Thread Andi Shyti
Hi Harshit, On Mon, Sep 30, 2024 at 11:25:54PM -0700, Harshit Mogalapalli wrote: > make htmldocs is reporting: > > drivers/gpu/drm/i915/i915_irq.c:1: warning: > 'intel_runtime_pm_disable_interrupts' not found > drivers/gpu/drm/i915/i915_irq.c:1: warning: > 'intel_runtime_pm_enable_interrupts' n

Re: [PATCH] drm/i915: Rename functions in the docs to match code changes

2024-10-02 Thread Krzysztof Karas
On 2024-09-30 at 23:25:54 -0700, Harshit Mogalapalli wrote: > make htmldocs is reporting: > > drivers/gpu/drm/i915/i915_irq.c:1: warning: > 'intel_runtime_pm_disable_interrupts' not found > drivers/gpu/drm/i915/i915_irq.c:1: warning: > 'intel_runtime_pm_enable_interrupts' not found > Hi Harshit

[PATCH] drm/i915: Rename functions in the docs to match code changes

2024-09-30 Thread Harshit Mogalapalli
make htmldocs is reporting: drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_disable_interrupts' not found drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_enable_interrupts' not found intel_runtime_pm_disable_interrupts() is renamed to intel_irq_suspend(), make docume