summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: update rev id register for VIFlora Cui2015-12-111-6/+3
* drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP onlyFlora Cui2015-12-111-1/+1
* drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3Flora Cui2015-12-111-0/+5
* drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2015-12-042-3/+15
* amdgpu/gfxv8: Remove magic numbers from function gfx_v8_0_tiling_mode_table_i...Tom St Denis2015-12-041-2/+2
* drm/amdgpu: add err check for pin userptrChunming Zhou2015-12-041-3/+7
* amdgpu/gfxv8: Simplification in gfx_v8_0_enable_gui_idle_interrupt()Tom St Denis2015-12-041-11/+5
* amdgpu/gfxv8: Simplification of gfx_v8_0_create_bitmask()Tom St Denis2015-12-041-7/+1
* amdgpu/gfxv8: Cleanup of gfx_v8_0_tiling_mode_table_init() (v2)Tom St Denis2015-12-041-1388/+898
OpenPOWER on IntegriCloud