summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: fix NULL point check errorRex Zhu2016-05-131-2/+3
* drm/amd/powerplay: SCLK will have a big drop with low VDDC when PPlib was ena...Rex Zhu2016-05-131-1/+2
* drm/amdgpu: Encapsulate some VM table update parameters (v2)Harish Kasiviswanathan2016-05-111-49/+62
* drm/amdgpu: fix TC cache flushingMarek Olšák2016-05-112-1/+4
* drm/amd/powerplay: rewrite pp_sw_init to make code readableHuang Rui2016-05-111-6/+9
* drm/amdgpu/dce11: fix audio offset for asics with >7 audio pinsAlex Deucher2016-05-112-1/+3
* drm/amdgpu: fix and cleanup user fence handling v2Christian König2016-05-114-47/+38Star
* drm/amdgpu: move VM fields into jobChristian König2016-05-1114-66/+66
* drm/amdgpu: move the context from the IBs into the jobChristian König2016-05-114-17/+24
* drm/amdgpu: move context switch handling into common code v2Christian König2016-05-1112-29/+25Star
* drm/amdgpu: move preamble IB handling into common codeChristian König2016-05-113-9/+7Star
* drm/amdgpu/gfx7: fix pipeline syncChunming Zhou2016-05-111-12/+13
* amdgpu/uvd: separate context buffer from DPBSonny Jiang2016-05-111-3/+59
* drm/amdgpu: use fence_context to judge ctx switch v2Christian König2016-05-113-4/+4
* drm/amd/amdgpu: Added more named DRM info messages for debuggingTom St Denis2016-05-111-10/+10
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-1132-1/+33
* drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher2016-05-116-27/+52
* drm/amdgpu/dce11: don't share PLLs on PolarisAlex Deucher2016-05-111-4/+0Star
* drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clockNils Wallménius2016-05-113-10/+8Star
* drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius2016-05-115-10/+5Star
* drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius2016-05-114-8/+4Star
* drm/amd/powerplay: Use defined constants for minium engine clockNils Wallménius2016-05-112-3/+4
* drm/amdgpu: add missing licenses on a couple of filesAlex Deucher2016-05-112-0/+45
* drm/amdgpu: fetch cu_info once at initAlex Deucher2016-05-119-46/+25Star
* drm/amd: cleanup remaining spaces and tabs v2Christian König2016-05-1123-56/+56
* drm/amdgpu: remove define for reserved client IDChristian König2016-05-112-2/+1Star
* drm/amdgpu: remove owner cleanup v2Christian König2016-05-111-13/+0Star
* drm/amdgpu: make the VMID owner always 64bitChristian König2016-05-112-3/+3
* drm/amdgpu: two minor 80 char fixesChristian König2016-05-113-8/+12
* drm/amdgpu: hdp flush&inval should always doMonk Liu2016-05-111-7/+5Star
* drm/amd/amdgpu: Enable CG for UVD6 on CarrizoTom St Denis2016-05-111-1/+2
* drm/amdgpu: add pipeline sync for compute jobChunming Zhou2016-05-111-1/+2
* drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu2016-05-1112-30/+25Star
* drm/amdgpu: make vmid owner be client_idChunming Zhou2016-05-111-3/+3
* drm/amdgpu: add client id for every vmChunming Zhou2016-05-112-0/+8
* drm/amdgpu: fix wrong release of vmid ownerChunming Zhou2016-05-111-5/+9
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-0913-20/+46
|\
| * drm/amdgpu: make sure vertical front porch is at least 1Alex Deucher2016-05-031-0/+4
| * drm/amdgpu: set metadata pointer to NULL after freeing.Dave Airlie2016-05-031-0/+1
| * drm/amdgpu: disable vm interrupts with vm_fault_stop=2Flora Cui2016-04-272-2/+8
| * drm/amdgpu: print a message if ATPX dGPU power control is missingAlex Deucher2016-04-271-1/+4
| * Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher2016-04-272-11/+5Star
| * amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang2016-04-223-1/+5
| * drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-221-0/+2
| * drm/amdgpu: bump the afmt limit for CZ, ST, PolarisAlex Deucher2016-04-221-1/+1
| * drm/amdgpu: use defines for CRTCs and AMFT blocksAlex Deucher2016-04-221-2/+2
| * drm/amdgpu/acp: fix resume on CZ systems with AZ audioAlex Deucher2016-04-181-0/+4
| * drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu2016-04-142-0/+3
| * Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-04-144-6/+11
| |\
| | * drm/amd/amdgpu: fix irq domain remove for tonga ihJunwei Zhang2016-04-071-1/+1