summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-12-21drm/amd/powerplay: add Tonga dpm support (v3)yanyang120-12/+9284
2015-12-21drm/amd/powerplay: Add Tonga SMU supportJammy Zhou5-2/+921
2015-12-21drm/amd/powerplay: add header file for tonga smu and dpmyanyang14-198/+1844
2015-12-21drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.yanyang13-0/+0
2015-12-21drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.hyanyang11-0/+1
2015-12-21drm/amd/powerplay: implement functions of amd_powerplay_funcRex Zhu1-8/+183
2015-12-21drm/amd/powerplay: add event manager sub-componentRex Zhu20-1/+2423
2015-12-21drm/amd/powerplay: add CG and PG support for carrizoRex Zhu10-12/+1058
2015-12-21drm/amd/powerplay: add Carrizo dpm supportJammy Zhou4-3/+1212
2015-12-21drm/amd/powerplay: add Carrizo smu supportJammy Zhou8-2/+963
2015-12-21drm/amd/powerplay: add hardware manager sub-componentJammy Zhou16-6/+3439
2015-12-21drm/amd/powerplay: add SMU manager sub-componentJammy Zhou6-0/+560
2015-12-21drm/amdgpu: export amd_powerplay_func to amdgpu and other ip blockRex Zhu2-81/+180
2015-12-21drm/amdgpu: disable legacy path of firmware check if powerplay is enabledRex Zhu2-49/+55
2015-12-21drm/amd/powerplay: add basic powerplay frameworkAlex Deucher12-9/+718
2015-12-21drm/amdgpu: add new cgs interface to get display info (v2)Rex Zhu2-0/+60
2015-12-21drm/amdgpu: implement cgs interface to query system infoRex Zhu2-0/+46
2015-12-21drm/amdgpu: implement new cgs interface for acpi functionRex Zhu2-3/+262
2015-12-21drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu3-4/+4
2015-12-21drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.hRex Zhu2-60/+53
2015-12-21drm/amdgpu: share struct amdgpu_pm_state_type with powerplay moduleRex Zhu3-30/+27
2015-12-21drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2015-12-21drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_mapFelix Kuehling1-5/+5
2015-12-21drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addrFelix Kuehling1-6/+6
2015-12-21drm/radeon: fix dp link rate selection (v2)Alex Deucher3-77/+49
2015-12-21drm/amdgpu: fix dp link rate selection (v2)Alex Deucher1-60/+36
2015-12-18drm/radeon: only increment sync_seq when a fence is really emittedNicolai Hähnle1-2/+2
2015-12-18drm/radeon: fix typo in cik_ring_ib_execute documentation (v2)Nicolai Hähnle1-2/+2
2015-12-18drm/radeon: Update radeon_get_vblank_counter_kms()Thierry Reding1-12/+12
2015-12-18drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner9-29/+164
2015-12-18drm/radeon: Fix "slow" audio over DP on DCE8+Slava Grigorev4-0/+29
2015-12-18drm/amdgpu: keep the PTs validation list in the VM v2Christian König4-47/+27
2015-12-18drm/amdgpu: split VM PD and PT handling during CSChristian König4-29/+51
2015-12-18drm/amdgpu: put VM page tables directly into duplicates listChristian König4-9/+12
2015-12-18drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou2-2/+11
2015-12-17drm/amdgpu: limit visible vram if it's smaller than the BARAlex Deucher2-0/+8
2015-12-14drm/amdgpu: change default sched jobs to 32Chunming Zhou1-2/+2
2015-12-14drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2-10/+20
2015-12-14drm/amdgpu: handle error case for ctxChunming Zhou1-2/+5
2015-12-14drm/amdgpu: add entity only when first job comeChunming Zhou1-5/+8
2015-12-11drm/amdgpu: add more debugging output for driver failuresAlex Deucher1-16/+57
2015-12-11drm/amdgpu: update rev id register for VIFlora Cui1-6/+3
2015-12-11drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP onlyFlora Cui1-1/+1
2015-12-11drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3Flora Cui1-0/+5
2015-12-04drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2-3/+15
2015-12-04amdgpu/gfxv8: Remove magic numbers from function gfx_v8_0_tiling_mode_table_i...Tom St Denis1-2/+2
2015-12-04drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle1-2/+3
2015-12-04drm/amdgpu: add err check for pin userptrChunming Zhou1-3/+7
2015-12-04amdgpu/gfxv8: Simplification in gfx_v8_0_enable_gui_idle_interrupt()Tom St Denis1-11/+5
2015-12-04amdgpu/gfxv8: Simplification of gfx_v8_0_create_bitmask()Tom St Denis1-7/+1