summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson2013-12-121-10/+24
* drm/i915: MI_PREDICATE_RESULT_2 is HSW onlyVille Syrjälä2013-11-291-4/+3
* drm/i915/bdw: Swizzling supportBen Widawsky2013-11-081-0/+2
* drm/i915/bdw: Fences on gen8 look just like gen7Ben Widawsky2013-11-081-0/+1
* drm/i915: fix open-coded DIV_ROUND_UPPaulo Zanoni2013-10-211-1/+1
* drm/i915: Use unsigned long for obj->user_pin_countDaniel Vetter2013-10-161-0/+5
* drm/i915: Disable all GEM timers and work on unloadChris Wilson2013-10-161-25/+20
* drm/i915: Do a fuller init after resetBen Widawsky2013-10-161-0/+2
* drm/i915: check that the i965g/gm 4G limit is really obeyedDaniel Vetter2013-10-101-0/+3
* drm/i915: Fix type mismatch and accounting in i915_gem_shrinkChris Wilson2013-10-101-14/+15
* drm/i915: Call io_schedule() whilst whilsting for the GPUChris Wilson2013-10-101-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2013-10-101-7/+0
|\
| * drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-091-7/+0
* | drm/i915: Boost RPS frequency for CPU stallsChris Wilson2013-10-031-42/+93
* | drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson2013-10-031-47/+67
* | drm/i915: Add a tracepoint for using a semaphoreChris Wilson2013-10-011-0/+1
* | drm/i915: Convert active API to VMABen Widawsky2013-10-011-1/+8
* | drm/i915: Provide a cheap ggtt vma lookupBen Widawsky2013-10-011-2/+15
* | drm/i915: Do not unlock upon error in i915_gem_idle()Chris Wilson2013-10-011-6/+3
* | drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-011-1/+1
|/
* Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/...Dave Airlie2013-10-011-82/+113
|\
| * Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter2013-09-241-38/+100
| |\
| * | drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPFBen Widawsky2013-09-191-1/+1
| * | drm/i915: Keep a list of all contextsBen Widawsky2013-09-191-0/+1
| * | drm/i915: Make l3 remapping use the ringBen Widawsky2013-09-191-20/+20
| * | drm/i915: Add second slice l3 remappingBen Widawsky2013-09-191-13/+13
| * | drm/i915: Synchronize pread/pwrite with wait_renderingBen Widawsky2013-09-121-10/+9
| * | drm/i915: Remove the double-list iteration from bound_any()Chris Wilson2013-09-101-4/+3
| * | drm/i915: ban badly behaving contextsMika Kuoppala2013-09-061-2/+20
| * | drm/i915; Preallocate the lazy requestChris Wilson2013-09-051-5/+4
| * | drm/i915: Rename ring->outstanding_lazy_requestChris Wilson2013-09-051-2/+2
| * | drm/i915: Rearrange the comments in i915_add_request()Chris Wilson2013-09-041-2/+5
| * | drm/i915: Do not add an interrupt for a context switchChris Wilson2013-09-041-1/+0
| * | drm/i915: Fix list corruption in vma_unbindDaniel Vetter2013-09-041-3/+5
| * | drm/i915: Report enabled slices on Haswell GT3Rodrigo Vivi2013-09-041-0/+5
| * | drm/i915: More vma fixups around unbind/destroyDaniel Vetter2013-09-041-4/+6
| * | drm/i915: Don't destroy the vma placeholder during execbuffer reservationChris Wilson2013-09-041-0/+5
| * | drm/i915: inline vma_create into lookup_or_create_vmaDaniel Vetter2013-09-041-25/+25
| * | drm/i915: Convert execbuf code to use vmasBen Widawsky2013-09-041-1/+0
* | | drm/i915: Fix up usage of SHRINK_STOPDaniel Vetter2013-09-261-4/+4
| |/ |/|
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-221-7/+4
|\ \
| * | drm/i915: kill set_need_reschedDaniel Vetter2013-09-121-7/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-25/+57
|\ \ \ | |/ / |/| |
| * | i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa2013-09-101-2/+2
| * | drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-101-23/+55
* | | drm/i915: Hold an object reference whilst we shrink itChris Wilson2013-09-051-6/+39
| |/ |/|
* | drm/i915: Don't call sg_free_table() if sg_alloc_table() failsDamien Lespiau2013-09-031-1/+0
* | i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zallocJoe Perches2013-09-031-1/+1
|/
* Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-301-61/+143
|\
| * drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni2013-08-231-0/+2