Age | Commit message (Collapse) | Author | Files | Lines |
|
XAA uses the gen4 render code for RandR transform support and other
fairly simple render acceleration. Failing to initialize it would
cause a segfault when it was used.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
Reported by Yang Sheng <sheng.yang@intel.com>
|
|
We haven't found a way to make FBC work reliably with GM965 yet,
(it often fails to notice CPU writes). This appears to be a
specific problem with this device, (as we haven't gotten similar
bug reports for subsequent devices such as GM45). So FBC is
now disabled by default for GM965 but can still be enabled with
the FrameBufferCompression option for experimenting/debugging.
This resolves bug #16257:
[GM965 EXA] Frame-buffer compression broken for CPU writes (XPutImage)
https://bugs.freedesktop.org/show_bug.cgi?id=16257
|
|
On the GM45 we were assuming too little stolen memory (mostly harmless,
except when it wasn't, until the AGP fix), and on the G45 we were assuming too
much stolen memory, which was quite harmful when we touched the page that
didn't get mapped.
Future stolen memory accounting should use src/reg_dumper/intel_gtt before and
after enabling AGP on the chipset to confirm that only the GTT entries not
mapped to stolen are replaced, and that all of the unmapped GTT entries are
replaced with the constant scratch page.
|
|
|
|
Noted and tested by Evgeniy Manachkin <sfstudio@mail.ru>
for asus-laptop support, also add eeepc support.
|
|
Render standby is known to cause possible hang issue on some
mobile chips, so always disable it.
|
|
It shouldn't be needed...
(cherry picked from commit 7b6f4d22211d71480caf6335a3eacaacff369371)
|
|
|
|
We need to program DSPARB with only one plane enabled at most, and that's
guaranteed to be the case when we're called during mode set, so just assert
that case but otherwise leave the planes alone to avoid flicker on active
displays during output detection for example.
Fixes bug #17050.
(cherry picked from commit 5af504166f14f4401818f3b7c27ac2ccba7b9ff5)
|
|
(cherry picked from commit 5eccb5ec7ea78b5800f98decd4216d39b9ebe5ec)
|
|
XvMCDestroyContext to check pointer valid
(cherry picked from commit 385dc85881c56e218e7d17d7e1d022568aa29cfb)
|
|
We just use the structure definitions now.
(cherry picked from commit 078a59dd48ed00a6512d155883956c18752da9ce)
|
|
More correct & consistent with other definitions.
(cherry picked from commit 7048141254b7c1948fe77b1742b463f8723610d8)
|
|
Issue found by Peter Clifton.
(cherry picked from commit 0e6759bb6ad7293b6447bd20e3d7d8fdee46aba7)
|
|
|
|
(cherry picked from commit 27e9506fda86e90fd67de1715fa32d23aaa8a683)
|
|
Add example dual head config, add info on bug reporting.
(cherry picked from commit da2eb83fb9a52291ea98f3285aee7bee2d55e0ca)
|
|
(cherry picked from commit ed7269e0a377b3135b06cacecc59119f06958feb)
|
|
(cherry picked from commit f4cb9a135dca9279af8186a9b18bf62ef7351019)
|
|
Last commit introduced a logic buglet, we went from (foo & BLAH) -> (!foo &
BLAH) rather than !(foo & BLAH), so fix it up to make my laptop work again.
(cherry picked from commit 22918f62c89a4314fb5d01c58f22fee5b9a15a27)
|
|
Still turn off the VGA plane, and also handle the DRI path at the end.
(cherry picked from commit 9ec36e0c8bd8a4bd7c40569412fc1a21219b5af9)
|
|
(cherry picked from commit 445c2e9ef8fc1d49bbb03e07bf36e0339be16a80)
|
|
(cherry picked from commit fe90c0522f65f60c4c431787c889b7fb639ab61b)
|
|
Make VBT parsing happen at driver init time rather than in each output init
function, to save time and better separate VBIOS code into i830_bios.[ch]. The
changes end up touching the output files due to field name changes, and allow
us to reorder & simplify our LFP mode detection code.
(cherry picked from commit a21d4794b6812ce05d08f06dc47b26c4fb1c1fef)
|
|
(cherry picked from commit d592eabc806b752053ade3c18e9dd8e0f39b45a3)
|
|
(cherry picked from commit d0018a96064ee0adfe87c2d50c341bf7d2e45eb0)
|
|
Check return value of get supported encode command and current
encoding mode, which could be DVI or HDMI.
(cherry picked from commit f91134795b545c8baebf218975b261c76a0e5873)
|
|
The chip is 855GM, not GM45.
(cherry picked from commit 1a59cc6b9acf312de1755d67757bf7f1967342e4)
|
|
Remove wrong set tv resolution command, adding HDMI regs in dump.
(cherry picked from commit 76eb8e6f1f0c6962b23550564f4273f392567857)
|
|
On new chip, DSPARB is controlled by hardware only.
|
|
The root window visual can not be changed. Neither at runtime nor
through the configuration file. The xserver simply selects the first one
that matches the class (usually TrueColor). I need a root window visual
with stencil buffer because my compiz plugin uses the it for some
operations. This patch reorders the visuals that the 3D driver reports
and puts the one with stencil (and depth) bits as first.
(cherry picked from commit 42fb06f3f14fbec070350cf48361be4a0be0af04)
|
|
This avoids the flickering people reported in the 2.4.0 release.
|
|
|
|
(cherry picked from commit 6ac352f146bafe3b4bb5832340eb0ccb730565d2)
|
|
(cherry picked from commit 075cf7fce57da4e51acafb3bfd3d61ba1a8096d5)
|
|
Output 33 is confusing.
(cherry picked from commit 29d982c6bf873c6685bd0e395a8b0e5e3b1063e0)
|
|
(cherry picked from commit b60bbbfd7b7dcf31726ad615a493f34f17cc6309)
|
|
(cherry picked from commit 52a414d1158aa7512fb79560dc220e2a78456a2d)
|
|
(cherry picked from commit fd060ce89d86f6e8ff742d5b287abe8ecea32927)
|
|
(cherry picked from commit 577c4d1a0c753fb46d43be05a9781d2e204fac45)
|
|
Fix regression on my 855GM for VGA output.
(cherry picked from commit 04bbed2248e3e8f86efd64225abf2db8eb552653)
|
|
(cherry picked from commit 7defa4f1f0eba82f39e74f96d2ad7ed2481b537e)
|
|
(cherry picked from commit b7765b0837af4cc80f1257ba04495140ef5d536e)
|
|
Fixes FDO #16757.
(cherry picked from commit ed0fbd016b8fbcf01eddfd17fd25e745e7af2ba4)
|
|
(cherry picked from commit 62a037b0585d6ecb43daac9d4eb0927a4618a367)
|
|
(cherry picked from commit 3cbfc6c76bcd2bc9194a944092f6ce0881ff9da2)
|
|
(cherry picked from commit 1b1c4975768f63ed0f3933ec384d24c324a383b3)
|