diff options
author | Philipp Stanner <pstanner@redhat.com> | 2024-10-21 11:11:16 +0200 |
---|---|---|
committer | Sui Jingfeng <sui.jingfeng@linux.dev> | 2024-11-25 10:28:40 +0800 |
commit | ca053ee3c6a7a877754e6f444ce5f520e3c0a856 (patch) | |
tree | ef09aefbc81ffd2f872605ee04b4a9b8c1334b3c /drivers/power/reset | |
parent | 850d71f6bf4c2010efae845f9ff841cce902f22c (diff) |
drm/lsdc: Request PCI BARHEADdrm-misc-next
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 <pstanner@redhat.com>
Reviewed-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Link: https://patchwork.freedesktop.org/patch/msgid/20241021091116.14368-1-pstanner@redhat.com
Diffstat (limited to 'drivers/power/reset')
0 files changed, 0 insertions, 0 deletions