Hi Thomas, another bugs is that call to drm_mm_put_block should
be followed by setting the ptr to NULL (at least if i understand
this mm stuff) ie :

   drm_mm_put_block(bo->vm_node);
should be followed by:
   bo->vm_node = NULL;

I am sorry to not have a tree where you can grab fixes but right
now i am in the middle of debugging radeon with newttm, but once
i get it working i will push it (hopefully i should exhaust major
bugs pretty soon).

Cheers,
Jerome Glisse <gli...@freedesktop.org>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to