Re: GEM/TTM interfaces

2008-06-13 Thread Xavier Bestel
Le vendredi 13 juin 2008 à 18:28 +0200, Tomas Carnecky a écrit : > I have read (don't remember where) that once the kernel has a sensible > infrastructure for file descriptors you'd want to convert all the ioctl > code in GEM/TTM to standard syscalls. Is that true? Do you already know > which sy

GEM/TTM interfaces

2008-06-13 Thread Tomas Carnecky
I have read (don't remember where) that once the kernel has a sensible infrastructure for file descriptors you'd want to convert all the ioctl code in GEM/TTM to standard syscalls. Is that true? Do you already know which syscalls would replace for example drmBOCreate() or the GEM_CREATE ioctl?