Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=8258          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-09-23 00:09 -------
While it is nice that the kernel ensures that drm_map_t handles (and other
handles) all fit within a 32bit integer so we can have a functional 32bit
userspace with a 64bit kernel, I think it's a bit shortsighted to have the
userspace library simply assume that this will always be the case in the kernel
code.  Why not have drm_handle_t be a 64bit integer on platforms that support
it?  Alternatively, why use a void* for drm_map_t and drm_ctx_priv_map_t's
handles when you could use a drm_handle_t, an unsigned int, an unsigned long
int, or an off_t?          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to