On Fri, 31 Jul 2020 at 23:23, Christian König <[email protected]> wrote: > > Am 31.07.20 um 06:04 schrieb Dave Airlie: > > From: Dave Airlie <[email protected]> > > > > This will allow different abstractions later. > > Mhm, I'm questioning if this is really worth it and not just overkill. > > Running "sed -i 's/&bdev->man/bdev->man/'" on all drivers when we make > the switch to a pointer should do it as well. >
It's a good place to hook debugging in if you get something rogue accessing unregistered bdev->man ptrs as well. I'd rather not sed the interface later, it's nice to transition things cleanly between states. Dave. _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
