| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon: fix init ordering for r600+ | Alex Deucher | 2013-08-30 | 1 | -4/+5 |
* | drm/radeon: separate DMA code | Christian König | 2013-08-30 | 1 | -74/+0 |
* | drm/radeon: separate UVD code v3 | Christian König | 2013-08-30 | 1 | -101/+4 |
* | drm/radeon: remove special handling for the DMA ring | Christian König | 2013-08-30 | 1 | -3/+3 |
* | drm/radeon: rework UVD writeback & [rw]ptr handling | Christian König | 2013-08-30 | 1 | -2/+1 |
* | drm/radeon: restructure UVD code to handle UVD PG (v2) | Alex Deucher | 2013-08-30 | 1 | -1/+1 |
* | drm/radeon/kms: remove r6xx+ blit copy routines | Alex Deucher | 2013-08-30 | 1 | -7/+0 |
* | drm/radeon/r7xx: fix copy paste typo in golden register setup | Alex Deucher | 2013-08-14 | 1 | -6/+6 |
* | drm/radeon: only save UVD bo when we have open handles | Christian König | 2013-08-07 | 1 | -1/+1 |
* | drm/radeon: always program the MC on startup | Alex Deucher | 2013-08-07 | 1 | -1/+2 |
* | drm/radeon: fix halting UVD | Christian König | 2013-08-07 | 1 | -0/+2 |
* | drm/radeon: never unpin UVD bo v3 | Christian König | 2013-07-14 | 1 | -1/+1 |
* | radeon: Fix system hang issue when using KMS with older cards | Adis Hamzić | 2013-06-03 | 1 | -4/+6 |
* | radeon: use max_bus_speed to activate gen2 speeds | Kleber Sacilotto de Souza | 2013-05-29 | 1 | -7/+2 |
* | drm/radeon: UVD block on SUMO2 is the same as on SUMO | Christian König | 2013-05-29 | 1 | -3/+1 |
* | drm/radeon: consolidate UVD clock programming | Christian König | 2013-05-02 | 1 | -93/+17 |
* | drm/radeon/7xx: add support for golden register init | Alex Deucher | 2013-04-23 | 1 | -0/+652 |
* | drm/radeon: put UVD PLLs in bypass mode | Christian König | 2013-04-22 | 1 | -7/+13 |
* | drm/radeon/kms: replace *REG32_PCIE_P with *REG32_PCIE_PORT | Alex Deucher | 2013-04-09 | 1 | -16/+16 |
* | drm/radeon: add UVD tiling addr config v2 | Christian König | 2013-04-09 | 1 | -0/+5 |
* | drm/radeon: add set_uvd_clocks callback for r7xx v3 | Christian König | 2013-04-09 | 1 | -0/+156 |
* | drm/radeon: UVD bringup v8 | Christian König | 2013-04-09 | 1 | -0/+132 |
* | drm/radeon: clean up vram/gtt location handling | Alex Deucher | 2013-04-09 | 1 | -1/+1 |
* | drm/radeon: add a asic callback to get the xclk | Alex Deucher | 2013-02-20 | 1 | -0/+25 |
* | drm/radeon: split r6xx and r7xx copy_dma functions | Alex Deucher | 2013-01-04 | 1 | -0/+74 |
* | drm/radeon/kms: Add initial support for async DMA on r6xx/r7xx | Alex Deucher | 2012-12-10 | 1 | -2/+29 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -5/+5 |
|\ |
|
| * | drm/radeon: Mark all possible functions / structs as static | Lauri Kasanen | 2012-09-20 | 1 | -5/+5 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -2/+2 |
|/ |
|
* | drm/radeon/kms: auto detect pcie link speed from root port | Dave Airlie | 2012-07-19 | 1 | -0/+11 |
* | drm/radeon: record what is next valid wptr for each ring v4 | Christian König | 2012-07-17 | 1 | -1/+3 |
* | drm/radeon: move radeon_ib_ring_tests out of chipset code | Christian König | 2012-07-17 | 1 | -4/+0 |
* | drm/radeon: remove r600_blit_suspend | Christian König | 2012-07-17 | 1 | -1/+0 |
* | drm/radeon: remove ip_pool start/suspend | Christian König | 2012-07-17 | 1 | -11/+6 |
* | drm/radeon: remove FIXME comment from chipset suspend | Christian König | 2012-07-17 | 1 | -1/+0 |
* | drm/radeon: add some additional 6xx/7xx/EG register init | Alex Deucher | 2012-06-16 | 1 | -1/+4 |
* | drm/radeon: make audio_init consistent across asics | Alex Deucher | 2012-06-05 | 1 | -12/+6 |
* | drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4) | Alex Deucher | 2012-06-01 | 1 | -216/+48 |
* | drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock | Alex Deucher | 2012-06-01 | 1 | -0/+2 |
* | drm/radeon: fix bank information in tiling config | Alex Deucher | 2012-06-01 | 1 | -2/+6 |
* | drm/radeon: make use of radeon_gem_init() consistent | Alex Deucher | 2012-05-17 | 1 | -4/+0 |
* | drm/radeon: simplify semaphore handling v2 | Jerome Glisse | 2012-05-09 | 1 | -1/+0 |
* | Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ... | Dave Airlie | 2012-05-07 | 1 | -2/+2 |
|\ |
|
| * | radeon: fix r600/agp when vram is after AGP (v3) | Jerome Glisse | 2012-04-19 | 1 | -2/+2 |
* | | drm/radeon: use central function for IB testing | Christian König | 2012-05-03 | 1 | -5/+2 |
|/ |
|
* | drm: Merge tag 'v3.3-rc7' into drm-core-next | Dave Airlie | 2012-03-15 | 1 | -0/+1 |
|\ |
|
| * | drm/radeon/kms: properly set accel working flag and bailout when false | Jerome Glisse | 2012-02-22 | 1 | -0/+1 |
* | | drm/radeon/kms: make ring_start, ring_test, and ib_test per ring | Alex Deucher | 2012-02-29 | 1 | -1/+1 |
* | | drm/radeon/kms: reorganize copy callbacks | Alex Deucher | 2012-02-29 | 1 | -1/+1 |
|/ |
|
* | drm/radeon: introduce a sub allocator and convert ib pool to it v4 | Jerome Glisse | 2011-12-20 | 1 | -21/+22 |