summaryrefslogtreecommitdiff
path: root/shared-core/radeon_irq.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-415/+0
2009-02-27Move vblank_init to driver load time.Robert Noland1-5/+0
2009-02-24radeon: Prepare radeon for msi support.Robert Noland1-0/+28
2008-12-23radeon: only write irq regs if irq is enabledDave Airlie1-2/+4
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-17/+12
2008-11-03radeon: overhaul ring interactionsDave Airlie1-6/+10
2008-11-03radeon: add proc debugging for interrupts/ringDave Airlie1-0/+1
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg1-42/+15
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-7/+7
2008-07-21Remove accidental leftover tests.Michel Dänzer1-1/+1
2008-07-21radeon: Post-vblank-rework-rework cleanups.Michel Dänzer1-42/+15
2008-06-05radeon: Restore software interrupt on resume.Dennis Kasprzyk1-1/+1
2008-05-21rs690/r500: vblank support.Dave Airlie1-49/+151
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes1-3/+3
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-3/+3
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-2/+1
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes1-36/+32
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-14/+6
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-1/+1
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-6/+6
2007-07-19FreeBSD warnings cleanup.Eric Anholt1-2/+3
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-12/+12
2007-07-06radeon: Improve vblank counter.Michel Dänzer1-5/+7
2007-06-22radeon: Acknowledge all interrupts we're interested in.Michel Dänzer1-2/+7
2007-06-22Remove mask parameter from radeon_acknowledge_irqs().Michel Dänzer1-7/+9
2007-06-21Merge branch 'vblank-rework' into vblankJesse Barnes1-2/+3
2007-06-21RADEON: fix race in vblank interrupt handlingJesse Barnes1-6/+3
2007-06-18radeon: VBlank rework fixups.Michel Dänzer1-12/+6
2007-06-15Remove broken crtc enable checks, radeon does it slightly differentlyJesse Barnes1-9/+3
2007-06-15First cut at radeon support for the vblank rework.Jesse Barnes1-90/+68
2007-06-12Initial checkin of vblank rework. Code attempts to reduce the numberJesse Barnes1-25/+50
2007-06-03radeon: refine irq acking for vbl on crtc 2Dave Airlie1-5/+15
2007-06-03radeon: add support for vblank on crtc2Dave Airlie1-9/+78
2005-11-28Assert an MIT copyright on sis_drm.h, since one was lacking and I createdEric Anholt1-2/+2
2005-11-11fix up radeon whitespaceDave Airlie1-3/+4
2005-06-06fix some issues with radeon interrupt handlingDave Airlie1-19/+13
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-7/+2
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-74/+71
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-6/+5
2004-08-24Merged drmfntbl-0-0-2Dave Airlie1-2/+2
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-2/+2
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-1/+1
2003-07-29IRQ code cleanup suggested by Linus TorvaldsMichel Daenzer1-3/+3
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer1-2/+3
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass1-4/+5
2003-03-28merged drm-filp-0-1-branchKeith Whitwell1-1/+1
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer1-5/+8
2002-12-04further vertical blank interrupt cleanups: remove unused variable,Michel Daenzer1-1/+1
2002-12-03vertical blank interrupt cleanups: use spinlock instead of semaphore, sendMichel Daenzer1-4/+1
2002-11-30vertical blank ioctl can send signal instead of blockingMichel Daenzer1-4/+4