summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
...
| | * drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher2016-09-281-10/+13
| | * drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher2016-09-281-10/+13
| | * drm/amdgpu/si/dpm: fix phase shedding setupAlex Deucher2016-09-282-1/+2
| | * drm/amdgpu/si/dpm: sync up quirks from radeonAlex Deucher2016-09-281-0/+13
| | * drm/amdgpu/vce3: don't forget to tear down some ringsGrazvydas Ignotas2016-09-271-2/+4
| | * drm/amdgpu/i2c: add const where appropriateGrazvydas Ignotas2016-09-272-14/+14
| | * drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas2016-09-272-0/+3
| | * drm/amdgpu: clear ring pointer in amdgpu_device on teardownGrazvydas Ignotas2016-09-271-0/+2
| | * drm/amdgpu/vce: take all rings into account for idle checksAlex Deucher2016-09-271-2/+5
| | * drm/amdgpu: add version bump for raster config programmingAlex Deucher2016-09-271-1/+2
| | * drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mappingChristian König2016-09-271-0/+1
| | * drm/amdgpu: bypass vce clock if vce is idle on Fiji.Rex Zhu2016-09-271-1/+2
| | * drm/amdgpu: fix amdgpu_vm_bo_update param errorFlora Cui2016-09-231-1/+1
| | * drm/amdgpu: Constify tablesNils Wallménius2016-09-236-21/+20
| * | Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-2813-26/+43
| |\ \
| * \ \ Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-28103-35876/+18576
| |\ \ \ | | | |/ | | |/|
| | * | drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)Tom St Denis2016-09-221-4/+14
| | * | drm/amd/amdgpu: Remove division from vblank_waitTom St Denis2016-09-223-9/+15
| | * | drm/amdgpu/atif: Send a hotplug event when we get dgpu display requestAlex Deucher2016-09-221-0/+11
| | * | drm/amdgpu/atpx: check for ATIF dGPU wake for display events supportAlex Deucher2016-09-222-0/+11
| | * | drm/amdgpu: bump version for new vce packet supportAlex Deucher2016-09-221-1/+2
| | * | drm/amdgpu/vce: allow the clock table packetAlex Deucher2016-09-221-0/+1
| | * | drm/amdgpu:cleanup virt related defineMonk Liu2016-09-222-31/+58
| | * | drm/amdgpu: use powerplay module for dgpu in Vi.Rex Zhu2016-09-2212-3114/+6
| | * | drm/amdgpu: set gfx clock gating for tonga/polaris.Rex Zhu2016-09-221-0/+77
| | * | drm/amdgpu: set system clock gating for tonga/polaris.Rex Zhu2016-09-221-0/+61
| | * | drm/amd/powerplay: export function to help to set cg by smu.Rex Zhu2016-09-222-74/+5
| | * | drm/amdgpu: avoid out of bounds access on array interrupt_status_offsetsColin Ian King2016-09-221-1/+1
| | * | drm/amdgpu: mark symbols static where possibleBaoyou Xie2016-09-223-6/+8
| | * | drm/amdgpu: remove unused functionsBaoyou Xie2016-09-222-15/+0
| | * | drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2016-09-227-140/+79
| | * | drm/amdgpu:add fw version entry to infoFrank Min2016-09-223-0/+43
| | * | drm/amdgpu:determine if vPost is needed indeedMonk Liu2016-09-221-4/+44
| | * | drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu2016-09-1910-55/+81
| | * | drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()Markus Elfring2016-09-191-1/+1
| | * | drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)Tom St Denis2016-09-191-0/+31
| | * | drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis2016-09-195-0/+165
| | * | drm/amdgpu: implement raster configuration for gfx v8Huang Rui2016-09-192-1/+204
| | * | drm/amdgpu: implement raster configuration for gfx v7Huang Rui2016-09-192-1/+195
| | * | drm/amdgpu: implement raster configuration for gfx v6Huang Rui2016-09-192-1/+165
| | * | drm/amd/powerplay: delete useless files.Rex Zhu2016-09-1936-31672/+0
| | * | drm/amd/powerplay: use smu7 hwmgr to manager icelandRex Zhu2016-09-192-10/+27
| | * | drm/amd/powerplay: implement fw related smu interface for iceland.Rex Zhu2016-09-196-17/+2673
| | * | drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu2016-09-195-609/+82
| | * | drm/amd/powerplay: use smu7 common functions and data on Fiji.Rex Zhu2016-09-193-635/+68
| | * | drm/amd/powerplay: use smu7 common functions and data on Polars10.Rex Zhu2016-09-194-715/+84
| | * | drm/amd/powerplay: use smu7 common functions and data on Tonga.Rex Zhu2016-09-193-774/+117
| | * | drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.Rex Zhu2016-09-194-1/+678
| | * | drm/amd/powerplay: use smu7_hwmgr to manager tonga.Rex Zhu2016-09-192-6/+30
| | * | drm/amd/powerplay: implement fw image related smum interface for tonga.Rex Zhu2016-09-196-3/+3329
OpenPOWER on IntegriCloud