summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-10-0942-368/+997
|\
| * drm/amdgpu: minor coding style fixChristian König2017-10-061-2/+4
| * drm/amdgpu: add uvd enc irqJames Zhu2017-10-061-2/+38
| * drm/amdgpu: add uvd enc ib testJames Zhu2017-10-061-0/+172
| * drm/amdgpu: add uvd enc ring testJames Zhu2017-10-061-1/+54
| * drm/amdgpu: add uvd enc vm functions (v2)James Zhu2017-10-061-2/+44
| * drm/amdgpu: add uvd enc into run queueJames Zhu2017-10-061-0/+14
| * drm/amdgpu: add uvd enc ringsJames Zhu2017-10-061-2/+52
| * drm/amdgpu: add new uvd enc ring methodsJames Zhu2017-10-061-0/+117
| * drm/amdgpu: add uvd enc command in headerJames Zhu2017-10-061-0/+10
| * drm/amdgpu: Fixed a potential circular lockozeng2017-10-062-2/+18
| * drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_fileMarek Olšák2017-10-064-1/+66
| * drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu2017-10-063-17/+32
| * drm/amd/powerplay: refine code in amd_powerplay.c (v2)Rex Zhu2017-10-011-12/+0
| * amdgpu/nbio: use constant nbio_hdp_flush_reg structs.Dave Airlie2017-09-297-61/+38
| * amdgpu/soc15: make the pcie index/data registers constant.Dave Airlie2017-09-295-12/+12
| * amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie2017-09-292-4/+4
| * drm/amdgpu: create powerplay by cgs interfaceRex Zhu2017-09-281-27/+3
| * drm/amdgpu: add cgs interface to register pp handleRex Zhu2017-09-281-0/+23
| * drm/amdgpu: delete pp_enable in adevRex Zhu2017-09-283-49/+36
| * drm/amdgpu: delete dead code about fw load checkRex Zhu2017-09-283-78/+23
| * drm/amd/powerplay: fix memory leak in powerplayRex Zhu2017-09-281-3/+6
| * drm/amdgpu: move amdgpu_ucode_init_bo to amdgpu_device.cRex Zhu2017-09-283-14/+8
| * drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu2017-09-286-20/+13
| * drm/amdgpu: Handle GPUVM fault stormsFelix Kuehling2017-09-287-13/+112
| * drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez2017-09-283-10/+28
| * drm/amdgpu: add option for force enable multipipe policy for computeAndres Rodriguez2017-09-283-0/+11
| * drm/amdgpu: use multipipe compute policy on non PL11 asicsAndres Rodriguez2017-09-281-2/+12
| * drm/amdgpu: fix vf error handlingAlex Deucher2017-09-284-41/+54
* | BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie2017-10-031-1/+188
|\ \
| * \ Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-09-281-1/+188
| |\ \
| | * | drm/amdgpu: revert tile table update for olandJean Delvare2017-09-141-1/+188
* | | | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-2872-1475/+2485
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | drm/amdgpu: clarify license in amdgpu_trace_points.cAlex Deucher2017-09-261-0/+19
| * | drm/amdgpu: Add gem_prime_mmap supportSamuel Li2017-09-263-0/+36
| * | drm/amdgpu: simplify pinning into visible VRAMChristian König2017-09-261-15/+8
| * | drm/amdgpu:fix firmware memoryleak(v2)Monk Liu2017-09-266-0/+37
| * | drm/amdgpu:fix uvd ring fini routine(v2)Monk Liu2017-09-261-0/+4
| * | drm/amdgpu/sriov:alloc KIQ MQD in VRAM(v2)Monk Liu2017-09-261-1/+6
| * | drm/amdgpu:unmap KCQ in gfx hw_fini(v2)Monk Liu2017-09-262-0/+115
| * | drm/amdgpu:halt when vm faultMonk Liu2017-09-262-0/+13
| * | drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcsYong Zhao2017-09-267-1/+15
| * | drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao2017-09-268-6/+30
| * | drm/amdgpu: Correct bytes limit for SDMA 3.0 copy and fillYong Zhao2017-09-261-2/+2
| * | drm/amdgpu: use 2MB fragment size for GFX6,7 and 8Christian König2017-09-263-3/+3
| * | drm/amdgpu: Fix driver reloading failureXiangliang.Yu2017-09-261-0/+2
| * | drm/amd/amdgpu: add vega10/raven mmhub/athub golden settingsEvan Quan2017-09-261-0/+23
| * | drm/amdgpu: add cgs query info of pci bus devfnEric Huang2017-09-261-0/+3
| * | drm/amd/amdgpu: Partial revert of iova debugfsTom St Denis2017-09-261-77/+13
| * | drm/amd/amgpu: update vega10 sdma golden settingEvan Quan2017-09-261-1/+1
OpenPOWER on IntegriCloud