Age | Commit message (Expand) | Author |
2008-02-14 | missing bits | Dave Airlie |
2008-02-07 | Added kernel part of hotplug ioctl | Jakob Bornecrantz |
2008-02-05 | build fix for older kernels | Alan Hourihane |
2008-01-25 | Merge remote branch 'origin/master' into modesetting-101 | Dave Airlie |
2008-01-24 | Remove broken 'in vblank' accounting | Jesse Barnes |
2008-01-23 | Fix thinko in get_vblank_counter | Jesse Barnes |
2008-01-22 | Correct vblank count value | Jesse Barnes |
2008-01-22 | i915 irq fixes | Jesse Barnes |
2008-01-22 | Merge branch 'master' into vblank-rework, including mach64 support | Jesse Barnes |
2008-01-22 | Revert "Fix pipe<->plane mapping vs. vblank handling (again)" | Dave Airlie |
2008-01-03 | drm: cleanup DRM_DEBUG() parameters | Márton Németh |
2007-12-18 | Fix and cleanup of Hotplug | Jakob Bornecrantz |
2007-12-18 | Modesetting Hotplug | Jakob Bornecrantz |
2007-12-17 | drm: don't cast a pointer to pointer of list_head | Li Zefan |
2007-12-11 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/drm into modesett... | Dave Airlie |
2007-12-07 | Fix pipe<->plane mapping vs. vblank handling (again) | Jesse Barnes |
2007-12-05 | Remove references to the sarea_priv perf_boxes field. | Kristian Høgsberg |
2007-11-06 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Thomas Hellstrom |
2007-11-06 | i915: cleanup most of the whitespace | Dave Airlie |
2007-11-05 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-10-30 | Merge branch 'master' into vblank-rework, fixup remaining drivers | Jesse Barnes |
2007-10-16 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Alan Hourihane |
2007-10-14 | i915: fix vbl_swap allocation | Dave Airlie |
2007-09-24 | Merge branch 'master' into modesetting-101 - TTM & typedef removal | Jesse Barnes |
2007-09-18 | i915: Reinstate check that drawable has valid information in i915_vblank_swap. | Michel Dänzer |
2007-09-18 | i915: Fix scheduled buffer swaps. | Michel Dänzer |
2007-09-12 | Remove plane->pipe mapping from SAREA private after all | Jesse Barnes |
2007-09-11 | Disambiguate planes & pipes for swap operations | Jesse Barnes |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2007-07-19 | Merge branch 'origin' | Eric Anholt |
2007-07-18 | Add dry-coded DRM drawable private information storage for FreeBSD. | Eric Anholt |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie |
2007-07-03 | One more spinlock initializer cleanup. | Michel Dänzer |
2007-06-29 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Alan Hourihane |
2007-06-22 | more vblank rework | Jesse Barnes |
2007-06-18 | Remove broken CRTC enable checks and incorrect user irq enable in set_pipe | Jesse Barnes |
2007-06-15 | Wake up vblank waitqueue in drm_handle_vblank(). | Michel Dänzer |
2007-06-15 | i915: Fix tests for vblank interrupts being enabled on CRTC by X server. | Michel Dänzer |
2007-06-15 | Fix memory leaks in vblank error paths. | Michel Dänzer |
2007-06-14 | Comment new vblank routines and fixup several issues: | Jesse Barnes |
2007-06-12 | Remove unnecessary (and uncommented!) read barrier from the interrupt | Jesse Barnes |
2007-06-12 | Update vblank code: | Jesse Barnes |
2007-06-12 | Initial checkin of vblank rework. Code attempts to reduce the number | Jesse Barnes |
2007-06-03 | Revert "move i915 to new drm_wait_on function" | root |
2007-05-26 | drm: spinlock initializer cleanup | Thomas Gleixner |
2007-05-22 | Suspend/resume support (incomplete). | Jesse Barnes |