Age | Commit message (Expand) | Author | Files | Lines |
2017-05-12 | drm/i915: Make vblank evade warnings optional | Ville Syrjälä | 2 | -2/+18 |
2017-05-12 | Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next | Dave Airlie | 9 | -41/+60 |
2017-05-12 | Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 95 | -2076/+2322 |
2017-05-12 | Merge tag 'drm-misc-next-fixes-2017-05-05' of git://anongit.freedesktop.org/g... | Dave Airlie | 1 | -0/+8 |
2017-05-12 | drm/nouveau/therm: remove ineffective workarounds for alarm bugs | Ben Skeggs | 4 | -4/+4 |
2017-05-12 | drm/nouveau/tmr: avoid processing completed alarms when adding a new one | Ben Skeggs | 1 | -3/+13 |
2017-05-12 | drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarm | Ben Skeggs | 1 | -7/+10 |
2017-05-12 | drm/nouveau/tmr: handle races with hw when updating the next alarm time | Ben Skeggs | 1 | -10/+16 |
2017-05-12 | drm/nouveau/tmr: ack interrupt before processing alarms | Ben Skeggs | 1 | -1/+1 |
2017-05-12 | drm/nouveau/core: fix static checker warning | Ben Skeggs | 1 | -1/+1 |
2017-05-12 | drm/nouveau/fb/ram/gf100-: remove 0x10f200 read | Ben Skeggs | 1 | -1/+0 |
2017-05-12 | drm/nouveau/kms/nv50: skip core channel cursor update on position-only changes | Ben Skeggs | 1 | -3/+7 |
2017-05-12 | drm/nouveau/kms/nv50: fix source-rect-only plane updates | Ben Skeggs | 1 | -5/+3 |
2017-05-12 | drm/nouveau/kms/nv50: remove pointless argument to window atomic_check_acquire() | Ben Skeggs | 1 | -7/+6 |
2017-05-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+1 |
2017-05-10 | drm/amd/powerplay: refine pwm1_enable callback functions for CI. | Rex Zhu | 1 | -12/+15 |
2017-05-10 | drm/amd/powerplay: refine pwm1_enable callback functions for vi. | Rex Zhu | 4 | -20/+27 |
2017-05-10 | drm/amd/powerplay: refine pwm1_enable callback functions for Vega10. | Rex Zhu | 2 | -20/+25 |
2017-05-10 | drm/amdgpu: refine amdgpu pwm1_enable sysfs interface. | Rex Zhu | 1 | -10/+2 |
2017-05-10 | drm/amdgpu: add amd fan ctrl mode enums. | Rex Zhu | 1 | -0/+6 |
2017-05-10 | drm/amd/powerplay: add more smu message on Vega10. | Rex Zhu | 1 | -1/+4 |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -3/+3 |
2017-05-10 | drm/amdgpu: fix dependency issue | Chunming Zhou | 6 | -1/+27 |
2017-05-10 | drm/amd: fix init order of sched job | Chunming Zhou | 1 | -1/+1 |
2017-05-10 | drm/amdgpu: add some additional vega10 pci ids | Alex Deucher | 1 | -0/+2 |
2017-05-10 | drm/amdgpu/soc15: use atomfirmware for setting bios scratch for reset | Alex Deucher | 1 | -3/+3 |
2017-05-10 | drm/amdgpu/atomfirmware: add function to update engine hang status | Alex Deucher | 2 | -0/+15 |
2017-05-10 | drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not empty | Julien Isorce | 1 | -1/+1 |
2017-05-09 | format-security: move static strings to const | Kees Cook | 1 | -1/+1 |
2017-05-09 | drm: use set_memory.h header | Laura Abbott | 8 | -0/+19 |
2017-05-09 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -2/+2 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -3/+1 |
2017-05-06 | Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 3 | -2/+31 |
2017-05-06 | Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.... | Linus Torvalds | 10 | -62/+1089 |
2017-05-06 | drm/amdgpu: fix mutex list null pointer reference | Pixel Ding | 1 | -1/+2 |
2017-05-06 | drm/amd/powerplay: fix bug sclk/mclk level can't be set on vega10. | Rex Zhu | 1 | -30/+31 |
2017-05-06 | drm/amd/powerplay: Setup sw CTF to allow graceful exit when temperature excee... | Rex Zhu | 1 | -28/+45 |
2017-05-06 | drm/amd/powerplay: delete dead code in powerplay. | Rex Zhu | 2 | -30/+0 |
2017-05-06 | drm/amdgpu: Use less generic enum definitions | Guenter Roeck | 3 | -26/+26 |
2017-05-06 | drm/amdgpu/gfx9: derive tile pipes from golden settings | Alex Deucher | 1 | -1/+4 |
2017-05-06 | drm/amdgpu/gfx: drop max_gs_waves_per_vgt | Alex Deucher | 3 | -3/+1 |
2017-05-06 | drm/amd/powerplay: disable engine spread spectrum feature on Vega10. | Rex Zhu | 1 | -1/+5 |
2017-05-06 | drm/amd/powerplay: clean up code in vega10_smumgr.c | Rex Zhu | 1 | -56/+45 |
2017-05-06 | drm/amdgpu:fix waiting on dirty fence | Monk Liu | 1 | -0/+2 |
2017-05-06 | drm/amdgpu:PTE flag should be 64 bit width | Monk Liu | 1 | -1/+1 |
2017-05-06 | drm/amd/powerplay: correct LoadLineResistance value in pptable. | Rex Zhu | 2 | -4/+4 |
2017-05-06 | drm/amd/powerplay: Allow duplicate enteries in pptable. | Rex Zhu | 1 | -4/+4 |
2017-05-06 | drm/amd/powerplay: set fan target temperature by msg on vega10. | Rex Zhu | 1 | -0/+5 |
2017-05-06 | drm/amd/powerplay: set soc floor voltage on boot on vega10. | Rex Zhu | 4 | -0/+71 |
2017-05-06 | drm/amd/powerplay: refine code in vega10_smumgr.c | Rex Zhu | 1 | -39/+39 |