- Aug 25, 2008
-
-
Jesse Barnes authored
Was missing proper path info in CFLAGS.
-
Jesse Barnes authored
-
- Aug 21, 2008
-
-
Jesse Barnes authored
Prevents compiler warnings in the non-kms case.
-
Jesse Barnes authored
-
Jesse Barnes authored
-
- Aug 20, 2008
-
-
Jesse Barnes authored
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.
-
Jesse Barnes authored
It shouldn't be needed...
-
Jesse Barnes authored
-
Jesse Barnes authored
Conflicts: configure.ac
-
-
- Aug 19, 2008
-
-
Jesse Barnes authored
-
Jesse Barnes authored
Conflicts: src/i830_driver.c
-
Jesse Barnes authored
Makes software fallbacks *much* faster.
-
Jesse Barnes authored
We'll use GEM alloc & free routines in that case.
-
Jesse Barnes authored
-
Jesse Barnes authored
The regs are undocumented, but on some machines they work fine, so add this quirk to indicate it.
-
Jesse Barnes authored
Still need to actually print all the flags & test on various platforms, but at least the bits are documented now.
-
Nan Hai Zou authored
XvMCDestroyContext to check pointer valid
-
- Aug 18, 2008
-
-
Jesse Barnes authored
We just use the structure definitions now.
-
Jesse Barnes authored
More correct & consistent with other definitions.
-
Zhenyu Wang authored
Issue found by Peter Clifton.
-
xf86SetDesiredModes() already sets lvds to full mode. later when xf86CrtcScreenInit() initialized randr12, i830_lvds_set_property will recall xf86CrtcSetMode and set mode to full. This patch is to remove the duplication. In my test, this can save about 0.2 - 0.4s x startup time.
-
- Aug 16, 2008
-
-
Jesse Barnes authored
Makes it build again with drm#modesetting-gem.
-
- Aug 15, 2008
-
-
Adam Jackson authored
-
Zhenyu Wang authored
-
Zhenyu Wang authored
-
- Aug 14, 2008
-
-
Jesse Barnes authored
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.
-
Jesse Barnes authored
Otherwise just use the GTT address.
-
Jesse Barnes authored
Allow UXA or EXA in the kernel mode setting case, defaulting to EXA.
-
Jesse Barnes authored
Don't open code map/memcpy/unmap, let libdrm do that for us if necessary.
-
- Aug 13, 2008
-
-
Jesse Barnes authored
Needed for proper acceleration & batch buffer handling.
-
Jesse Barnes authored
-
Jesse Barnes authored
-
Jesse Barnes authored
Had the wrong logic. Throw in a couple of cleanups while we're there.
-
Jesse Barnes authored
We won't have the ring mapped.
-
Jesse Barnes authored
Just a checkpoint, still needs a lot of work to properly handle resize, rotate & cursor handling.
-
Jesse Barnes authored
Mostly pulled over from the old kernel modesetting code; a few updates were necessary.
-
- Aug 11, 2008
-
-
Still turn off the VGA plane, and also handle the DRI path at the end.
-
-
Zhenyu Wang authored
-