summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_cp.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter2014-09-121-12/+12
* drm: mark drm_buf and drm_map as legacyDavid Herrmann2014-09-101-11/+11
* drm: Kill DRM_*MEMORYBARRIERDaniel Vetter2013-12-181-1/+1
* drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter2013-12-181-2/+2
* drm/radeon: s/drm_order/order_base_2/Daniel Vetter2013-07-231-3/+3
* drm/radeon: Deprecate UMS support v2Christian König2013-01-311-0/+2
* drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesssDaniel Vetter2012-12-141-14/+0
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-2/+0
* radeon_cp: Remove unneeded tests for NULL before calling release_firmware()Jesper Juhl2012-04-301-8/+4
* drm: move pci bus master enable into driver.Dave Airlie2012-02-161-0/+2
* gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-10-311-0/+2
* DRM: remove drm_pci_device_is_pcieJon Mason2011-07-131-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drm: rework PCI/platform driver interface.Dave Airlie2011-02-071-2/+2
* drm: Remove drm_resource wrappersJordan Crouse2010-06-011-4/+4
* drm/radeon: 9800 SE has only one quadpipeTormod Volden2010-04-231-2/+7
* drm/radeon: R300 AD only has one quad pipe.Michel Dänzer2010-04-061-4/+6
* drm/radeon: r100/r200 ums: block ability for userspace app to trash 0 page an...Dave Airlie2010-03-011-0/+1
* drm/radeon/kms: fix memory leakJiri Slaby2010-01-071-0/+1
* drm/radeon: A bit of cleanup work on radeon_freelist_get()Robert Noland2009-10-261-41/+4
* drm/radeon: some r420s have a CP race with the DMA engine.Alex Deucher2009-09-211-0/+23
* Merge intel drm-intel-next branchDave Airlie2009-09-071-0/+9
|\
| * drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher2009-08-211-0/+9
* | radeon: Use request_firmware()Ben Hutchings2009-08-311-45/+83
|/
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-181-5/+4
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-121-1/+1
|\
| * radeon: remove _DRM_DRIVER from the preadded sarea mapDave Airlie2009-06-111-1/+1
* | drm/radeon: fix ring free alignment calculationsDave Airlie2009-06-041-2/+2
|/
* drm/radeon: add regs required for occlusion queries supportMaciej Cencora2009-03-291-1/+1
* drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder2009-03-131-1/+1
* radeon: call the correct idle function, logic got inverted.Dave Airlie2009-03-131-1/+1
* radeon: add support for rs600 GPUsAlex Deucher2009-03-131-4/+123
* drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher2009-03-131-47/+141
* drm/radeon: prep for r6xx/r7xx supportAlex Deucher2009-03-131-0/+14
* drm/radeon: split busmaster enable out to a separate functionDave Airlie2009-03-131-15/+20
* drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie2009-03-131-0/+32
* drm: radeon: Use surface for PCI GART table.David Miller2009-03-131-1/+57
* drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller2009-03-131-11/+4
* drm: radeon: Fix ring_rptr accesses.David Miller2009-03-131-12/+58
* drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt2009-03-131-4/+5
* drm/radeon: update sarea copies of last_ variables on resume.etienne2009-02-201-6/+15
* drm/radeon: fix ioremap conflict with AGP mappingsDave Airlie2009-02-081-3/+3
* drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie2008-12-291-1/+1
* drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie2008-12-291-1/+1
* drm: move to kref per-master structures.Dave Airlie2008-12-291-15/+58
* drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-251-0/+6
* drm/radeon: map registers at load timeDave Airlie2008-11-111-6/+9
* drm/radeon: fixup further bus mastering confusion.Alex Deucher2008-10-281-7/+8
* radeon: fix PCI bus mastering support enables.Alex Deucher2008-10-181-2/+14
OpenPOWER on IntegriCloud