summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König3-1/+23
2016-02-10drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle1-2/+0
2016-02-10drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle1-1/+4
2016-02-10drm/amdgpu: fix s4 resumeFlora Cui1-4/+9
2016-02-08drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher1-0/+13
2016-02-08drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher1-2/+12
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher13-171/+171
2016-02-08drm/amdgpu: remove unused cg definesAlex Deucher1-9/+0
2016-02-08drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher2-0/+8
2016-02-08drm/amd/powerplay/tonga: disable vce pgAlex Deucher1-0/+2
2016-02-08drm/amd/powerplay/tonga: disable uvd pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable vce pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable uvd pgAlex Deucher1-0/+2
2016-02-08drm/amdgpu: be consistent with uvd cg flagsAlex Deucher2-0/+8
2016-02-08drm/amdgpu: clean up vce pg flags for cz/stAlex Deucher1-2/+1
2016-02-08drm/amdgpu: handle vce pg flags properlyAlex Deucher2-0/+6
2016-02-08drm/amdgpu: handle uvd pg flags properlyAlex Deucher3-1/+10
2016-02-08drm/amdgpu/dpm/ci: switch over to the common pcie caps interfaceAlex Deucher1-6/+5
2016-02-08drm/amdgpu/cik: don't mess with aspm if gpu is root busAlex Deucher1-0/+3
2016-02-08drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher3-65/+92
2016-02-05Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie10-59/+107
2016-02-05Merge tag 'drm-amdkfd-fixes-2016-01-28' of git://people.freedesktop.org/~gabb...Dave Airlie3-3/+3
2016-02-03drm/amdgpu: disable uvd and vce clockgating on FijiAlex Deucher1-2/+1
2016-02-03drm/amdgpu: remove exp hardware support from icelandAlex Deucher1-5/+5
2016-02-03drm/amdgpu: load MEC ucode manually on icelandAlex Deucher1-4/+10
2016-02-03drm/amdgpu: don't load MEC2 on topazAlex Deucher2-11/+5
2016-02-03drm/amdgpu: drop topaz support from gmc8 moduleAlex Deucher1-27/+1
2016-02-03drm/amdgpu: pull topaz gmc bits into gmc_v7Alex Deucher1-2/+33
2016-02-03drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 aboveKen Wang1-1/+1
2016-02-03drm/amdgpu: iceland use CI based MC IPKen Wang2-4/+13
2016-02-03drm/amdgpu: move gmc7 support out of CIK dependencyAlex Deucher1-1/+2
2016-02-03drm/amdgpu/gfx7: enable cp inst/reg error interruptsAlex Deucher1-1/+19
2016-02-03drm/amdgpu/gfx8: enable cp inst/reg error interruptsAlex Deucher1-0/+10
2016-02-02drm/amdgpu: mask out WC from BO on unsupported archesOded Gabbay1-0/+8
2016-01-29drm/amdgpu: no need to load MC firmware on fijiAlex Deucher1-4/+2
2016-01-29Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-62/+113
2016-01-28drm/amdgpu: only move pt bos in LRU list on successNicolai Hähnle1-2/+2
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-1/+1
2016-01-28drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()Colin Ian King2-2/+2
2016-01-27drm/amd/powerplay: Update SMU firmware loading for StoneyRex Zhu1-9/+32
2016-01-26drm/amdgpu: don't init fbdev if we don't have any connectorsAlex Deucher1-0/+4
2016-01-22drm/amdgpu: fix next_rptr handling for debugfsChristian König1-1/+1
2016-01-22drm/amdgpu: add a message to indicate when powerplay is enabled (v2)Alex Deucher1-0/+5
2016-01-22drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2Christian König1-1/+2
2016-01-22drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)Eric Huang1-22/+22
2016-01-19drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without p...Jordan Lazare1-7/+18
2016-01-19drm/amdgpu: Use drm_calloc_large for VM page_tables arrayMichel Dänzer1-4/+3
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