summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg38-147/+181
2019-05-22drm/gma500: drop use of DRM_UDELAY wrapperSam Ravnborg3-4/+4
2019-05-22drm/gma500: make local header files more self-containedSam Ravnborg6-0/+13
2019-05-22drm/gma500: drop drmP.h from header filesSam Ravnborg15-14/+26
2019-05-22drm/gma500: remove empty gma_drm.h header fileSam Ravnborg9-9/+9
2019-05-22drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked()Thomas Zimmermann1-0/+4
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann5-54/+52
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann4-61/+20
2019-05-22drm/i915/icl: Add WaDisableBankHangModeTvrtko Ursulin2-0/+9
2019-05-22drm/i915/selftests: Verify context workaroundsTvrtko Ursulin2-68/+98
2019-05-22drm/i915: Allow specification of parallel execbufChris Wilson2-1/+25
2019-05-22drm/i915/execlists: Virtual engine bondingChris Wilson6-0/+387
2019-05-22drm/i915: Extend execution fence to support a callbackChris Wilson2-5/+83
2019-05-22drm/i915: Apply an execution_mask to the virtual_engineChris Wilson4-0/+202
2019-05-22drm/i915: Load balancing across a virtual engineChris Wilson8-28/+990
2019-05-22drm/i915: Allow userspace to clone contexts on creationChris Wilson1-0/+206
2019-05-22drm/i915: Re-expose SINGLE_TIMELINE flags for context creationChris Wilson1-4/+0
2019-05-22drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]Chris Wilson1-4/+20
2019-05-22drm/i915: Allow a context to define its set of enginesChris Wilson5-13/+310
2019-05-22drm/i915: Restore control over ppgtt for context creation ABIChris Wilson2-5/+2
2019-05-22drm/scheduler: Fix job cleanup without timeout handlerErico Nunes1-1/+2
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes2-8/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner19-247/+19
2019-05-21drm/gma500/cdv: Check vbt config bits when detecting lvds panelsPatrik Jakobsson3-0/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner86-0/+86
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner2-0/+2
2019-05-21drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister1-1/+2
2019-05-21drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister1-0/+4
2019-05-21drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom2-21/+8
2019-05-21drm/vmwgfx: Fix compat mode shader operationThomas Hellstrom1-0/+13
2019-05-21drm/vmwgfx: Fix user space handle equal to zeroThomas Hellstrom1-1/+1
2019-05-21drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom1-1/+7
2019-05-21drm/bochs: Fix connector leak during driver unloadSam Bobroff1-0/+2
2019-05-21drm/i915/gvt: Fix an error code in ppgtt_populate_spt_by_guest_entry()Dan Carpenter1-1/+3
2019-05-21drm/i915/gvt: do not let TRTTE and 0x4dfc write passthrough to hardwareYan Zhao1-15/+0
2019-05-21drm/i915/gvt: add 0x4dfc to gen9 save-restore listYan Zhao1-0/+1
2019-05-21drm/i915/gvt: Tiled Resources mmios are in-context mmios for gen9+Yan Zhao1-6/+6
2019-05-21drm/i915/gvt: use cmd to restore in-context mmios to hw for gen9 platformYan Zhao3-15/+13
2019-05-21drm/i915/gvt: emit init breadcrumb for gvt requestWeinan1-0/+19
2019-05-21drm/amdkfd: Fix compute profile switchingHarish Kasiviswanathan3-5/+29
2019-05-20drm/amdgpu: skip fw pri bo alloc for SRIOVYintian Tao1-7/+10
2019-05-20drm/amd/powerplay: fix locking in smu_feature_set_supported()Dan Carpenter1-1/+1
2019-05-20drm/amdgpu/gmc9: set vram_width properly for SR-IOVAlex Deucher1-1/+9
2019-05-20drm/amdgpu/soc15: skip reset on initAlex Deucher1-0/+5
2019-05-20drm/amdgpu: keep stolen memory on picassoFlora Cui1-0/+1
2019-05-20drm/amdkfd: Add missing Polaris10 IDKent Russell1-0/+1
2019-05-20drm/amd/display: Don't load DMCU for Raven 1Harry Wentland1-2/+10
2019-05-20drm/amd/display: Add ASICREV_IS_PICASSOHarry Wentland1-3/+4
2019-05-20drm/i915: Truly bump ready tasks ahead of busywaitsChris Wilson1-19/+12