How are performance boxes enabled in the radeon driver? Apperently setting rmesa->boxes to 1 is not enough. There is a variable dev_priv->do_boxes in the kernel driver. But it is initialized to 0 in radeon_do_init_cp and not changed anywhere else. Am I missing something?
No - some new interface is needed. There is a 'SETPARAM' ioctl in the i830 driver that I'd mimic if I were going to add something to the radeon. Otherwise, just compile it on.
Keith
------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
