On Tue, 2003-10-21 at 20:55, Ian Romanick wrote:
> Keith Whitwell wrote:
> 
> > Would you consider creating a DRM_RADEON_SETPARAM ioctl instead of 
> > DRM_RADEON_FB_LOCATION, with an ioctl struct like:
> > 
> > #define RADEON_SETPARAM_FB_LOCATION      1
> > 
> > typedef struct drm_radeon_setparam {
> >     int param;
> >     int value;
> > } drm_radeon_setparam_t;
> 
> If this is done, I would *strongly* suggest that the type of value by 
> int64_t or something similar.

I tried u32 for fb_location initially, the problem is that radeon_drm.h
is also included in
programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c, where
this doesn't work.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to