Bugzilla – Attachment 51219 Details for
Bug 113203
Xorg freezes during boot with nv driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
prevent_endless_loop
prevent_endless_loop (text/plain), 556 bytes, created by
Stefan Dirsch
on 2005-09-30 07:52:23 UTC
(
hide
)
Description:
prevent_endless_loop
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-09-30 07:52:23 UTC
Size:
556 bytes
patch
obsolete
>--- nv_hw.c 28 Sep 2005 17:18:02 -0000 1.10 >+++ nv_hw.c 29 Sep 2005 21:47:29 -0000 1.11 >@@ -1173,8 +1173,10 @@ > pNv->PGRAPH[0x0610/4] = 0x00be3c5f; > > j = pNv->REGS[0x1540/4] & 0xff; >- for(i = 0; !(j & 1); j >>= 1, i++); >- pNv->PGRAPH[0x5000/4] = i; >+ if(j) { >+ for(i = 0; !(j & 1); j >>= 1, i++); >+ pNv->PGRAPH[0x5000/4] = i; >+ } > > if((pNv->Chipset & 0xfff0) == 0x0040) { > pNv->PGRAPH[0x09b0/4] = 0x83280fff;
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