summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+2
2014-09-10drm: drop DRM_DEBUG_CODEDavid Herrmann2-26/+12
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann2-12/+12
2014-09-10drm/radeon: move drm_buffer to drm/radeon/David Herrmann5-3/+328
2014-09-02drm/radeon: use rcu waits in some ioctlsMaarten Lankhorst1-6/+16
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst7-44/+33
2014-09-01drm/radeon: use common fence implementation for fences, v4Maarten Lankhorst4-29/+235
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2-2/+2
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst2-8/+1
2014-08-28drm/radeon: preallocate mem for UVD create/destroy msgChristian König1-75/+26
2014-08-28drm/radeon: allow UVD to use a second 256MB segmentChristian König3-5/+23
2014-08-28Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie15-184/+531
2014-08-28drm/radeon: drop doing resets in a work itemChristian König4-24/+8
2014-08-28drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2Christian König2-19/+2
2014-08-28drm/radeon: add timeout argument to radeon_fence_wait_seq v2Maarten Lankhorst1-20/+28
2014-08-28drm/radeon: handle lockup in delayed work, v5Christian König2-78/+124
2014-08-28drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst4-23/+27
2014-08-28drm/radeon: force fence completion only on problematic rings (v2)Christian König4-15/+8
2014-08-27drm/radeon: wake up all fences on manual resetChristian König1-0/+1
2014-08-27drm/radeon: add UVD fw names for older asicChristian König1-0/+23
2014-08-27drm/radeon: enable RB_ARB before resetting the VCPUChristian König1-2/+2
2014-08-27drm/radeon: 760G/780V/880V don't have UVDAlex Deucher2-25/+42
2014-08-27drm/radeon: implement UVD hw workarounds for R6xx v3Christian König2-1/+28
2014-08-27drm/radeon: add UVD support for older asics v4Christian König6-0/+138
2014-08-27drm/radeon: add set_uvd_clocks callback for r6xx v4Alex Deucher2-0/+114
2014-08-27drm/radeon: properly init UVD MC bits on R600Christian König2-1/+7
2014-08-27drm/radeon: force UVD buffers into VRAM on RS[78]80 v2Christian König1-3/+6
2014-08-27drm/radeon: move the IB test after the AGP fallbackChristian König1-4/+4
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König4-40/+66
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-4/+590
2014-08-22drm/radeon: add new KV pci idAlex Deucher1-0/+1
2014-08-19Revert "drm/radeon: Use write-combined CPU mappings of ring buffers with PCIe"Alex Deucher1-3/+1
2014-08-19drm/radeon: fix active_cu mask on SI and CIK after re-init (v3)Alex Deucher2-0/+2
2014-08-19drm/radeon: fix active cu count for SI and CIKAlex Deucher2-10/+6
2014-08-19drm/radeon: re-enable selective GPUVM flushingAlex Deucher1-3/+1
2014-08-19drm/radeon: Sync ME and PFP after CP semaphore waits v4Christian König3-0/+36
2014-08-19drm/radeon: fix display handling in radeon_gpu_resetAlex Deucher1-0/+16
2014-08-19drm/radeon: fix pm handling in radeon_gpu_resetAlex Deucher1-2/+16
2014-08-19drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer25-66/+73
2014-08-19drm/radeon: properly document reloc priority maskChristian König1-1/+2
2014-08-15drm/radeon: Remove duplicate include from MakefileAndreas Ruprecht1-1/+1
2014-08-15drm/radeon/dpm: select the appropriate vce power state for KV/KB/MLAlex Deucher1-3/+3
2014-08-15drm/radeon: Add ability to get and change dpm state when radeon PX card is tu...Pali Rohár1-10/+6
2014-08-15drm/radeon: Add missing lines to ci_set_thermal_temperature_rangeOleg Chernovskiy1-0/+3
2014-08-15drm/radeon: Always flush VM again on < CIKMichel Dänzer1-1/+3
2014-08-15drm/radeon: add a check for allocation failure (v2)Dan Carpenter1-0/+4
2014-08-15drm/radeon: use pfp for all vm_flush related updatesAlex Deucher2-6/+6
2014-08-15drm/radeon: add bapm module parameterAlex Deucher4-10/+24
2014-08-11drm/radeon: allow userptr write access under certain conditionsChristian König1-7/+12
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König6-2/+296