aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-15drm/radeon: don't add the IB pool to all VMs v2Christian König1-1/+21
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+12
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/radeon: re-organize the acpi notifier callbackAlex Deucher1-0/+1
2012-09-20drm/radeon: implement handler for ACPI eventLuca Tettamanti1-5/+11
2012-08-13drm/radeon/kms: implement timestamp userspace query (v2)Marek Olšák1-6/+29
2012-07-18drm/radeon: document radeon_kms.cAlex Deucher1-0/+126
2012-06-21drm/radeon: apply Murphy's law to the kms irq code v3Christian Koenig1-3/+9
2012-06-05drm/radeon: fix gpu_init on siAlex Deucher1-1/+1
2012-04-12drm/radeon: enable pci bus mastering after card is initialised (v2)Dave Airlie1-2/+0
2012-03-21drm/radeon: Update radeon_info_ioctl for SI. (v2)Michel Dänzer1-5/+16
2012-03-21drm/radeon/kms: add info query for max pipesTom Stellard1-0/+13
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse1-1/+46
2011-07-18drm/radeon/kms: add info query for backend mapAlex Deucher1-0/+13
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason1-1/+1
2011-05-04drm/radeon/kms: fix gart setup on fusion parts (v2)Alex Deucher1-0/+3
2011-04-27drm/radeon/kms: add info query for tile pipesAlex Deucher1-0/+13
2011-03-03drm/radeon/kms: add gpu_init function for caymanAlex Deucher1-2/+7
2011-03-01drm/radeon: add new getparam for number of backends.Dave Airlie1-0/+11
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-2/+2
2011-01-28drm/radeon/kms: release CMASK access in preclose_kmsMarek Olšák1-0/+2
2011-01-25drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher1-0/+4
2011-01-06drm/radeon/kms: manage r300 CMASK RAM access and allow CMASK clearMarek Olšák1-12/+27
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-4/+0
2010-11-22drm/kms/radeon: Add support for precise vblank timestamping.Mario Kleiner1-0/+21
2010-09-22drm/radeon: don't allow device to be opened if powered downDave Airlie1-0/+4
2010-08-20drm/radeon/kms: add back missing break in info ioctlAlex Deucher1-0/+1
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it (v2)Dave Airlie1-39/+39
2010-08-10drm/radeon: add a way to revoke hyper-z accessMarek Olšák1-5/+19
2010-08-10drm/radeon/kms: add missing copy from userDr. David Alan Gilbert1-1/+3
2010-08-04drm/radeon: tone down overchatty acpi debug messages.Dave Airlie1-1/+1
2010-08-02drm/radeon: add basic zmask/hiz support (v4)Dave Airlie1-1/+12
2010-08-02drm/radeon/kms: move a bunch of modesetting debug to correct debug usage.Dave Airlie1-3/+3
2010-08-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie1-1/+2
2010-08-02drm/radeon/kms/r6xx+: add query for tile config (v2)Alex Deucher1-0/+12
2010-08-02drm/radeon: Add support for the ATIF ACPI method to the radeon driverAlberto Milone1-1/+7
2010-07-22drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctlAlex Deucher1-1/+2
2010-06-08drm/radeon/kms/evergreen: set accel_enabledAlex Deucher1-1/+8
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-3/+3
2010-05-18drm/radeon/kms: add query for crtc hw id from crtc id to get info V2Jerome Glisse1-0/+18
2010-04-27Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+3
2010-04-23drm/radeon/kms: don't print error for legal crtcs.Dave Airlie1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-0/+3
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+3
2010-02-09drm/radeon/kms: switch all KMS driver ioctls to unlocked.Dave Airlie1-12/+12
2009-12-10drm/radeon/kms: cleanup structure and module if initialization failsJerome Glisse1-22/+20
2009-09-25drm/radeon/kms: remove unneeded master create/destroy functions.Dave Airlie1-49/+0