On Mon, Apr 1, 2019 at 4:00 PM Bartlomiej Zolnierkiewicz b.zolnierkie@samsung.com 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 the res_id parameter later on. For now keep the parameter, use it for sanity-checking and warn on inconsistencies.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com Reviewed-by: Daniel Vetter daniel.vetter@ffwll.ch
Patch queued for v5.2, thanks.
Might be good to also stuff this into drm (double merge or topic branch, whatever you prefer), since that's where all the users are. Gerd also has some follow-up patches to apply on top of this one iirc. -Daniel