On Fri, Mar 29, 2002 at 09:21:52PM -0700, Jens Owen wrote:
> I've checked into the drmcommand-0-0-1-branch the complete conversion of
> the Radeon driver suite to the drmCommand interface.  Take a look, and
> let me know if you see any problems, or if you have any questions.
> 
> If anyone is interested in converting any of the other drivers, please
> let me know and we'll coordinate the work.  I won't be able to get to
> any of the other drivers until sometime next week.
> 
Jens, 

I see you've got the four drmCommand*() functions but I'm wondering
if there's a need for these 4 and it could be reduced to just the one.

The command itself identifies it's direction - so why do we specifically
need to pass this ?

We could just do drmCommand(fd, FUNCTION, NULL, NULL); for the current
drmCommandNone() call to keep the interface the same.

Alan.

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to