summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_kms.c
AgeCommit message (Expand)AuthorFilesLines
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 ...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/air...Linus 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 imp...Tejun 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
2009-09-18drm/radeon/kms: don't fail if we fail to init GPU accelerationJerome Glisse1-0/+3
2009-09-11drm/radeon/kms: move modeset init outside of GPU initJerome Glisse1-4/+18
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher1-0/+3
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Dave Airlie1-0/+1
2009-08-16drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer1-5/+28
2009-08-04drm/radeon/kms: fix memory leak in radeon_driver_load_kmsXiaotian Feng1-0/+2
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+2
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-2/+2
2009-06-17drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths.Dave Airlie1-1/+1
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+295