Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314803 Details for
Bug 452756
panic at intel_i915_configure() when amount of shared video memory set to 1M
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
xf86 patch
xf86-video-intel-g33-1m.patch (text/plain), 739 bytes, created by
John Villalovos
on 2008-08-22 13:31:07 UTC
(
hide
)
Description:
xf86 patch
Filename:
MIME Type:
Creator:
John Villalovos
Created:
2008-08-22 13:31:07 UTC
Size:
739 bytes
patch
obsolete
>commit 2a8592f2ebcba86b1127aa889155d58a3dc186ca >Author: Zhenyu Wang <zhenyu.z.wang@intel.com> >Date: Wed Sep 5 14:52:56 2007 +0800 > > Fix G33 GTT stolen mem range > > G33 GTT table lives in seperate stolen mem with > graphics data stolen mem. > >diff --git a/src/i830_driver.c b/src/i830_driver.c >index 9fa231d..983be76 100644 >--- a/src/i830_driver.c >+++ b/src/i830_driver.c >@@ -483,6 +483,9 @@ I830DetectMemory(ScrnInfoPtr pScrn) > range = gtt_size + 4; > > if (IS_I85X(pI830) || IS_I865G(pI830) || IS_I9XX(pI830)) { >+ /* G33 has seperate GTT stolen mem */ >+ if (IS_G33CLASS(pI830)) >+ range = 0; > switch (gmch_ctrl & I830_GMCH_GMS_MASK) { > case I855_GMCH_GMS_STOLEN_1M: > memsize = MB(1) - KB(range);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452756
:
310182
|
314802
| 314803 |
315272
|
315273