On 14/12/15 22:39, Laurent Pinchart wrote: > The field is set to true iff the usergart field is not NULL. Test > usergart instead. That's true, but I don't like the change. 'has_dmm' means we have DMM (well, TILER, really). TILER is used for 1D and 2D modes. 'usergart' is only for TILER 2D CPU access (if I'm not mistaken). I'm not sure what it would buy us or if it's worth the effort, but maybe we want to make the 2D mode optional in the future. And even if we do have 2D mode enabled, due to HW issues a 2D mapped buffer can't really be accessed by the CPU, as it's just too slow. So maybe we can have 2D mode supported, but without usergart. I don't know. But I want to keep these things separated. That said, maybe some of the 'if's would be cleaner if they checked for usergart instead of has_dmm, if usergart is really what they depend on. Tomi
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel