summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: add POLARIS12 PCI IDEvan Quan2017-03-171-0/+1
* drm/amdgpu: fix the clearing wb sizeHuang Rui2017-03-161-2/+2
* drm/amdgpu: reinstate oland workaround for sclkAlex Deucher2017-03-161-3/+7
* Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-03-166-6/+12
|\
| * drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis2017-03-151-2/+2
| * drm/amdgpu/si: add dpm quirk for OlandAlex Deucher2017-03-151-0/+6
| * drm: amd: remove broken include pathArnd Bergmann2017-03-141-2/+0
| * drm/amd/powerplay: fix copy error in smu7_clockpoweragting.cRex Zhu2017-03-141-1/+1
| * drm/amdgpu: fix parser init error path to avoid crash in parser finiDave Airlie2017-03-101-0/+2
| * drm/amd/amdgpu: Disable GFX_PG on Carrizo until compute issues solvedTom St Denis2017-03-101-1/+1
* | Merge tag 'drm-fixes-for-4.11-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2017-03-103-2/+27
|\|
| * drm/amdgpu: bump driver version for some new featuresAlex Deucher2017-03-091-1/+2
| * drm/amdgpu: validate paramaters in the gem ioctlAlex Deucher2017-03-091-0/+21
| * drm/amd/amdgpu: fix console deadlock if late init failedJim Qu2017-03-081-1/+4
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-282-9/+5
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-132-9/+5
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* | scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
* | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-2411-13/+59
|\ \
| * | drm/amd/powerplay: fix PSI feature on Polars12.Rex Zhu2017-02-225-2/+36
| * | drm/amdgpu: refuse to reserve io mem for split VRAM buffersNicolai Hähnle2017-02-211-0/+3
| * | drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu2017-02-175-11/+20
* | | Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-233-5/+11
|\ \ \ | |/ / |/| |
| * | drm/amdgpu/si: fix crash on headless asicsAlex Deucher2017-02-021-1/+3
| |/
| * drm/amdgpu: fix unload driver issue for virtual displayXiangliang Yu2017-01-231-4/+1
| * drm/amdgpu: check ring being ready before usingDing Pixel2017-01-231-0/+7
* | drm/amdgpu: fix warning on older gcc releasesArnd Bergmann2017-02-161-2/+2
* | drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop()Tom St Denis2017-02-161-3/+6
* | drm/amd/powerplay: add didt config table for polaris kickerHuang Rui2017-02-161-1/+149
* | drm/amd/powerplay: modify VddcPhase value for polaris kickerHuang Rui2017-02-161-1/+5
* | drm/amd/powerplay: add kicker flag into smumgrHuang Rui2017-02-164-8/+16
* | drm/amdgpu: Initialize pipe priority order on graphic initializationozeng2017-02-132-0/+16
* | drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-1312-14/+22
* | drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison2017-02-131-0/+2
* | drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher2017-02-101-1/+2
* | drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()Samuel Pitoiset2017-02-101-7/+1
* | drm/amdgpu: add more cases to DCE11 possible crtc mask setupAlex Deucher2017-02-101-0/+6
* | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-1025-629/+680
|\ \
| * | drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset2017-02-093-2/+8
| * | drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset2017-02-091-1/+4
| * | drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2017-02-092-6/+29
| * | drm/amd/powerplay: refine code to avoid potential bug that the memory not cle...Rex Zhu2017-02-091-10/+7
| * | drm/amdgpu: shut up #warning for compile testingArnd Bergmann2017-02-091-0/+2