summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds149-2363/+51274
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-4/+3
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov1-2/+1
2016-01-14drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2016-01-14Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie16-18/+524
2016-01-13drm/amdgpu: validate duplicates firstChristian König1-2/+2
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König3-1/+35
2016-01-13drm/amdgpu: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher1-1/+23
2016-01-13drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher1-0/+24
2016-01-13drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher2-1/+98
2016-01-13drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher2-0/+130
2016-01-13drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou1-2/+3
2016-01-13drm/amd/powerplay: fix static checker warning for return meaningless value.Rex Zhu1-3/+3
2016-01-12drm/amdgpu/powerplay: include asm/div64.h for do_div()Stephen Rothwell2-2/+2
2016-01-11drm/amdgpu: add irq domain supportAlex Deucher6-8/+136
2016-01-11drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher2-0/+70
2016-01-08drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2Christian König1-0/+1
2016-01-08drm/amd/powerplay: implement power down asic task for CZRex Zhu1-0/+55
2016-01-08drm/amd/powerplay: enable power down asic task. (v2)Rex Zhu4-5/+23
2016-01-08drm/amd/powerplay: enable set boot state taskRex Zhu3-5/+6
2016-01-08drm/amd/powerplay: add thermal control task when resume.Rex Zhu1-0/+1
2016-01-08drm/amdgpu: fix hex/decimal bug when show gpu load.Rex Zhu2-10/+10
2016-01-08drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.Rex Zhu1-1/+10
2016-01-08drm/amdgpu: Show gpu load when display gpu performance for Ci.Rex Zhu1-2/+12
2016-01-08drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.Rex Zhu1-0/+17
2016-01-08drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)Rex Zhu2-3/+15
2016-01-08drm/amd/powerplay: fix Smatch static checker warningsRex Zhu8-32/+51
2016-01-08drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu6-317/+312
2016-01-08drm/amd/powerplay: fix bug that NULL checks are reversed.Rex Zhu1-5/+5
2016-01-06Merge branch 'for-linus' into for-nextTakashi Iwai2-22/+44
2016-01-06amdkfd: don't open-code memdup_user()Al Viro1-26/+7
2016-01-05amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functionsTom St Denis1-4/+4
2016-01-05amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()Tom St Denis1-3/+5
2016-01-05amdgpu/vce3: Simplify vce_v3_0_hw_init and ensure both rings default to not r...Tom St Denis1-15/+9
2016-01-05amdgpu/vce3: Remove magic constants from harvest register masks.Tom St Denis1-4/+4
2016-01-05amdgpu/vce3: Simplify vce_v3_0_process_interrupt()Tom St Denis1-3/+1
2016-01-05amdgpu/vce3: Simplify vce_v3_0_soft_reset()Tom St Denis1-9/+2
2016-01-05amdgpu/vce3: Simplify idle and wait for idle codeTom St Denis1-25/+5
2016-01-05amdgpu/vce3: Cleanup harvest config function.Tom St Denis1-14/+6
2016-01-05drm/amdgpu: fix NULL in vm_grab_id while S3 backChunming Zhou2-2/+0
2016-01-05drm/amd/powerplay: precedence bug in init_non_clock_fields()Dan Carpenter1-2/+2
2016-01-05drm/amdgpu/cgs: cleanup some indentingDan Carpenter1-9/+9
2016-01-05drm/amd/powerplay: fix a reversed conditionDan Carpenter1-1/+1
2016-01-04drm: powerplay: use div64_s64 instead of do_divArnd Bergmann1-1/+1
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie3-22/+52
2015-12-23Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+8
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie134-2251/+50559
2015-12-22amd/powerplay: fix copy paste typo in hardwaremanager.cAlex Deucher1-1/+1
2015-12-22amd/powerplay: disable powerplay by default initiallyAlex Deucher1-1/+1