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 314802 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]
AGP patch
agp-g33-1m.patch (text/plain), 810 bytes, created by
John Villalovos
on 2008-08-22 13:30:18 UTC
(
hide
)
Description:
AGP patch
Filename:
MIME Type:
Creator:
John Villalovos
Created:
2008-08-22 13:30:18 UTC
Size:
810 bytes
patch
obsolete
>commit f443675affe3f16dd428e46f0f7fd3f4d703eeab >Author: Zhenyu Wang <zhenyu.z.wang@intel.com> >Date: Tue Sep 11 15:23:57 2007 -0700 > > intel_agp: fix stolen mem range on G33 > > G33 GTT stolen memory is below graphics data stolen memory and be seperate, > so don't subtract it in stolen mem counting. > >diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c >index 2c9ca2c..581f922 100644 >--- a/drivers/char/agp/intel-agp.c >+++ b/drivers/char/agp/intel-agp.c >@@ -506,6 +506,11 @@ static void intel_i830_init_gtt_entries(void) > break; > } > } else { >+ /* G33's GTT stolen memory is separate from gfx data >+ * stolen memory. >+ */ >+ if (IS_G33) >+ size = 0; > switch (gmch_ctrl & I830_GMCH_GMS_MASK) { > case I855_GMCH_GMS_STOLEN_1M: > gtt_entries = MB(1) - KB(size);
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