Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg | 1 | -415/+0 |
2009-02-27 | Move vblank_init to driver load time. | Robert Noland | 1 | -5/+0 |
2009-02-24 | radeon: Prepare radeon for msi support. | Robert Noland | 1 | -0/+28 |
2008-12-23 | radeon: only write irq regs if irq is enabled | Dave Airlie | 1 | -2/+4 |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | 1 | -17/+12 |
2008-11-03 | radeon: overhaul ring interactions | Dave Airlie | 1 | -6/+10 |
2008-11-03 | radeon: add proc debugging for interrupts/ring | Dave Airlie | 1 | -0/+1 |
2008-07-31 | Merge commit 'origin/master' into modesetting-gem | Kristian Høgsberg | 1 | -42/+15 |
2008-07-26 | radeon: add initial atombios modesetting and GEM -> TTM translation layer. | Dave Airlie | 1 | -7/+7 |
2008-07-21 | Remove accidental leftover tests. | Michel Dänzer | 1 | -1/+1 |
2008-07-21 | radeon: Post-vblank-rework-rework cleanups. | Michel Dänzer | 1 | -42/+15 |
2008-06-05 | radeon: Restore software interrupt on resume. | Dennis Kasprzyk | 1 | -1/+1 |
2008-05-21 | rs690/r500: vblank support. | Dave Airlie | 1 | -49/+151 |
2008-01-22 | Merge branch 'master' into vblank-rework, including mach64 support | Jesse Barnes | 1 | -3/+3 |
2008-01-03 | drm: cleanup DRM_DEBUG() parameters | Márton Németh | 1 | -3/+3 |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie | 1 | -2/+1 |
2007-10-30 | Merge branch 'master' into vblank-rework, fixup remaining drivers | Jesse Barnes | 1 | -36/+32 |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 1 | -14/+6 |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 1 | -1/+1 |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt | 1 | -6/+6 |
2007-07-19 | FreeBSD warnings cleanup. | Eric Anholt | 1 | -2/+3 |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | 1 | -12/+12 |
2007-07-06 | radeon: Improve vblank counter. | Michel Dänzer | 1 | -5/+7 |
2007-06-22 | radeon: Acknowledge all interrupts we're interested in. | Michel Dänzer | 1 | -2/+7 |
2007-06-22 | Remove mask parameter from radeon_acknowledge_irqs(). | Michel Dänzer | 1 | -7/+9 |
2007-06-21 | Merge branch 'vblank-rework' into vblank | Jesse Barnes | 1 | -2/+3 |
2007-06-21 | RADEON: fix race in vblank interrupt handling | Jesse Barnes | 1 | -6/+3 |
2007-06-18 | radeon: VBlank rework fixups. | Michel Dänzer | 1 | -12/+6 |
2007-06-15 | Remove broken crtc enable checks, radeon does it slightly differently | Jesse Barnes | 1 | -9/+3 |
2007-06-15 | First cut at radeon support for the vblank rework. | Jesse Barnes | 1 | -90/+68 |
2007-06-12 | Initial checkin of vblank rework. Code attempts to reduce the number | Jesse Barnes | 1 | -25/+50 |
2007-06-03 | radeon: refine irq acking for vbl on crtc 2 | Dave Airlie | 1 | -5/+15 |
2007-06-03 | radeon: add support for vblank on crtc2 | Dave Airlie | 1 | -9/+78 |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt | 1 | -2/+2 |
2005-11-11 | fix up radeon whitespace | Dave Airlie | 1 | -3/+4 |
2005-06-06 | fix some issues with radeon interrupt handling | Dave Airlie | 1 | -19/+13 |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie | 1 | -7/+2 |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | 1 | -74/+71 |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | 1 | -6/+5 |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie | 1 | -2/+2 |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | 1 | -2/+2 |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt | 1 | -1/+1 |
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer | 1 | -3/+3 |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | 1 | -2/+3 |
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | 1 | -4/+5 |
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell | 1 | -1/+1 |
2003-02-04 | only acknowledge interrupts we handle - others could be used outside the | Michel Daenzer | 1 | -5/+8 |
2002-12-04 | further vertical blank interrupt cleanups: remove unused variable, | Michel Daenzer | 1 | -1/+1 |
2002-12-03 | vertical blank interrupt cleanups: use spinlock instead of semaphore, send | Michel Daenzer | 1 | -4/+1 |
2002-11-30 | vertical blank ioctl can send signal instead of blocking | Michel Daenzer | 1 | -4/+4 |