Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-03 Thread Daniel Vetter
On Wed, Apr 3, 2019 at 9:22 AM Gerd Hoffmann wrote: > > On Wed, Apr 03, 2019 at 08:48:16AM +0200, Daniel Vetter wrote: > > On Tue, Apr 2, 2019 at 10:43 PM Gerd Hoffmann wrote: > > > > > > On Tue, Apr 02, 2019 at 02:09:45PM +0200, Daniel Vetter wrote: > > > > On Mon, Apr 1, 2019 at 4:00 PM

Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-03 Thread Gerd Hoffmann
On Wed, Apr 03, 2019 at 08:48:16AM +0200, Daniel Vetter wrote: > On Tue, Apr 2, 2019 at 10:43 PM Gerd Hoffmann wrote: > > > > On Tue, Apr 02, 2019 at 02:09:45PM +0200, Daniel Vetter wrote: > > > On Mon, Apr 1, 2019 at 4:00 PM Bartlomiej Zolnierkiewicz > > > wrote: > > > > > > > > > > > > On

Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-03 Thread Daniel Vetter
On Tue, Apr 2, 2019 at 10:43 PM Gerd Hoffmann wrote: > > On Tue, Apr 02, 2019 at 02:09:45PM +0200, Daniel Vetter wrote: > > On Mon, Apr 1, 2019 at 4:00 PM Bartlomiej Zolnierkiewicz > > wrote: > > > > > > > > > On 03/14/2019 12:45 PM, Gerd Hoffmann wrote: > > > > Simply add all pci memory bars to

Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-02 Thread Gerd Hoffmann
On Tue, Apr 02, 2019 at 02:09:45PM +0200, Daniel Vetter wrote: > On Mon, Apr 1, 2019 at 4:00 PM Bartlomiej Zolnierkiewicz > wrote: > > > > > > On 03/14/2019 12:45 PM, Gerd Hoffmann wrote: > > > Simply add all pci memory bars to struct apertures_struct in > > >

Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-02 Thread Daniel Vetter
On Mon, Apr 1, 2019 at 4:00 PM Bartlomiej Zolnierkiewicz wrote: > > > On 03/14/2019 12:45 PM, Gerd Hoffmann wrote: > > Simply add all pci memory bars to struct apertures_struct in > > remove_conflicting_pci_framebuffers(), without depending on the > > res_id parameter. > > > > The plan is to drop

Re: [PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-04-01 Thread Bartlomiej Zolnierkiewicz
On 03/14/2019 12:45 PM, Gerd Hoffmann wrote: > Simply add all pci memory bars to struct apertures_struct in > remove_conflicting_pci_framebuffers(), without depending on the > res_id parameter. > > The plan is to drop the res_id parameter later on. For now keep the > parameter, use it for

[PATCH] fbdev: list all pci memory bars as conflicting apertures

2019-03-14 Thread Gerd Hoffmann
Simply add all pci memory bars to struct apertures_struct in remove_conflicting_pci_framebuffers(), without depending on the res_id parameter. The plan is to drop the res_id parameter later on. For now keep the parameter, use it for sanity-checking and warn on inconsistencies. Signed-off-by: