aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 6-9/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 2-3/+10
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 3-5/+9
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+2
2016-10-18Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Gravatar Linus Torvalds 27-131/+232
2016-10-17drm: Print device information again in debugfsGravatar Daniel Vetter 1-4/+0
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Gravatar Rex Zhu 2-15/+25
2016-10-14drm/amd/powerplay: notify smu no display by default.Gravatar Rex Zhu 1-1/+1
2016-10-14drm/amdgpu/dpm: implement thermal sensor for CZ/STGravatar Alex Deucher 1-3/+5
2016-10-14drm/amdgpu/powerplay: implement thermal sensor for CZ/STGravatar Alex Deucher 1-0/+18
2016-10-14drm/amdgpu: disable smu hw first on tear downGravatar Alex Deucher 1-0/+24
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Gravatar Alex Deucher 9-64/+60
2016-10-13drm/amdgpu/si_dpm: Limit clocks on HD86xx partGravatar Tom St Denis 1-0/+6
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cGravatar Rex Zhu 1-2/+4
2016-10-13drm/amdgpu: potential NULL dereference in debugfs codeGravatar Dan Carpenter 1-2/+2
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cGravatar Rex Zhu 1-2/+4
2016-10-13drm/amd/powerplay: fix static checker warnings in iceland_smc.cGravatar Rex Zhu 1-1/+1
2016-10-13drm/radeon: change vblank_time's calculation method to reduce computational e...Gravatar Alex Deucher 1-7/+8
2016-10-13drm/amdgpu: change vblank_time's calculation method to reduce computational e...Gravatar Rex Zhu 1-6/+8
2016-10-12drm/amdgpu: clarify UVD/VCE special handling for CGGravatar Alex Deucher 1-9/+11
2016-10-12drm/amd/amdgpu: enable clockgating only after late initGravatar Arindam Nath 1-7/+7
2016-10-12drm/radeon: allow TA_CS_BC_BASE_ADDR on SIGravatar Marek Olšák 3-1/+4
2016-10-12drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initGravatar Nicolai Hähnle 1-0/+3
2016-10-12drm/amdgpu/gfx8: fix CGCG_CGLS handlingGravatar Alex Deucher 1-3/+10
2016-10-12drm/radeon: fix modeset tear down codeGravatar Alex Deucher 1-7/+7
2016-10-12drm/radeon: fix up dp aux tear down (v2)Gravatar Alex Deucher 2-2/+18
2016-10-12drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGravatar Grazvydas Ignotas 1-1/+12
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 604-51076/+80352
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-2/+1
2016-10-12Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 16-58/+313
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-11/+11
2016-10-10drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextGravatar Chris Wilson 1-3/+0
2016-10-10drm/i915/guc: Unwind GuC workqueue reservation if request construction failsGravatar Chris Wilson 3-7/+23
2016-10-10drm/i915: Reset the breadcrumbs IRQ more carefullyGravatar Chris Wilson 5-20/+34
2016-10-10drm/i915: Force relocations via cpu if we run out of idle apertureGravatar Chris Wilson 1-2/+2
2016-10-10drm/i915: Distinguish last emitted request from last submitted requestGravatar Chris Wilson 2-2/+4
2016-10-10drm/i915: Allow DP to work w/o EDIDGravatar Ville Syrjälä 1-13/+9
2016-10-10drm/i915: Move long hpd handling into the hotplug workGravatar Ville Syrjälä 1-25/+23
2016-10-10drm/i915/execlists: Reinitialise context image after GPU hangGravatar Chris Wilson 1-41/+62
2016-10-10drm/i915: Use correct index for backtracking HUNG semaphoresGravatar Chris Wilson 1-4/+4
2016-10-10drm/i915: Unalias obj->phys_handle and obj->userptrGravatar Chris Wilson 1-13/+11
2016-10-10drm/i915: Just clear the mmiodebug before a register accessGravatar Chris Wilson 1-4/+3
2016-10-10drm/i915/gen9: only add the planes actually affected by ddb changesGravatar Paulo Zanoni 1-1/+36
2016-10-10drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDGravatar Ville Syrjälä 1-0/+18
2016-10-10drm/i915/bxt: Fix HDMI DPLL configurationGravatar Imre Deak 1-5/+16
2016-10-10drm/i915/gen9: fix the watermark res_blocks valueGravatar Paulo Zanoni 1-5/+7
2016-10-10drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsGravatar Paulo Zanoni 1-24/+15
2016-10-10drm/i915/gen9: minimum scanlines for Y tile is not always 4Gravatar Paulo Zanoni 1-24/+32
2016-10-10drm/i915/gen9: fix the WaWmMemoryReadLatency implementationGravatar Paulo Zanoni 1-20/+22