Message ID | 20240304090812.3941084-1-boris.brezillon@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/panthor: Fix 3 issues reported by the kernel test bot | expand |
On Mon, 4 Mar 2024 10:08:09 +0100 Boris Brezillon <boris.brezillon@collabora.com> wrote: > Hello, > > Here are three trivial fixes for bugs reported by the intel kernel test > bot. > > Regards, > > Boris > > Boris Brezillon (3): > drm/panthor: Fix panthor_devfreq kerneldoc > drm/panthor: Explicitly include page.h for the {virt,__phys)_to_pfn() > defs > drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue Queued to drm-misc-next. > > drivers/gpu/drm/panthor/Kconfig | 1 + > drivers/gpu/drm/panthor/panthor_devfreq.c | 2 +- > drivers/gpu/drm/panthor/panthor_device.c | 4 ++-- > 3 files changed, 4 insertions(+), 3 deletions(-) >