summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson16-95/+162
2020-09-07drm/i915/gt: Only transfer the virtual context to the new engine if activeChris Wilson1-25/+40
2020-09-07drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson4-52/+21
2020-09-07drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson3-87/+123
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson2-2/+22
2020-09-07drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()Chris Wilson1-5/+5
2020-09-07drm/i915: Make the stale cached active node available for any timelineChris Wilson1-2/+28
2020-09-07drm/i915: Keep the most recently used active-fence upon discardChris Wilson2-11/+20
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson4-38/+130
2020-09-07drm/i915: Skip taking acquire mutex for no ref->active callbackChris Wilson1-8/+16
2020-09-07drm/i915/selftests: Drop stale timeline constructor assertChris Wilson1-1/+0
2020-09-07drm/i915/gt: Pull release of node->age under the spinlockChris Wilson1-1/+1
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson8-23/+61
2020-09-07drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson1-5/+11
2020-09-07drm/i915/gt: Fix termination condition for freeing all buffer objectsChris Wilson1-5/+8
2020-09-07drm/i915/selftests: Flush the active barriers before assertingChris Wilson1-0/+2
2020-09-07drm/i915/gt: Delay taking the spinlock for grabbing from the buffer poolChris Wilson2-42/+64
2020-09-07drm/i915/gt: Disable preparser around xcs invalidations on tglChris Wilson1-2/+13
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson8-85/+50
2020-09-07drm/i915: Soften the tasklet flush frequency before waitsChris Wilson1-2/+18
2020-09-07drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson1-0/+3
2020-09-07drm/i915: Reduce i915_request.lock contention for i915_request_waitChris Wilson1-10/+8
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+5
2020-09-05drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependencyLaurent Pinchart1-0/+1
2020-09-04drm/msm: Disable the RPTR shadowJordan Crouse6-27/+43
2020-09-04drm/msm: Disable preemption on all 5xx targetsJordan Crouse1-1/+2
2020-09-04drm/msm: Enable expanded apriv support for a650Jordan Crouse4-4/+19
2020-09-04drm/msm: Split the a5xx preemption recordJordan Crouse2-5/+21
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-25/+81
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds1-8/+0
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu1-8/+0
2020-09-04drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann3-6/+1
2020-09-04drm/sun4i: backend: Disable alpha on the lowest plane on the A20Maxime Ripard1-1/+0
2020-09-04drm/sun4i: backend: Support alpha property on lowest planeMaxime Ripard1-2/+1
2020-09-04drm/sun4i: Fix DE2 YVU handlingJernej Skrabec1-1/+1
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-4/+5
2020-09-04Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into drm-fixesDave Airlie4-3/+12
2020-09-04Merge tag 'drm-intel-fixes-2020-09-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-8/+28
2020-09-03drm/tve200: Stabilize enable/disableLinus Walleij1-1/+21
2020-09-03drm/amdgpu/mmhub2.0: print client id string for mmhubAlex Deucher1-6/+82
2020-09-03drm/amdgpu/gmc9: print client id string for mmhubAlex Deucher1-9/+230
2020-09-03drm/amdgpu/gmc10: print client id string for gfxhubAlex Deucher2-6/+54
2020-09-03drm/amdgpu/gmc9: print client id string for gfxhubAlex Deucher1-4/+26
2020-09-03drm/amdgpu/gfx10: Delete some duplicated argument to '|'Ye Bin1-3/+1
2020-09-03drm/amdgpu: add ta firmware load in psp_v12_0 for renoirChangfeng1-0/+54
2020-09-03drm/amdgpu: fix max_entries calculation v4Christian König1-4/+4
2020-09-03drm/amdgpu: Remove superfluous NULL checkLuben Tuikov1-3/+0
2020-09-03drm/amdgpu: enable ih1 ih2 for Arcturus onlyAlex Sierra1-11/+19
2020-09-03drm/amd/display: Fix a list corruptionxinhui pan1-0/+1
2020-09-03drm/amdgpu: Fix a redundant kfreexinhui pan1-9/+1