aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_irq_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-2/+2
2013-11-01drm/radeon: add runtime PM support (v2)Dave Airlie1-1/+7
2013-08-30radeon kms: fix uninitialised hotplug work usage in r100_irq_process()Sergey Senozhatsky1-4/+6
2013-07-15radeon kms: do not flush uninitialized hotplug workSergey Senozhatsky1-5/+6
2013-06-27drm/radeon/kms: add dpm support for rv6xx (v3)Alex Deucher1-0/+2
2013-06-25drm/radeon: add a reset work handlerAlex Deucher1-0/+18
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-07drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher1-0/+12
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-33/+10
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-3/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-09-27drm/radeon: force MSIs on RS690 asicsAlex Deucher1-0/+4
2012-09-27drm/radeon: Add MSI quirk for gateway RS690Alex Deucher1-0/+6
2012-09-20drm/radeon: remove gui_idle interrupt infrastructureAlex Deucher1-33/+0
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-18drm/radeon: document radeon_irq_kms.cAlex Deucher1-0/+150
2012-06-21drm/radeon: replace pflip and sw_int counters with atomicsChristian Koenig1-31/+28
2012-06-21drm/radeon: apply Murphy's law to the kms irq code v3Christian Koenig1-12/+84
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-0/+6
2012-04-24drm/radeon/kms: fix up audio interrupt handlingAlex Deucher1-0/+3
2012-04-16drm/radeon: disable MSI on RV515Dave Airlie1-0/+6
2012-01-23drm/radeon/kms: Add an MSI quirk for Dell RS690Alex Deucher1-0/+6
2011-12-20drm/radeon/kms: add support for per-ring fence interruptsAlex Deucher1-10/+14
2011-11-03drm/radeon/kms: add MSI module parameterAlex Deucher1-0/+6
2011-11-03drm/radeon/kms: Add MSI quirk for Dell RS690Alex Deucher1-0/+6
2011-11-03drm/radeon/kms: Add MSI quirk for HP RS690Alex Deucher1-0/+7
2011-11-03drm/radeon/kms: split MSI check into a separate functionAlex Deucher1-6/+23
2011-11-01drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-coded value 6Ilija Hadzic1-6/+6
2011-01-24drm/radeon/kms: Initialize pageflip spinlocks.Michel Dänzer1-0/+3
2011-01-06drm/radeon: use system_wq instead of dev_priv->wqTejun Heo1-2/+3
2010-12-03Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-nextDave Airlie1-1/+1
2010-11-23drm/radeon/kms: enable MSIs on fusion APUsAlex Deucher1-1/+1
2010-11-22drm/radeon/kms: add pageflip ioctl support (v3)Alex Deucher1-2/+37
2010-08-20drm/radeon/kms: don't enable MSIs on AGP boardsAlex Deucher1-2/+3
2010-05-18drm/radeon/kms: add support for gui idle interrupts (v4)Alex Deucher1-0/+2
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-3/+2
2010-04-07drm/kms/fb: add polling support for when nothing is connected.Dave Airlie1-1/+1
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-0/+2
2010-03-31drm/radeon/kms: disable MSI on IGP chipsAlex Deucher1-5/+3
2010-03-31drm/radeon/kms: init rdev->num_crtc at asic initAlex Deucher1-8/+6
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse1-2/+8
2009-12-08drm/radeon/kms: enable hpd supportAlex Deucher1-0/+21
2009-12-02drm/radeon/kms: add irq mitigation code for sw interrupt.Dave Airlie1-1/+27
2009-12-02drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)Alex Deucher1-2/+10
2009-10-26drm/radeon/kms: add support for msiAlex Deucher1-0/+9
2009-10-05drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie1-1/+5
2009-08-31radeon: Use request_firmware()Ben Hutchings1-1/+0
2009-08-16drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer1-54/+0
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+158