Re: [PATCH] drm/cirrus: Use non-hybrid PCI devres API

2025-05-09 Thread Philipp Stanner
On Thu, 2025-05-08 at 12:44 +0200, Javier Martinez Canillas wrote: > Philipp Stanner writes: > > Hello Philipp, > > > On Tue, 2025-04-22 at 23:51 +0200, Javier Martinez Canillas wrote: > > > Philipp Stanner writes: > > > > > > Hello Philipp, > > > > > > > cirrus enables its PCI device with pc

Re: [PATCH] drm/cirrus: Use non-hybrid PCI devres API

2025-05-08 Thread Javier Martinez Canillas
Philipp Stanner writes: Hello Philipp, > On Tue, 2025-04-22 at 23:51 +0200, Javier Martinez Canillas wrote: >> Philipp Stanner writes: >> >> Hello Philipp, >> >> > cirrus enables its PCI device with pcim_enable_device(). This, >> > implicitly, switches the function pci_request_regions() into

Re: [PATCH] drm/cirrus: Use non-hybrid PCI devres API

2025-05-08 Thread Philipp Stanner
On Tue, 2025-04-22 at 23:51 +0200, Javier Martinez Canillas wrote: > Philipp Stanner writes: > > Hello Philipp, > > > cirrus enables its PCI device with pcim_enable_device(). This, > > implicitly, switches the function pci_request_regions() into > > managed > > mode, where it becomes a devres fu

Re: [PATCH] drm/cirrus: Use non-hybrid PCI devres API

2025-04-22 Thread Javier Martinez Canillas
Philipp Stanner writes: Hello Philipp, > cirrus enables its PCI device with pcim_enable_device(). This, > implicitly, switches the function pci_request_regions() into managed > mode, where it becomes a devres function. > > The PCI subsystem wants to remove this hybrid nature from its > interface