Re: [PATCH 1/2] accep/ivpu: PM: remove broken ivpu_dbg() statements

2023-01-31 Thread Jacek Lawrynowicz
Applied to drm-misc-next. Thanks. On 26.01.2023 17:37, Arnd Bergmann wrote: > From: Arnd Bergmann > > When CONFIG_PM is disabled, the driver fails to build: > > drivers/accel/ivpu/ivpu_pm.c: In function 'ivpu_rpm_get': > drivers/accel/ivpu/ivpu_pm.c:240:84: error: 'struct dev_pm_info' has no >

Re: [PATCH 1/2] accep/ivpu: PM: remove broken ivpu_dbg() statements

2023-01-27 Thread Stanislaw Gruszka
On Thu, Jan 26, 2023 at 05:37:54PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > When CONFIG_PM is disabled, the driver fails to build: > > drivers/accel/ivpu/ivpu_pm.c: In function 'ivpu_rpm_get': > drivers/accel/ivpu/ivpu_pm.c:240:84: error: 'struct dev_pm_info' has no > member named

Re: [PATCH 1/2] accep/ivpu: PM: remove broken ivpu_dbg() statements

2023-01-26 Thread Jeffrey Hugo
Subject has a typo: "accep" should be "accel" On 1/26/2023 9:37 AM, Arnd Bergmann wrote: From: Arnd Bergmann When CONFIG_PM is disabled, the driver fails to build: drivers/accel/ivpu/ivpu_pm.c: In function 'ivpu_rpm_get': drivers/accel/ivpu/ivpu_pm.c:240:84: error: 'struct dev_pm_info' has no

[PATCH 1/2] accep/ivpu: PM: remove broken ivpu_dbg() statements

2023-01-26 Thread Arnd Bergmann
From: Arnd Bergmann When CONFIG_PM is disabled, the driver fails to build: drivers/accel/ivpu/ivpu_pm.c: In function 'ivpu_rpm_get': drivers/accel/ivpu/ivpu_pm.c:240:84: error: 'struct dev_pm_info' has no member named 'usage_count' 240 | ivpu_dbg(vdev, RPM, "rpm_get count %d\n", atom