summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix issue with overlapping userptrsChristian König2016-02-103-1/+23
* drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle2016-02-101-0/+5
* drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle2016-02-101-2/+0
* drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle2016-02-101-1/+4
* drm/amdgpu: fix s4 resumeFlora Cui2016-02-101-4/+9
* drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher2016-02-081-0/+13
* drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher2016-02-081-2/+12
* drma/dmgpu: move cg and pg flags into shared headersAlex Deucher2016-02-0813-171/+171
* drm/amdgpu: remove unused cg definesAlex Deucher2016-02-081-9/+0
* drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher2016-02-082-0/+8
* drm/amd/powerplay/tonga: disable vce pgAlex Deucher2016-02-081-0/+2
* drm/amd/powerplay/tonga: disable uvd pgAlex Deucher2016-02-081-0/+3
* drm/amd/powerplay/cz: disable vce pgAlex Deucher2016-02-081-0/+3
* drm/amd/powerplay/cz: disable uvd pgAlex Deucher2016-02-081-0/+2
* drm/amdgpu: be consistent with uvd cg flagsAlex Deucher2016-02-082-0/+8
* drm/amdgpu: clean up vce pg flags for cz/stAlex Deucher2016-02-081-2/+1
* drm/amdgpu: handle vce pg flags properlyAlex Deucher2016-02-082-0/+6
* drm/amdgpu: handle uvd pg flags properlyAlex Deucher2016-02-083-1/+10
* drm/amdgpu/dpm/ci: switch over to the common pcie caps interfaceAlex Deucher2016-02-081-6/+5
* drm/amdgpu/cik: don't mess with aspm if gpu is root busAlex Deucher2016-02-081-0/+3
* drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher2016-02-083-65/+92
* Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux i...Dave Airlie2016-02-051-97/+182
|\
| * drm/dp/mst: deallocate payload on port destructionMykola Lysenko2016-02-051-8/+83
| * drm/dp/mst: Reverse order of MST enable and clearing VC payload table.Andrey Grodzovsky2016-02-051-6/+6
| * drm/dp/mst: move GUID storage from mgr, port to only mst branchHersen Wu2016-02-051-36/+28
| * drm/dp/mst: change MST detection schemeMykola Lysenko2016-02-051-18/+19
| * drm/dp/mst: Calculate MST PBN with 31.32 fixed pointHarry Wentland2016-02-051-28/+39
| * drm/mst: Add range check for max_payloads during initImre Deak2016-02-051-0/+3
| * drm/mst: Don't ignore the MST PBN self-test resultImre Deak2016-02-051-1/+3
| * drm: fix missing reference counting decreaseInsu Yun2016-02-051-0/+1
* | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-02-0511-59/+114
|\ \
| * | 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/radeon: mask out WC from BO on unsupported archesOded Gabbay2016-02-021-0/+7
| * | 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 'exynos-drm-fixes' of git://git.kernel.org:/pub/scm/linux/kernel...Dave Airlie2016-02-053-38/+29
|\ \ \
| * | | drm/exynos: dp: Fix panel and bridge lookup logicJavier Martinez Canillas2016-02-011-30/+25
OpenPOWER on IntegriCloud