summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble2017-04-111-0/+2
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-03-141-2/+0
* drm/i915: Disable engine->irq_tasklet around resetsChris Wilson2017-03-141-0/+15
* drm/i915: Split GEM resetting into 3 phasesChris Wilson2017-03-141-1/+6
* drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-091-0/+78
* drm/i915: Store a permanent error in obj->mm.pagesChris Wilson2017-03-091-3/+6
* drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson2017-03-091-0/+10
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-3/+11
|\
| * drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2017-02-081-2/+10
| * drm/i915: Flush untouched framebuffers before display on !llcChris Wilson2017-02-081-1/+1
| * drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson2017-01-121-30/+4
* | drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson2017-02-161-2/+2
* | drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson2017-02-161-11/+7
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-6/+4
* | drm/i915: Treat an error from i915_vma_instance() as unlikelyChris Wilson2017-01-211-1/+1
* | drm/i915: Use common LRU inactive vma bumping for unpin_from_displayChris Wilson2017-01-211-2/+1
* | drm/i915: Do an unlocked wait before set-cache-level ioctlChris Wilson2017-01-211-10/+19
* | drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-1/+1
* | drm/i915: Add comment how we treat hung contextsMika Kuoppala2017-01-181-0/+21
* | drm/i915: Detect a failed GPU reset+recoveryChris Wilson2017-01-181-2/+14
* | drm/i915: Tidy up engine reset logicMika Kuoppala2017-01-181-11/+19
* | drm/i915: Introduce engine_stalled helperMika Kuoppala2017-01-181-10/+15
* | drm/i915: Cleanup request skip decisionMika Kuoppala2017-01-181-15/+2
* | drm/i915: Introduce engine_skip_contextMika Kuoppala2017-01-181-18/+27
* | drm/i915: Move engine reset preparation to i915_gem_reset_prepare()Chris Wilson2017-01-181-5/+12
* | drm/i915: Skip switch to kernel context if already doneChris Wilson2017-01-161-1/+2
* | drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-1/+1
* | drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-141-4/+4
* | drm/i915: Stop clearing i915_ggtt_viewChris Wilson2017-01-141-1/+0
* | drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-1/+1
* | drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()Chris Wilson2017-01-101-2/+2
* | drm/i915: Mark all incomplete requests as -EIO when wedgedChris Wilson2017-01-101-0/+10
* | drm/i915: Set an error status for a resubmitted requestChris Wilson2017-01-101-0/+1
* | drm/i915: Set guilty-flag on fence after detecting a hangChris Wilson2017-01-101-0/+2
* | drm/i915: Consolidate reset_request()Chris Wilson2017-01-101-4/+4
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-01-101-10/+1
|\ \
| * \ Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-01-101-132/+134
| |\ \ | | |/ | |/|
| * | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-10/+1
| |\ \
| | * | swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-10/+1
| * | | drm/i915: Prevent timeline updates whilst performing resetChris Wilson2017-01-031-1/+9
| * | | drm/i915: Silence allocation failure during sg_trim()Chris Wilson2017-01-031-1/+1
| * | | drm/i915: Don't clflush before release phys objectChris Wilson2017-01-031-4/+6
* | | | drm/i915: Clip the partial view against the object not vmaChris Wilson2017-01-101-4/+2
* | | | drm/i915: Extract compute_partial_view()Chris Wilson2017-01-101-19/+28
* | | | drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson2017-01-101-69/+0
* | | | drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson2017-01-101-18/+9
* | | | drm/i915: Align GGTT sizes to a fence tile rowChris Wilson2017-01-101-8/+19
* | | | drm/i915: Extract tile_row_size for fencingChris Wilson2017-01-101-6/+1
| |_|/ |/| |
* | | drm/i915: Drain freed objects for mmap space exhaustionChris Wilson2017-01-061-13/+11
OpenPOWER on IntegriCloud