Bugzilla – Attachment 48140 Details for
Bug 106890
32bit DRI on AMD64 broken (mga driver)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Make dri structure identical in size on 32 and 64 bit.
diff.mga_dri_h (text/plain), 1.09 KB, created by
Egbert Eich
on 2005-08-30 10:56:06 UTC
(
hide
)
Description:
Make dri structure identical in size on 32 and 64 bit.
Filename:
MIME Type:
Creator:
Egbert Eich
Created:
2005-08-30 10:56:06 UTC
Size:
1.09 KB
patch
obsolete
>Index: programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h >=================================================================== >RCS file: /work/eich/freedesktop/cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h,v >retrieving revision 1.3 >diff -I$XFree86.*$ -I$Id.*$ -I$Header.*$ -I$Date.*$ -I$Revision.*$ -I$Author.*$ -I$Source.*$ -u -r1.3 mga_dri.h >--- programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h 16 Jun 2004 09:44:00 -0000 1.3 >+++ programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h 8 Apr 2005 15:41:00 -0000 >@@ -79,6 +79,12 @@ > > } MGADRIServerPrivateRec, *MGADRIServerPrivatePtr; > >+typedef struct _mgaDrmRegion { >+ drm_handle_t handle; >+ unsigned int offset; >+ drmSize size; >+} mgaDrmRegion, *mgaDrmRegionPtr; >+ > typedef struct { > int chipset; > int width; >@@ -111,10 +117,10 @@ > > unsigned int mAccess; > >- drmRegion registers; >- drmRegion status; >- drmRegion primary; >- drmRegion buffers; >+ mgaDrmRegion registers; >+ mgaDrmRegion status; >+ mgaDrmRegion primary; >+ mgaDrmRegion buffers; > unsigned int sarea_priv_offset; > } MGADRIRec, *MGADRIPtr; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 106890
:
48140
|
48427
|
48428
|
49518