| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r205120,r205126 | Robert Noland | 2010-04-04 | 3 | -3/+15 |
| * | MFC r198694,r198697 | Robert Noland | 2009-12-13 | 1 | -45/+26 |
| * | MFC 198332 | Robert Noland | 2009-12-13 | 1 | -1/+2 |
| * | MFC 198696 | Robert Noland | 2009-11-02 | 1 | -29/+39 |
| * | MFC 198695 | Robert Noland | 2009-11-02 | 1 | -41/+4 |
| * | MFC 198692 | Robert Noland | 2009-11-02 | 1 | -17/+3 |
| * | MFC 198691 | Robert Noland | 2009-11-02 | 1 | -3/+3 |
| * | MFC r197951 | Robert Noland | 2009-10-30 | 2 | -1/+4 |
| * | MFC r196470-196471,197154-197155,197603-197606 | Robert Noland | 2009-10-30 | 9 | -23/+3170 |
| * | MFC r196466 | Robert Noland | 2009-10-30 | 2 | -0/+5 |
| * | MFC r196465 | Robert Noland | 2009-10-30 | 4 | -12/+8 |
| * | MFC r196464 | Robert Noland | 2009-10-30 | 1 | -7/+15 |
| * | MFC 196403: Temporarily revert the new-bus locking for 8.0 release. | John Baldwin | 2009-08-20 | 1 | -8/+0 |
| * | Merge r196142 | Robert Noland | 2009-08-12 | 3 | -5/+19 |
| * | Merge r196141 | Robert Noland | 2009-08-12 | 1 | -0/+5 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -0/+8 |
| * | Add support for Radeon HD 4770 (RV740) chips. | Robert Noland | 2009-07-09 | 3 | -1/+40 |
| * | We shouldn't need to drop and reaquire the lock here. | Robert Noland | 2009-06-25 | 1 | -7/+5 |
| * | Some more cleanups for vblank code on Intel. | Robert Noland | 2009-06-25 | 2 | -27/+18 |
| * | Initialize max_vblank_count earlier. | Robert Noland | 2009-06-25 | 2 | -8/+12 |
| * | Keep track of the hardware counter more aggressively while interrupts | Robert Noland | 2009-06-25 | 1 | -0/+4 |
| * | Fix one use of atomic for refcount missed in last commit. | Robert Noland | 2009-06-25 | 1 | -1/+1 |
| * | Additional vblank cleanups. | Robert Noland | 2009-06-25 | 1 | -26/+29 |
| * | Ensure that we always hold the lock when calling vblank_disable_fn() | Robert Noland | 2009-06-25 | 1 | -0/+5 |
| * | Add some sysctl info so that we can see what is going on with vblanks. | Robert Noland | 2009-06-23 | 1 | -0/+24 |
| * | Only release irq resources if we were actually using them. | Robert Noland | 2009-06-23 | 1 | -4/+7 |
| * | Using signals for vblank events is prone to issues. There have never | Robert Noland | 2009-06-23 | 2 | -59/+1 |
| * | Given that vblanks generally occur 60 times a second, waiting 3 seconds | Robert Noland | 2009-06-23 | 1 | -1/+1 |
| * | vblank[crtc].last represents the hardware counter while request.sequence | Robert Noland | 2009-06-23 | 1 | -1/+0 |
| * | Hold the lock while we save/restore register for suspend/resume. | Robert Noland | 2009-06-23 | 1 | -0/+6 |
| * | The G45 docs indicate that all G4X chips use the new framecount register. | Robert Noland | 2009-06-20 | 3 | -7/+8 |
| * | realloc() behaves identically to malloc when passed a NULL object pointer | Robert Noland | 2009-06-20 | 1 | -25/+14 |
| * | Don't panic if drm_rmmap is called with a NULL map pointer. | Robert Noland | 2009-06-20 | 1 | -0/+3 |
| * | Don't try to setup interrupts for drivers that don't support them. | Robert Noland | 2009-04-19 | 1 | -18/+21 |
| * | check offsets for R300_ZB_ZPASS_ADDR | Robert Noland | 2009-04-07 | 1 | -2/+5 |
| * | Add regs required for occlusion queries support | Robert Noland | 2009-04-07 | 4 | -2/+11 |
| * | Add support for RV790 (HD 4890) asics | Robert Noland | 2009-04-03 | 1 | -0/+2 |
| * | A little more cleanup from AMD, if we don't have the right microcode | Robert Noland | 2009-04-03 | 2 | -38/+37 |
| * | Simplify the radeon microcode loading. | Robert Noland | 2009-03-31 | 2 | -212/+131 |
| * | We don't know what these pages are going to be used for, they should be | Robert Noland | 2009-03-30 | 1 | -1/+1 |
| * | Load the right microcode for RS780. | Robert Noland | 2009-03-30 | 1 | -4/+4 |
| * | Fix up waiting on vblank again... This reverts a last minute change that | Robert Noland | 2009-03-26 | 1 | -5/+8 |
| * | Rework the management of vblank interrupts a bit. | Robert Noland | 2009-03-25 | 1 | -22/+31 |
| * | Intel handled the management of the breadcrumb counter inconsistently. | Robert Noland | 2009-03-25 | 2 | -11/+12 |
| * | The GART allocations are a propery of the gart, not of scatter-gather | Robert Noland | 2009-03-25 | 3 | -10/+9 |
| * | Fix up the flags to bus_dmamem again. The man page incorrectly showed | Robert Noland | 2009-03-22 | 2 | -10/+9 |
| * | vm_offset_t is unsigned, so compare of >= 0 is not needed. | Robert Noland | 2009-03-20 | 1 | -1/+1 |
| * | Remove the DRM_ERROR to fix build. It didn't make any sense anyway. | Robert Noland | 2009-03-20 | 1 | -2/+0 |
| * | Fix what appears to be a typo, and restore the registers correctly. | Robert Noland | 2009-03-20 | 1 | -1/+1 |
| * | Don't deref dev->dev_private before checking that it exists. | Robert Noland | 2009-03-20 | 1 | -2/+1 |