summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* vga_switcheroo: Add handler flags infrastructureLukas Wunner2016-02-091-1/+2
* Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-02-0510-59/+107
|\
| * drm/amdgpu: disable uvd and vce clockgating on FijiAlex Deucher2016-02-031-2/+1
| * drm/amdgpu: remove exp hardware support from icelandAlex Deucher2016-02-021-5/+5
| * drm/amdgpu: load MEC ucode manually on icelandAlex Deucher2016-02-021-4/+10
| * drm/amdgpu: don't load MEC2 on topazAlex Deucher2016-02-022-11/+5
| * drm/amdgpu: drop topaz support from gmc8 moduleAlex Deucher2016-02-021-27/+1
| * drm/amdgpu: pull topaz gmc bits into gmc_v7Alex Deucher2016-02-021-2/+33
| * drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 aboveKen Wang2016-02-021-1/+1
| * drm/amdgpu: iceland use CI based MC IPKen Wang2016-02-022-4/+13
| * drm/amdgpu: move gmc7 support out of CIK dependencyAlex Deucher2016-02-021-1/+2
| * drm/amdgpu/gfx7: enable cp inst/reg error interruptsAlex Deucher2016-02-021-1/+19
| * drm/amdgpu/gfx8: enable cp inst/reg error interruptsAlex Deucher2016-02-021-0/+10
| * drm/amdgpu: mask out WC from BO on unsupported archesOded Gabbay2016-02-021-0/+8
| * drm/amdgpu: no need to load MC firmware on fijiAlex Deucher2016-01-291-4/+2
* | Merge tag 'drm-amdkfd-fixes-2016-01-28' of git://people.freedesktop.org/~gabb...Dave Airlie2016-02-053-3/+3
|\ \ | |/ |/|
| * drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2016-01-281-1/+1
| * drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()Colin Ian King2016-01-282-2/+2
* | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-01-2911-62/+113
|\ \ | |/ |/|
| * drm/amdgpu: only move pt bos in LRU list on successNicolai Hähnle2016-01-281-2/+2
| * drm/amd/powerplay: Update SMU firmware loading for StoneyRex Zhu2016-01-271-9/+32
| * drm/amdgpu: don't init fbdev if we don't have any connectorsAlex Deucher2016-01-261-0/+4
| * drm/amdgpu: fix next_rptr handling for debugfsChristian König2016-01-221-1/+1
| * drm/amdgpu: add a message to indicate when powerplay is enabled (v2)Alex Deucher2016-01-221-0/+5
| * drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2Christian König2016-01-221-1/+2
| * drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)Eric Huang2016-01-221-22/+22
| * drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without p...Jordan Lazare2016-01-191-7/+18
| * drm/amdgpu: Use drm_calloc_large for VM page_tables arrayMichel Dänzer2016-01-191-4/+3
| * drm/amdgpu: Add some tweaks to gfx 8 soft resetAlex Deucher2016-01-151-1/+22
| * drm/amdgpu: fix tonga smu resumeAlex Deucher2016-01-151-15/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-17149-2363/+51274
|\|
| * 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