aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-11-03drm/i915: Set up mocs tables before restarting the enginesChris Wilson1-5/+2
2017-11-03drm/i915: Warn in debug builds of incorrect usages of ptr_pack_bitsTvrtko Ursulin1-2/+5
2017-11-03drm/i915: Reject unknown syncobj flagsTvrtko Ursulin1-0/+8
2017-11-03Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-nextDave Airlie5-10/+16
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva1-6/+6
2017-11-03drm/nouveau/bios: make const arrays hwsq_signature and edid_sig staticColin Ian King1-2/+2
2017-11-03drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs1-0/+1
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs1-2/+2
2017-11-02drm/etnaviv: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-03Merge tag 'drm-amdkfd-next-2017-11-02' of git://people.freedesktop.org/~gabba...Dave Airlie25-1541/+449
2017-11-03Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie9-51/+68
2017-11-02drm/amdgpu/display: fix integer arithmetic problemArnd Bergmann1-1/+1
2017-11-02drm/amdgpu/display: remove unused REG_OFFSET macroArnd Bergmann1-3/+0
2017-11-02drm/amdgpu/display: provide ASSERT macros unconditionallyArnd Bergmann1-4/+0
2017-11-02drm/amd/display: Read resource_straps from registers for DCE12Leo (Sunpeng) Li1-6/+13
2017-11-02drm/amd: Add DCE12 resource strap registersLeo (Sunpeng) Li2-0/+12
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds352-0/+352
2017-11-02drm/amd/display: Explicitly call ->reset for each objectHarry Wentland1-2/+12
2017-11-02drm/amd/display: Use single fail label in init_drm_devHarry Wentland1-13/+11
2017-11-02drm/amd/display: Use plane pointer to avoid line breaksHarry Wentland1-4/+7
2017-11-02drm/amd/display: fix null pointer dereferenceShirish S1-1/+1
2017-11-02amdgpu/dc: Avoid dereferencing NULL pointerDrew Davenport1-3/+6
2017-11-02drm/amd/display: Don't print error when bo_pin is interruptedHarry Wentland1-1/+2
2017-11-02drm/amd/display: Use constants from atom.h for HDMI caps readAndrew Jiang1-3/+3
2017-11-02drm/i915: ensure oa config uuid is null terminatedLionel Landwerlin11-22/+22
2017-11-02drm: Print the fb dimensions when the src coord check failsVille Syrjälä2-4/+6
2017-11-02drm: Spelling fixesLiviu Dudau2-2/+2
2017-11-02drm/i915: Flush the irq and tasklets before asserting engine is idleChris Wilson1-3/+4
2017-11-02drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON1-2/+2
2017-11-02drm/i915: Use fallback forcewake if primary ack missingMika Kuoppala2-12/+130
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman352-0/+352
2017-11-02drm/drm_vma_manager.c: Remove useless goto statementLiviu Dudau1-10/+5
2017-11-02drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry5-7/+39
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry3-4/+4
2017-11-02drm/i915/guc: Clear terminated attribute bit on GuC preemption contextJeff McGee1-0/+15
2017-11-02Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2-6/+10
2017-11-01drm/amdgpu: allow harvesting check for Polaris VCELeo Liu1-6/+6
2017-11-01drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu1-0/+4
2017-11-02drm/nouveau/gr/gf100-: don't prevent module load if firmware missingBen Skeggs1-2/+6
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs57-427/+40
2017-11-02drm/nouveau: improve selection of GPU page sizeBen Skeggs1-10/+38
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs10-156/+209
2017-11-02drm/nouveau: remove unused nouveau_fence_work()Ben Skeggs2-57/+0
2017-11-02drm/nouveau: queue delayed unmapping of VMAs on client workqueueBen Skeggs1-6/+30
2017-11-02drm/nouveau: implement per-client delayed workqueue with fence supportBen Skeggs2-0/+70
2017-11-02drm/nouveau: determine memory class for each clientBen Skeggs2-0/+17
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs17-41/+54
2017-11-02drm/nouveau: switch to vmm limitBen Skeggs2-8/+6
2017-11-02drm/nouveau: allocate vmm object for every clientBen Skeggs6-36/+44