Bugzilla – Attachment 50764 Details for
Bug 113203
Xorg freezes during boot with nv driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch from CVS mentioned above
p_nv-accel.diff (text/plain), 2.24 KB, created by
Stefan Dirsch
on 2005-09-23 20:38:48 UTC
(
hide
)
Description:
Patch from CVS mentioned above
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-09-23 20:38:48 UTC
Size:
2.24 KB
patch
obsolete
>Index: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c >=================================================================== >RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c,v >retrieving revision 1.16 >retrieving revision 1.17 >diff -u -r1.16 -r1.17 >--- xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c 14 Sep 2005 02:28:03 -0000 1.16 >+++ xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c 22 Sep 2005 20:34:42 -0000 1.17 >@@ -36,7 +36,7 @@ > |* those rights set forth herein. *| > |* *| > \***************************************************************************/ >-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c,v 1.16 2005/09/14 02:28:03 mvojkovi Exp $ */ >+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c,v 1.17 2005/09/22 20:34:42 mvojkovi Exp $ */ > > #include "nv_local.h" > #include "compiler.h" >@@ -1260,18 +1260,28 @@ > if((pNv->Architecture < NV_ARCH_40) || > ((pNv->Chipset & 0xfff0) == 0x0040)) > { >- for(i = 0; i < 32; i++) >+ for(i = 0; i < 32; i++) { > pNv->PGRAPH[(0x0900/4) + i] = pNv->PFB[(0x0240/4) + i]; >+ pNv->PGRAPH[(0x6900/4) + i] = pNv->PFB[(0x0240/4) + i]; >+ } > } else { > if(((pNv->Chipset & 0xfff0) == 0x0090) || > ((pNv->Chipset & 0xfff0) == 0x01D0) || > ((pNv->Chipset & 0xfff0) == 0x0290)) > { >- for(i = 0; i < 60; i++) >+ for(i = 0; i < 60; i++) { > pNv->PGRAPH[(0x0D00/4) + i] = pNv->PFB[(0x0600/4) + i]; >+ pNv->PGRAPH[(0x6900/4) + i] = pNv->PFB[(0x0600/4) + i]; >+ } > } else { >- for(i = 0; i < 48; i++) >+ for(i = 0; i < 48; i++) { > pNv->PGRAPH[(0x0900/4) + i] = pNv->PFB[(0x0600/4) + i]; >+ if(((pNv->Chipset & 0xfff0) != 0x0160) && >+ ((pNv->Chipset & 0xfff0) != 0x0220)) >+ { >+ pNv->PGRAPH[(0x6900/4) + i] = pNv->PFB[(0x0600/4) + i]; >+ } >+ } > } > } >
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 113203
:
47720
|
47721
|
47730
|
50076
| 50764 |
51051
|
51219