On 2018-04-04 04:29 PM, Emil Velikov wrote: > From: Emil Velikov <[email protected]> > > Signed-off-by: Emil Velikov <[email protected]> > --- > todo | 9 +++++++++ > 1 file changed, 9 insertions(+) > create mode 100644 todo > > diff --git a/todo b/todo > new file mode 100644 > index 0000000..10c1ad5 > --- /dev/null > +++ b/todo > @@ -0,0 +1,9 @@ > + - on amdgpu_probe failure, the pScrn entry is leaked - missing api/examples?
Might be similar to patch 11; does valgrind actually report a leak if you force this? > + - introduce xf86ConfigEntity and use it > + - remove embedded AMDGPUInfoRec::pEnt > + - consistently use gAMDGPUEntityIndex or getAMDGPUEntityIndex > + - consistently use of pEnt/entity_num -> pScrn->list[], AMDPRIV > + - kill off DRI_1_ DRICreatePCIBusID - demote again to DRI1 only in X > codebase > + - compose bus string early & strcmp instead of device_match? > + - remove embedded AMDGPUInfoRec::PciInfo - reuse EntityInfoRec::chipset, > GDevRec::chiIDi, amdgpu_gpu_info::asic_id or ... > + - use odev to fetch render_node? I'm afraid I don't really see these as important enough to be tracked like this. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
