| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon/kms: Fix radeon_gem_busy_ioctl harder. | Michel Dänzer | 2009-08-23 | 1 | -3/+9 |
* | drm/radeon: add GET_PARAM/INFO support for Z pipes | Alex Deucher | 2009-08-21 | 9 | -4/+37 |
* | drm/radeon/kms: add r100/r200 OQ support. | Dave Airlie | 2009-08-21 | 2 | -0/+13 |
* | drm: Fix sysfs device confusion. | Thomas Hellstrom | 2009-08-21 | 1 | -22/+29 |
* | drm/radeon/kms: implement the bo busy ioctl properly. | Dave Airlie | 2009-08-21 | 2 | -1/+2 |
* | drm/kms: teardown crtc correctly when fb is destroyed. | Dave Airlie | 2009-08-19 | 1 | -28/+12 |
* | drm/kms/radeon: cleanup combios TV table like DDX. | Dave Airlie | 2009-08-19 | 1 | -29/+19 |
* | drm/radeon/kms: memset the allocated framebuffer before using it. | Dave Airlie | 2009-08-19 | 1 | -0/+2 |
* | drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. | Dave Airlie | 2009-08-19 | 1 | -0/+1 |
* | drm/radeon/kms: implement bo busy check + current domain | Dave Airlie | 2009-08-17 | 3 | -1/+41 |
* | drm/radeon/kms: cut down indirects in register accesses. | Dave Airlie | 2009-08-16 | 5 | -79/+47 |
* | drm/radeon/kms: Fix up vertical blank interrupt support. | Michel Dänzer | 2009-08-16 | 9 | -77/+217 |
* | drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDR | Dave Airlie | 2009-08-16 | 1 | -0/+15 |
* | drm/edid: fixup detailed timings like the X server. | Dave Airlie | 2009-08-15 | 1 | -38/+34 |
* | drm/radeon/kms: Add specific rs690 authorized register table | Jerome Glisse | 2009-08-15 | 2 | -1/+67 |
* | drm/i915: silence vblank warnings | Frans Pop | 2009-08-09 | 1 | -2/+2 |
* | drm: silence pointless vblank warning. | Paul Rolland | 2009-08-09 | 1 | -1/+1 |
* | drm: When adding probed modes, preserve duplicate mode types | Keith Packard | 2009-08-09 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2009-08-07 | 17 | -513/+1221 |
|\ |
|
| * | drm/i915: Fix read outside array bounds in restoring the SWF10 range. | Roel Kluin | 2009-08-05 | 1 | -1/+1 |
| * | drm/i915: Use our own workqueue to avoid wedging the system along with the GPU. | Eric Anholt | 2009-08-05 | 4 | -6/+19 |
| * | drm/i915: Add support for dual-channel LVDS on 8xx. | ling.ma@intel.com | 2009-07-30 | 1 | -1/+1 |
| * | drm/i915: Return disconnected for SDVO DVI when there's no digital EDID. | ling.ma@intel.com | 2009-07-30 | 1 | -6/+21 |
| * | drm/i915: Choose real sdvo output according to result from detection | ling.ma@intel.com | 2009-07-29 | 1 | -78/+153 |
| * | drm/i915: Set preferred mode for integrated TV according to TV format | ling.ma@intel.com | 2009-07-29 | 1 | -0/+22 |
| * | drm/i915: fix 845G FIFO size & burst length | Jesse Barnes | 2009-07-29 | 1 | -2/+7 |
| * | drm/i915: fix VGA detect on IGDNG | Zhenyu Wang | 2009-07-29 | 1 | -4/+8 |
| * | drm/i915: Add eDP support on IGDNG mobile chip | Zhenyu Wang | 2009-07-29 | 8 | -168/+468 |
| * | drm/i915: enable DisplayPort support on IGDNG | Zhenyu Wang | 2009-07-29 | 3 | -21/+157 |
| * | drm/i915: Fix channel ending action for DP aux transaction | Zhenyu Wang | 2009-07-29 | 1 | -4/+4 |
| * | drm/i915: fix issue in display pipe setup on IGDNG | Zhenyu Wang | 2009-07-29 | 2 | -12/+46 |
| * | drm/i915: disable VGA plane reliably | Zhenyu Wang | 2009-07-29 | 1 | -3/+25 |
| * | drm/I915: Fix offset to DVO timings in LVDS data | Zhao Yakui | 2009-07-29 | 1 | -9/+10 |
| * | drm/i915: hdmi detection according by reading edid | ling.ma@intel.com | 2009-07-22 | 1 | -60/+4 |
| * | drm/i915: correct self-refresh calculation in "everything off" case | Jesse Barnes | 2009-07-16 | 1 | -3/+3 |
| * | drm/i915: handle FIFO oversubsription correctly | Jesse Barnes | 2009-07-16 | 1 | -3/+4 |
| * | drm/i915: FIFO watermark calculation fixes | Jesse Barnes | 2009-07-14 | 2 | -75/+113 |
| * | drm/i915: ignore lvds on AOpen Mini PC MP-915 | Tormod Volden | 2009-07-13 | 1 | -0/+8 |
| * | drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class hardware | Keith Packard | 2009-07-13 | 1 | -0/+3 |
| * | drm/i915: refactor error detection & collection | Jesse Barnes | 2009-07-13 | 3 | -74/+161 |
| * | drm/i915: Set lvds dual channel according to register from vbios | Florian Mickler | 2009-07-13 | 1 | -1/+1 |
* | | drm/radeon/kms: setup MC/VRAM the same way for suspend/resume | Dave Airlie | 2009-08-07 | 1 | -1/+3 |
* | | drm/radeon/kms: Fix caching mode selection for GTT object | Jerome Glisse | 2009-08-06 | 1 | -1/+1 |
* | | drm/radeon: Add support for RS880 chips | Alex Deucher | 2009-08-05 | 2 | -7/+16 |
* | | drm/ttm: Read buffer overflow | Roel Kluin | 2009-08-04 | 1 | -1/+2 |
* | | drm/radeon: Read buffer overflow | Roel Kluin | 2009-08-04 | 1 | -1/+2 |
* | | drm/ttm: Fix a sync object leak. | Thomas Hellstrom | 2009-08-04 | 1 | -0/+4 |
* | | drm/radeon/kms: fix memory leak in radeon_driver_load_kms | Xiaotian Feng | 2009-08-04 | 1 | -0/+2 |
* | | drm/radeon/kms: fix nomodeset. | Dave Airlie | 2009-08-04 | 1 | -9/+8 |
* | | drm/ttm: Fix a potential comparison of structs. | Thomas Hellstrom | 2009-08-04 | 1 | -4/+4 |