aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-09-21Merge tag 'exynos-drm-fixes-for-v4.14-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Dave Airlie 6-27/+55
2017-09-20drm/exynos/hdmi: Fix unsafe list iterationGravatar Maciej Purski 1-3/+11
2017-09-19drm: exynos: include linux/irq.hGravatar Arnd Bergmann 1-0/+1
2017-09-19drm/exynos: Fix suspend/resume supportGravatar Marek Szyprowski 4-28/+43
2017-09-19drm/exynos: Fix locking in the suspend/resume pathsGravatar Marek Szyprowski 1-0/+4
2017-09-18drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Gravatar Chris Wilson 1-3/+0
2017-09-18drm/i915/cnp: set min brightness from VBTGravatar Lee, Shawn C 1-0/+2
2017-09-18Revert "drm/i915/bxt: Disable device ready before shutdown command"Gravatar Uma Shankar 1-11/+0
2017-09-18drm/i915/bxt: set min brightness from VBTGravatar Lee, Shawn C 1-0/+2
2017-09-18drm/i915: Fix an error handling in 'intel_framebuffer_init()'Gravatar Christophe JAILLET 1-1/+1
2017-09-18drm/i915/gvt: Fix incorrect PCI BARs reportingGravatar Changbin Du 1-65/+48
2017-09-18Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Gravatar Dave Airlie 2-2/+1
2017-09-15Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 28-160/+236
2017-09-14Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 15-28/+28
2017-09-13Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Gravatar Dave Airlie 28-160/+236
2017-09-12drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Gravatar Christian König 1-4/+0
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 9-28/+33
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2017-09-07Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Gravatar Linus Torvalds 16-85/+130
2017-09-06drm/i915: wire up shrinkctl->nr_scannedGravatar Chris Wilson 5-11/+24
2017-09-06Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into d...Gravatar Rodrigo Vivi 1-1/+0
2017-09-06drm/i915: Re-enable GTT following a device resetGravatar Chris Wilson 1-3/+9
2017-09-06drm/i915: Annotate user relocs with __userGravatar Ville Syrjälä 1-1/+1
2017-09-05drm/i915: Silence sparse by using gfp_tGravatar Chris Wilson 1-1/+1
2017-09-05drm/i915: Add __rcu to radix tree slot pointerGravatar Ville Syrjälä 1-1/+1
2017-09-05drm/i915: Fix the missing PPAT cache attributes on CNLGravatar Zhi Wang 1-4/+4
2017-09-05drm/i915/gvt: Remove one duplicated MMIOGravatar Jian Jun Chen 1-1/+0
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-2/+15
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsGravatar Ingo Molnar 755-44756/+26842
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 749-44698/+26746
2017-09-02drm/amdkfd: pass queue's mqd when destroying mqdGravatar Oded Gabbay 1-1/+1
2017-09-01drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoderGravatar Ville Syrjälä 2-12/+12
2017-09-01drm/i915: Make i2c lock ops staticGravatar Ville Syrjälä 2-2/+2
2017-09-01drm/i915: Make i9xx_load_ycbcr_conversion_matrix() staticGravatar Ville Syrjälä 1-1/+1
2017-09-01drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeoutsGravatar Manasi Navare 1-1/+1
2017-08-31drm/amdgpu: update to new mmu_notifier semanticGravatar Jérôme Glisse 1-31/+0
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTGravatar Chris Wilson 3-1/+14
2017-08-30drm/i915: Skip fence alignemnt check for the CCS planeGravatar Ville Syrjälä 1-1/+1
2017-08-30drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetGravatar Ville Syrjälä 1-44/+64
2017-08-30drm/i915: Always wake the device to flush the GTTGravatar Chris Wilson 1-6/+5
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedGravatar Chris Wilson 4-3/+13
2017-08-30drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerGravatar Chris Wilson 1-3/+1
2017-08-30Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Gravatar Dave Airlie 1-1/+25
2017-08-29drm/vmwgfx: Fix F26 Wayland screen update issueGravatar Sinclair Yeh 1-1/+25
2017-08-30Merge tag 'drm-misc-fixes-2017-08-28' of git://anongit.freedesktop.org/git/dr...Gravatar Dave Airlie 1-2/+2
2017-08-30drm/amdkfd: remove memset before memcpyGravatar Himanshu Jha 1-1/+0
2017-08-29Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Gravatar Dave Airlie 8-158/+503