summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Make vblank evade warnings optionalVille Syrjälä2017-05-122-2/+18
* Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-05-129-41/+60
|\
| * drm/nouveau/therm: remove ineffective workarounds for alarm bugsBen Skeggs2017-05-124-4/+4
| * drm/nouveau/tmr: avoid processing completed alarms when adding a new oneBen Skeggs2017-05-121-3/+13
| * drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarmBen Skeggs2017-05-121-7/+10
| * drm/nouveau/tmr: handle races with hw when updating the next alarm timeBen Skeggs2017-05-121-10/+16
| * drm/nouveau/tmr: ack interrupt before processing alarmsBen Skeggs2017-05-121-1/+1
| * drm/nouveau/core: fix static checker warningBen Skeggs2017-05-121-1/+1
| * drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs2017-05-121-1/+0
| * drm/nouveau/kms/nv50: skip core channel cursor update on position-only changesBen Skeggs2017-05-121-3/+7
| * drm/nouveau/kms/nv50: fix source-rect-only plane updatesBen Skeggs2017-05-121-5/+3
| * drm/nouveau/kms/nv50: remove pointless argument to window atomic_check_acquire()Ben Skeggs2017-05-121-7/+6
* | Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-05-1295-2076/+2322
|\ \
| * | drm/amd/powerplay: refine pwm1_enable callback functions for CI.Rex Zhu2017-05-101-12/+15
| * | drm/amd/powerplay: refine pwm1_enable callback functions for vi.Rex Zhu2017-05-104-20/+27
| * | drm/amd/powerplay: refine pwm1_enable callback functions for Vega10.Rex Zhu2017-05-102-20/+25
| * | drm/amdgpu: refine amdgpu pwm1_enable sysfs interface.Rex Zhu2017-05-101-10/+2
| * | drm/amdgpu: add amd fan ctrl mode enums.Rex Zhu2017-05-101-0/+6
| * | drm/amd/powerplay: add more smu message on Vega10.Rex Zhu2017-05-101-1/+4
| * | drm/amdgpu: fix dependency issueChunming Zhou2017-05-106-1/+27
| * | drm/amd: fix init order of sched jobChunming Zhou2017-05-101-1/+1
| * | drm/amdgpu: add some additional vega10 pci idsAlex Deucher2017-05-101-0/+2
| * | drm/amdgpu/soc15: use atomfirmware for setting bios scratch for resetAlex Deucher2017-05-101-3/+3
| * | drm/amdgpu/atomfirmware: add function to update engine hang statusAlex Deucher2017-05-102-0/+15
| * | drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not emptyJulien Isorce2017-05-101-1/+1
| * | drm/amdgpu: fix mutex list null pointer referencePixel Ding2017-05-051-1/+2
| * | drm/amd/powerplay: fix bug sclk/mclk level can't be set on vega10.Rex Zhu2017-05-051-30/+31
| * | drm/amd/powerplay: Setup sw CTF to allow graceful exit when temperature excee...Rex Zhu2017-05-051-28/+45
| * | drm/amd/powerplay: delete dead code in powerplay.Rex Zhu2017-05-052-30/+0
| * | drm/amdgpu: Use less generic enum definitionsGuenter Roeck2017-05-053-26/+26
| * | drm/amdgpu/gfx9: derive tile pipes from golden settingsAlex Deucher2017-05-051-1/+4
| * | drm/amdgpu/gfx: drop max_gs_waves_per_vgtAlex Deucher2017-05-053-3/+1
| * | drm/amd/powerplay: disable engine spread spectrum feature on Vega10.Rex Zhu2017-05-051-1/+5
| * | drm/amd/powerplay: clean up code in vega10_smumgr.cRex Zhu2017-05-051-56/+45
| * | drm/amdgpu:fix waiting on dirty fenceMonk Liu2017-05-051-0/+2
| * | drm/amdgpu:PTE flag should be 64 bit widthMonk Liu2017-05-051-1/+1
| * | drm/amd/powerplay: correct LoadLineResistance value in pptable.Rex Zhu2017-05-052-4/+4
| * | drm/amd/powerplay: Allow duplicate enteries in pptable.Rex Zhu2017-05-051-4/+4
| * | drm/amd/powerplay: set fan target temperature by msg on vega10.Rex Zhu2017-05-051-0/+5
| * | drm/amd/powerplay: set soc floor voltage on boot on vega10.Rex Zhu2017-05-054-0/+71
| * | drm/amd/powerplay: refine code in vega10_smumgr.cRex Zhu2017-05-051-39/+39
| * | drm/amdgpu: Reserve 0-2 invalidation reg sets for none-amdgpu usagesShaoyun Liu2017-05-021-1/+1
| * | drm/amdgpu/gfx9: add additional MQD initializationAlex Deucher2017-05-021-0/+5
| * | drm/amdgpu/gfx9: fix typo in mpd initAlex Deucher2017-05-021-2/+2
| * | drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocationAlex Deucher2017-05-021-2/+1
| * | drm/amdgpu: update revision id settings for BR/STAlex Deucher2017-05-021-0/+12
| * | Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"Michel Dänzer2017-05-012-124/+29
| * | drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer2017-04-2816-36/+36
| * | drm/amd/powerplay: implement stop dpm task for vega10.Rex Zhu2017-04-285-1/+123
| * | drm/amd/powerplay: complete disable_smc_firmware_ctf_tasks.Rex Zhu2017-04-283-1/+7
OpenPOWER on IntegriCloud