summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clockNils Wallménius2016-05-113-10/+8
* drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius2016-05-115-10/+5
* drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius2016-05-114-8/+4
* 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/+25
* 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/+1
* drm/amdgpu: remove owner cleanup v2Christian König2016-05-111-13/+0
* 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/+5
* 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/+25
* 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/+5
| * amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang2016-04-213-1/+5
| * drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-211-0/+2
| * drm/amdgpu: bump the afmt limit for CZ, ST, PolarisAlex Deucher2016-04-211-1/+1
| * drm/amdgpu: use defines for CRTCs and AMFT blocksAlex Deucher2016-04-211-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
| | * drm/amdgpu: add invisible pin size statisticChunming Zhou2016-04-063-5/+10
* | | drm/amdgpu: fix build on aarch64.Dave Airlie2016-05-091-0/+1
* | | Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-06126-3067/+60709
|\ \ \
| * | | drm/amdgpu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Muhammad Falak R Wani2016-05-041-1/+1
| * | | drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefreshAlex Deucher2016-05-041-1/+1
| * | | drm/amdgpu/uvd6: add bypass support for fiji (v3)Alex Deucher2016-05-041-0/+19
| * | | drm/amdgpu/fiji: set UVD CG state when enabling UVD DPM (v2)Alex Deucher2016-05-041-2/+9
| * | | drm/powerplay: add missing clockgating callback for tongaAlex Deucher2016-05-041-0/+1
| * | | drm/amdgpu: Constify some tablesNils Wallménius2016-05-046-33/+36
| * | | drm/amd/powerplay: Delete dead struct declarationNils Wallménius2016-05-041-1/+0
| * | | drm/amd/powerplay/hwmgr: don't add invalid voltageMoritz Kühner2016-05-041-26/+28
| * | | drm/amd/powerplay/hwmgr: prevent VDDC from exceeding 2VMoritz Kühner2016-05-041-2/+1
| * | | drm/amd/amdgpu: Add debugfs entries for smc/didt/pcieTom St Denis2016-05-042-9/+223
| * | | drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-0431-1776/+0
| * | | drm/amd/powerplay: revise reading/writing pptable on Polaris10Eric Huang2016-05-042-4/+30
OpenPOWER on IntegriCloud