summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdgpu: add missing irq.h includeDave Airlie2016-01-141-0/+1
| * Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-01-1416-18/+524
| |\
| | * drm/amdgpu: validate duplicates firstChristian König2016-01-131-2/+2
| | * drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König2016-01-133-1/+35
| | * drm/amdgpu: use kobj_to_dev()Geliang Tang2016-01-131-1/+1
| | * drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher2016-01-131-1/+23
| | * drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher2016-01-131-0/+24
| | * drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher2016-01-132-1/+98
| | * drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher2016-01-132-0/+130
| | * drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou2016-01-131-2/+3
| | * drm/amd/powerplay: fix static checker warning for return meaningless value.Rex Zhu2016-01-131-3/+3
| | * drm/amdgpu: add irq domain supportAlex Deucher2016-01-116-8/+136
| | * drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher2016-01-112-0/+70
| * | drm/amdgpu/powerplay: include asm/div64.h for do_div()Stephen Rothwell2016-01-122-2/+2
| |/
| * drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2Christian König2016-01-081-0/+1
| * drm/amd/powerplay: implement power down asic task for CZRex Zhu2016-01-081-0/+55
| * drm/amd/powerplay: enable power down asic task. (v2)Rex Zhu2016-01-084-5/+23
| * drm/amd/powerplay: enable set boot state taskRex Zhu2016-01-083-5/+6
| * drm/amd/powerplay: add thermal control task when resume.Rex Zhu2016-01-081-0/+1
| * drm/amdgpu: fix hex/decimal bug when show gpu load.Rex Zhu2016-01-082-10/+10
| * drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.Rex Zhu2016-01-081-1/+10
| * drm/amdgpu: Show gpu load when display gpu performance for Ci.Rex Zhu2016-01-081-2/+12
| * drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.Rex Zhu2016-01-081-0/+17
| * drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)Rex Zhu2016-01-082-3/+15
| * drm/amd/powerplay: fix Smatch static checker warningsRex Zhu2016-01-088-32/+51
| * drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu2016-01-086-317/+312
| * drm/amd/powerplay: fix bug that NULL checks are reversed.Rex Zhu2016-01-081-5/+5
| * amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functionsTom St Denis2016-01-041-4/+4
| * amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()Tom St Denis2016-01-041-3/+5
| * amdgpu/vce3: Simplify vce_v3_0_hw_init and ensure both rings default to not r...Tom St Denis2016-01-041-15/+9
| * amdgpu/vce3: Remove magic constants from harvest register masks.Tom St Denis2016-01-041-4/+4
| * amdgpu/vce3: Simplify vce_v3_0_process_interrupt()Tom St Denis2016-01-041-3/+1
| * amdgpu/vce3: Simplify vce_v3_0_soft_reset()Tom St Denis2016-01-041-9/+2
| * amdgpu/vce3: Simplify idle and wait for idle codeTom St Denis2016-01-041-25/+5
| * amdgpu/vce3: Cleanup harvest config function.Tom St Denis2016-01-041-14/+6
| * drm/amdgpu: fix NULL in vm_grab_id while S3 backChunming Zhou2016-01-042-2/+0
| * drm/amd/powerplay: precedence bug in init_non_clock_fields()Dan Carpenter2016-01-041-2/+2
| * drm/amdgpu/cgs: cleanup some indentingDan Carpenter2016-01-041-9/+9
| * drm/amd/powerplay: fix a reversed conditionDan Carpenter2016-01-041-1/+1
| * drm: powerplay: use div64_s64 instead of do_divArnd Bergmann2016-01-041-1/+1
| * Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-243-22/+52
| |\
| * \ Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-12-23134-2251/+50559
| |\ \
| | * | amd/powerplay: fix copy paste typo in hardwaremanager.cAlex Deucher2015-12-211-1/+1
| | * | amd/powerplay: disable powerplay by default initiallyAlex Deucher2015-12-211-1/+1
| | * | amd/powerplay: don't enable ucode fan control if vbios has no fan tableAlex Deucher2015-12-211-0/+3
| | * | drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)Rex Zhu2015-12-211-1/+12
| | * | drm/amd/powerplay: check whether need to enable thermal control. (v2)Rex Zhu2015-12-211-1/+8
| | * | drm/amd/powerplay: add point check to avoid NULL point hang.Rex Zhu2015-12-211-13/+47
| | * | drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.David Rokhvarg2015-12-211-2/+4
| | * | drm/amd/powerplay: Don't return an error if fan table is missingAlex Deucher2015-12-211-1/+1
OpenPOWER on IntegriCloud