summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-12-2340-4167/+3632
|\
| * amd/powerplay: disable powerplay by default initiallyAlex Deucher2015-12-211-1/+1
| * drm/amdgpu/powerplay: enable sysfs and debugfs interfaces lateAlex Deucher2015-12-211-1/+4
| * drm/amd/powerplay: check whether enable dpm in powerplay.Rex Zhu2015-12-211-1/+4
| * drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.Rex Zhu2015-12-211-1/+14
| * drm/amdgpu: Prepare DKMS build for powerplay module.Qiang Yu2015-12-211-1/+1
| * drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.Eric Huang2015-12-211-1/+2
| * drm/amd/amdgpu: add vce3.0 clock gating support. (v2)Eric Huang2015-12-211-1/+148
| * drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)Eric Huang2015-12-211-2/+259
| * drm/amdgpu: rename fiji_smumgr.h to fiji_smum.hJammy Zhou2015-12-213-2/+2
| * drm/amdgpu: rename tonga_smumgr.h to tonga_smum.hJammy Zhou2015-12-213-2/+2
| * drm/amd/powerplay: export interface to DAL to init/change display configuration.Rex Zhu2015-12-211-0/+1
| * amdgpu/powerplay: Add Stoney to list of early init casesTom St Denis2015-12-211-0/+1
| * drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)Eric Huang2015-12-211-0/+86
| * drm/amdgpu: add sdma clock gating support for Fiji.Eric Huang2015-12-211-0/+105
| * drm/amd/amdgpu: add gmc clock gating support for Fiji.Eric Huang2015-12-211-0/+172
| * drm/amd/amdgpu: add gfx clock gating support for Fiji.Eric Huang2015-12-211-0/+254
| * drm/amdgpu/cgs: add sys info query for pcie gen and link widthAlex Deucher2015-12-211-0/+6
| * drm/amdgpu: store pcie gen mask and link widthAlex Deucher2015-12-214-20/+99
| * drm/amdgpu: support per device powerplay enablement (v2)Jammy Zhou2015-12-216-61/+65
| * drm/amdgpu: enable sysfs interface for powerplayRex Zhu2015-12-211-9/+11
| * drm/amdgpu: export fan control functions to amdgpuRex Zhu2015-12-211-5/+25
| * drm/amdgpu: enable powerplay module by default for fiji.Rex Zhu2015-12-211-0/+3
| * drm/amdgpu: enable powerplay module by default for tonga.Rex Zhu2015-12-211-0/+8
| * drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.Eric Huang2015-12-213-1/+7
| * drm/amdgpu: add amdgpu.powerplay module optionJammy Zhou2015-12-211-0/+5
| * drm/amd/powerplay: add/update headers for Fiji SMU and DPMEric Huang2015-12-211-182/+0
| * drm/amd/powerplay: add header file for tonga smu and dpmyanyang12015-12-211-198/+0
| * drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.yanyang12015-12-213-984/+0
| * drm/amd/powerplay: add Carrizo smu supportJammy Zhou2015-12-214-531/+0
| * drm/amdgpu: export amd_powerplay_func to amdgpu and other ip blockRex Zhu2015-12-212-81/+180
| * drm/amdgpu: disable legacy path of firmware check if powerplay is enabledRex Zhu2015-12-212-49/+55
| * drm/amd/powerplay: add basic powerplay frameworkAlex Deucher2015-12-217-9/+340
| * drm/amdgpu: add new cgs interface to get display info (v2)Rex Zhu2015-12-211-0/+40
| * drm/amdgpu: implement cgs interface to query system infoRex Zhu2015-12-211-0/+23
| * drm/amdgpu: implement new cgs interface for acpi functionRex Zhu2015-12-211-2/+218
| * drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu2015-12-213-496/+2
| * drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.hRex Zhu2015-12-212-60/+53
| * drm/amdgpu: share struct amdgpu_pm_state_type with powerplay moduleRex Zhu2015-12-212-30/+6
| * drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_mapFelix Kuehling2015-12-211-5/+5
| * drm/amdgpu: fix dp link rate selection (v2)Alex Deucher2015-12-211-60/+36
| * drm/amdgpu: keep the PTs validation list in the VM v2Christian König2015-12-184-47/+27
| * drm/amdgpu: split VM PD and PT handling during CSChristian König2015-12-184-29/+51
| * drm/amdgpu: put VM page tables directly into duplicates listChristian König2015-12-184-9/+12
| * drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou2015-12-182-2/+11
| * drm/amdgpu: limit visible vram if it's smaller than the BARAlex Deucher2015-12-172-0/+8
| * drm/amdgpu: change default sched jobs to 32Chunming Zhou2015-12-141-2/+2
| * drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2015-12-142-10/+20
| * drm/amdgpu: handle error case for ctxChunming Zhou2015-12-141-2/+5
| * drm/amdgpu: add more debugging output for driver failuresAlex Deucher2015-12-111-16/+57