Jon Smirl wrote:
X contains code likeOn Sun, 31 Oct 2004 18:41:42 +0100, Thomas Hellström <[EMAIL PROTECTED]> wrote: /* For now the mapping works by using a fixed size defined * in the SAREA header */ if (sizeof(XF86DRISAREARec)+sizeof(VIASAREAPriv) > SAREA_MAX) { xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Data does not fit in SAREA\n"); return FALSE; } pDRIInfo->SAREASize = SAREA_MAX; So if locks are going to be squeezed in somewhere I'd either have to fit them in the XF86DRISAREARec or put them into every driver's private area. BTW, The "Old" drm functionality and design was very well documented by precision insight / VAlinux. Now that permanent maps are introduced and new requirements are made on the hw-specific drivers, is there a chance that these documents could be updated? Regards Thomas |
- Re: Multiple hardware locks Thomas Hellstr�m
- Re: Multiple hardware locks Jon Smirl
- Re: Multiple hardware locks Thomas Hellstr�m
- Re: Multiple hardware locks Jon Smirl
- Re: Multiple hardware locks Thomas Hellstr�m
- Re: Multiple hardware locks Keith Whitwell
- Re: Multiple hardware locks Thomas Hellstr�m
- Re: Multiple hardware locks Eric Anholt
- Re: Multiple hardware locks Thomas Hellstr�m
- Re: Multiple hardware locks Keith Whitwell
- Re: Multiple hardware locks Mike Mestnik
