Re: [PATCH v2] drm/lsdc: Request PCI BAR

2024-11-25 Thread Sui Jingfeng
Hi, Thanks. Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/1] drm/lsdc: Request PCI BAR https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/ca053ee3c6a7a877754e6f444ce5f520e3c0a856 On 2024/11/25 22:02, Philipp Stanner wrote: lsdc currently just io

[PATCH v2] drm/lsdc: Request PCI BAR

2024-11-25 Thread Philipp Stanner
lsdc currently just ioremaps its PCI BAR with pcim_iomap(). Performing a region regquest additionally can make the driver more robust. Replace pcim_iomap() with the managed function pcim_iomap_region() which performs the request and ioremaps the BAR. Signed-off-by: Philipp Stanner Reviewed-by: S