Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-29 | xvmc: add "XvMC" option, default is false. | Zhenyu Wang | |
2007-11-29 | xvmc: move batch buffer init/fini code into generic | Zhenyu Wang | |
2007-11-28 | Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree | Zhenyu Wang | |
2007-11-27 | Merge branch 'master' into xvmc | Zhenyu Wang | |
2007-11-16 | vendor is CARD8 | Alan Hourihane | |
2007-11-16 | Prepare changelog for upload | Brice Goglin | |
2007-11-16 | New upstream release | Brice Goglin | |
2007-11-16 | Merge branch 'upstream-unstable' into debian-unstable | Brice Goglin | |
2007-11-16 | xvmc: add xvmc decoder type string | Zhenyu Wang | |
2007-11-16 | xvmc: move some i915 context destroy code to generic function | Zhenyu Wang | |
2007-11-16 | xvmc: clean batch buffer finish | Zhenyu Wang | |
2007-11-16 | xvmc: remove i915 drm map type | Zhenyu Wang | |
2007-11-15 | Fix typo in 1920x1080 resolution entry | Jesse Barnes | |
2007-11-16 | xvmc: more i915 xvmc cleanups | Zhenyu Wang | |
2007-11-15 | Bump version to 2.2.0 | Jesse Barnes | |
2007-11-15 | Adjust default TV out paramaters | Jesse Barnes | |
According to several users, a default brightness of 0 results in much better TV output. Improved control of these parameters will be provided by Randr1.3, which will standardize several output properties across various chips. | |||
2007-11-15 | Add 1920x1080 mode to TV out | Jesse Barnes | |
Allows users to use 1080p modes on TV out, see bug #13034. | |||
2007-11-15 | remove unnecessary i830_reg.h includes | Zhenyu Wang | |
i830_reg.h only contains 3d engine cmds for 8XX chips. | |||
2007-11-15 | Move fb compression reg definition into i810_reg.h | Zhenyu Wang | |
where we put MMIO control reg in, and shared with intel_reg_dump program. | |||
2007-11-15 | xvmc: intel_xvmc.c cleanups | Zhenyu Wang | |
2007-11-15 | xvmc: remove unused SAREAPTR macro | Zhenyu Wang | |
2007-11-15 | xvmc: i915 rename files | Zhenyu Wang | |
2007-11-15 | xvmc: some code clean up | Zhenyu Wang | |
2007-11-15 | xvmc: move locking code into generic place | Zhenyu Wang | |
2007-11-15 | xvmc: oops, should first map batch buffer before init | Zhenyu Wang | |
2007-11-15 | Merge branch 'master' into xvmc | Zhenyu Wang | |
2007-11-15 | Merge branch 'master' into xvmc | Zhenyu Wang | |
2007-11-14 | Backlight fixes | Jesse Barnes | |
Open the "actual_brightness" file as read only, since we only read from it. Also set an initial backlight_duty_cycle at init time so we don't set the brightness to 0 at startup. | |||
2007-11-14 | Disable FBC by default on 965GM | Jesse Barnes | |
Several people have reported that they see frequent FBC related display corruption on 965GM, so disable it for now. Users wanting to enable it can use the driver option "Framebuffercompression" to override the default. | |||
2007-11-14 | Add more FBC regs | Jesse Barnes | |
Needed for the new debug code | |||
2007-11-14 | Fix kernel get_brightness function | Jesse Barnes | |
We need to look at "actual_brightness" rather than "brightness". The former contains the brightness value the kernel driver has actually set, while the latter is merely what the user requested. | |||
2007-11-14 | Correct FBC debug message | Jesse Barnes | |
To be consistent, it should say 'plane' rather than 'pipe'. | |||
2007-11-14 | Add FBC registers to register dump output | Jesse Barnes | |
Just for completeness. | |||
2007-11-14 | Don't stop ring before restoring hw state | Jesse Barnes | |
Some of the hw state restoration callbacks may want to use the ring for various things like stopping video playback, so leave the ring enabled until we get back from RestoreHWState. Also rename the functions so that their purpose is clearer and remove a couple of redundant lines. | |||
2007-11-15 | xvmc: move batch buffer init/fini to intel_batchbuffer.c | Zhenyu Wang | |
2007-11-15 | xvmc: take out batch buffer handling code | Zhenyu Wang | |
2007-11-14 | Don't enable fbc with XAA or tiling is off. | Zhenyu Wang | |
This slightly reworks my last fbc patch. We don't support tiled front buffer with XAA now, so also disable fbc on it. If tiled alloc failed, disable fbc too. | |||
2007-11-13 | Review PLL spreadsheet and update register ranges. | Keith Packard | |
The PLL spreadsheet makes the precise register ranges allowed for each mode quite clear, and shows a few inaccuracies in the b-spec. In particular, the N register value may range from 1 to 6 instead of 3 to 8. This should close the gap we've seen in the reachable frequencies. | |||
2007-11-14 | Remove one redundant line. | Zhenyu Wang | |
2007-11-14 | Don't setup fb compression if fb is not tiling | Zhenyu Wang | |
2007-11-13 | Remove harmless error message | Jesse Barnes | |
This really isn't an error in general. If vblank pipe setup really fails for some reason, it'll be obvious enough when the user tries to use vblank events for something. Patch from Hong Liu. | |||
2007-11-14 | xvmc: attempt to move batch buffer code out of i915 private | Zhenyu Wang | |
2007-11-13 | Merge branch 'master' into xvmc | Zhenyu Wang | |
2007-11-12 | Improve backlight control | Jesse Barnes | |
This commit fixes backlight support for several platforms. Except on recent machines supporting the IGD OpRegion specification, backlight control is rather platform specific. In some cases, we can program the native backlight control regsiters directly without any trouble. On others, we need to use the legacy backlight control register. On still others, we need a combination of the two. And on some platforms, none of the above will work, so we go through the kernel backlight interface, which provides a platform specific driver for backlight control. | |||
2007-11-12 | Fix typo in PLL enable check | Jesse Barnes | |
Check against DPLL_A instead of DPLL_B before writing PIPEACONF. Thanks to Colin Guthrie for his sharp eyes. | |||
2007-11-11 | Prepare changelog for upload. | Julien Cristau | |
2007-11-11 | Close some more bugs. | Julien Cristau | |
2007-11-11 | Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental | Julien Cristau | |
2007-11-10 | Update changelogs. | Julien Cristau | |
2007-11-10 | autoreconf | Julien Cristau | |