I'm reading through http://dri.sourceforge.net/doc/drm_low_level.html



------------------------------------------------------------
int drmDMA(int fd, drmDMAReqPtr request)
            

drmDMA can be used to reserve DMA buffers and to dispatch previously
reserved DMA buffers. 
------------------------------------------------------------



"reserve DMA buffers"?? I thought it is only currently used to
"dispatch" them, and actual allocation of DMA buffers is done via

drmAddBufs(), or drmAddMap()


Hmm.. it seems that these days, virtually all DMA allocation is done
via  drmAddMap(....., DRM_AGP,...);
  True? 

There may be some alternative method used in
RADEONDRIPciInit(), but since there is no comment in that function
with "DMA" in it, I cant tell.




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to