aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02drm/radeon: remove UMS supportAlex Deucher1-2243/+0
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter1-8/+8
2014-09-12drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter1-12/+12
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann1-11/+11
2013-12-18drm: Kill DRM_*MEMORYBARRIERDaniel Vetter1-1/+1
2013-12-18drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter1-2/+2
2013-07-23drm/radeon: s/drm_order/order_base_2/Daniel Vetter1-3/+3
2013-01-31drm/radeon: Deprecate UMS support v2Christian König1-0/+2
2012-12-14drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesssDaniel Vetter1-14/+0
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-2/+0
2012-04-30radeon_cp: Remove unneeded tests for NULL before calling release_firmware()Jesper Juhl1-8/+4
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+2
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-2/+2
2010-06-01drm: Remove drm_resource wrappersJordan Crouse1-4/+4
2010-04-23drm/radeon: 9800 SE has only one quadpipeTormod Volden1-2/+7
2010-04-06drm/radeon: R300 AD only has one quad pipe.Michel Dänzer1-4/+6
2010-03-01drm/radeon: r100/r200 ums: block ability for userspace app to trash 0 page and beyondDave Airlie1-0/+1
2010-01-07drm/radeon/kms: fix memory leakJiri Slaby1-0/+1
2009-10-26drm/radeon: A bit of cleanup work on radeon_freelist_get()Robert Noland1-41/+4
2009-09-21drm/radeon: some r420s have a CP race with the DMA engine.Alex Deucher1-0/+23
2009-09-07Merge intel drm-intel-next branchDave Airlie1-0/+9
2009-08-31radeon: Use request_firmware()Ben Hutchings1-45/+83
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher1-0/+9
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-5/+4
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2009-06-11radeon: remove _DRM_DRIVER from the preadded sarea mapDave Airlie1-1/+1
2009-06-04drm/radeon: fix ring free alignment calculationsDave Airlie1-2/+2
2009-03-29drm/radeon: add regs required for occlusion queries supportMaciej Cencora1-1/+1
2009-03-13drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder1-1/+1
2009-03-13radeon: call the correct idle function, logic got inverted.Dave Airlie1-1/+1
2009-03-13radeon: add support for rs600 GPUsAlex Deucher1-4/+123
2009-03-13drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher1-47/+141
2009-03-13drm/radeon: prep for r6xx/r7xx supportAlex Deucher1-0/+14
2009-03-13drm/radeon: split busmaster enable out to a separate functionDave Airlie1-15/+20
2009-03-13drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie1-0/+32
2009-03-13drm: radeon: Use surface for PCI GART table.David Miller1-1/+57
2009-03-13drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller1-11/+4
2009-03-13drm: radeon: Fix ring_rptr accesses.David Miller1-12/+58
2009-03-13drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt1-4/+5
2009-02-20drm/radeon: update sarea copies of last_ variables on resume.etienne1-6/+15
2009-02-08drm/radeon: fix ioremap conflict with AGP mappingsDave Airlie1-3/+3
2008-12-29drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie1-1/+1
2008-12-29drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie1-1/+1
2008-12-29drm: move to kref per-master structures.Dave Airlie1-15/+58
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard1-0/+6
2008-11-11drm/radeon: map registers at load timeDave Airlie1-6/+9