summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-7/+7
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds-1788/+3168
2018-02-08Merge tag 'drm-intel-next-fixes-2018-02-07' of git://anongit.freedesktop.org/...Dave Airlie-136/+193
2018-02-07drm/i915/bios: add DP max link rate to VBT child device structJani Nikula-3/+7
2018-02-08Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-28/+26
2018-02-06drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi-2/+3
2018-02-06drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi-3/+8
2018-02-06drm/i915/cmdparser: Do not check past the cmd length.Michal Srb-0/+6
2018-02-06drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb-2/+2
2018-02-06drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak-9/+25
2018-02-06drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang-29/+70
2018-02-06drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du-59/+35
2018-02-06drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li-14/+20
2018-02-06drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li-18/+20
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+60
2018-02-06drm/amdgpu: re-enable CGCG on CZ and disable on STShirish S-1/+1
2018-02-06Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-nextDave Airlie-1491/+2723
2018-02-05drm/rockchip: lvds: Explicitly include pinctrl headersThierry Reding-0/+1
2018-02-02drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningArnd Bergmann-3/+6
2018-02-02drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-02-02drm/nouveau: Introduce NvPmEnableGating optionLyude Paul-1/+3
2018-02-02drm/nouveau: Add support for SLCG for Kepler2Lyude Paul-0/+93
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Lyude Paul-4/+139
2018-02-02drm/nouveau: Add support for BLCG on Kepler1Lyude Paul-1/+442
2018-02-02drm/nouveau: Add support for basic clockgating on Kepler1Lyude Paul-21/+301
2018-02-02drm/nouveau/kms/nv50: fix handling of gamma since atomic conversionBen Skeggs-53/+109
2018-02-02drm/nouveau/kms/nv50: use INTERPOLATE_257_UNITY_RANGE LUT on newer chipsetsBen Skeggs-4/+4
2018-02-02drm/nouveau/kms/nv50: use "low res" lut for indexed modeIlia Mirkin-2/+4
2018-02-02drm/nouveau/kms/nv50: prepare for double-buffered LUTsBen Skeggs-23/+15
2018-02-02drm/nouveau/bo: add helper functions for handling pinned+mapped buffersBen Skeggs-0/+28
2018-02-02drm/nouveau/fbcon: add module parameter to select bits-per-pixelBen Skeggs-8/+14
2018-02-02drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs-1/+78
2018-02-02drm/nouveau/secboot/r370: implement support for booting LS SEC2 ucodeBen Skeggs-0/+39
2018-02-02drm/nouveau/secboot/r370: move a bunch of r375 stuff to a new implementationBen Skeggs-86/+163
2018-02-02drm/nouveau: nouveau: use correct string lengthArnd Bergmann-3/+3
2018-02-02drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder-1/+2
2018-02-02drm/nouveau/pmu/fuc: don't use movw directly anymoreKarol Herbst-1292/+1292
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-96069/+56337
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+1
2018-02-01Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-5/+10
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+6
2018-02-01drm/i915/ppgtt: Pin page directories before allocationChris Wilson-4/+10
2018-02-01drm/i915: Always run hangcheck while the GPU is busyChris Wilson-21/+6
2018-02-01Revert "drm/i915: mark all device info struct with __initconst"Lionel Landwerlin-47/+47
2018-02-01drm/i915/edp: Do not do link training fallback or prune modes on EDPManasi Navare-9/+17
2018-02-01drm/i915: Check for fused or unused pipesMika Kahola-1/+1
2018-02-01drm/i915: Protect WC stash allocation against direct reclaimChris Wilson-7/+25
2018-02-01drm/i915: Only attempt to scan the requested number of shrinker slabsChris Wilson-2/+2
2018-02-01drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst-0/+2
2018-02-01drm/i915/gvt: cancel scheduler timer when no vGPU existsZhenyu Wang-0/+7