Commit Graph

861 Commits (ed5ca77ed7505cd389003a6d35ca1b7365429d71)

Author SHA1 Message Date
Ben Widawsky 31a5336e1c drm/i915/bdw: Swizzling support 11 years ago
Ben Widawsky 5ab31333ac drm/i915/bdw: Fences on gen8 look just like gen7 11 years ago
Ben Widawsky 8245be3139 drm/i915: Require HW contexts (when possible) 11 years ago
Paulo Zanoni de45eaf7b9 drm/i915: fix open-coded DIV_ROUND_UP 11 years ago
Daniel Vetter aa5f802181 drm/i915: Use unsigned long for obj->user_pin_count 11 years ago
Chris Wilson 45c5f2022c drm/i915: Disable all GEM timers and work on unload 11 years ago
Ben Widawsky 3d57e5bd12 drm/i915: Do a fuller init after reset 11 years ago
Daniel Vetter 3bbbe706e8 drm/i915: check that the i965g/gm 4G limit is really obeyed 11 years ago
Chris Wilson d9973b4356 drm/i915: Fix type mismatch and accounting in i915_gem_shrink 11 years ago
Chris Wilson 5035c275af drm/i915: Call io_schedule() whilst whilsting for the GPU 11 years ago
David Herrmann 16eb5f4379 drm: kill ->gem_init_object() and friends 12 years ago
Chris Wilson b29c19b645 drm/i915: Boost RPS frequency for CPU stalls 12 years ago
Chris Wilson 094f9a54e3 drm/i915: Fix __wait_seqno to use true infinite timeouts 12 years ago
Chris Wilson b52b89da09 drm/i915: Add a tracepoint for using a semaphore 12 years ago
Ben Widawsky e2d05a8b1e drm/i915: Convert active API to VMA 12 years ago
Ben Widawsky 5c2abbeab7 drm/i915: Provide a cheap ggtt vma lookup 12 years ago
Chris Wilson f740334775 drm/i915: Do not unlock upon error in i915_gem_idle() 12 years ago
Daniel Vetter b14c5679dd drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern 12 years ago
Daniel Vetter d32270460f drm/i915: Fix up usage of SHRINK_STOP 12 years ago
Ben Widawsky 040d2baa62 drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF 12 years ago
Ben Widawsky a33afea5ff drm/i915: Keep a list of all contexts 12 years ago
Ben Widawsky c3787e2eac drm/i915: Make l3 remapping use the ring 12 years ago
Ben Widawsky 35a85ac606 drm/i915: Add second slice l3 remapping 12 years ago
Daniel Vetter 571c608d06 drm/i915: kill set_need_resched 12 years ago
Ben Widawsky 23f5448398 drm/i915: Synchronize pread/pwrite with wait_rendering 12 years ago
Glauber Costa 81e49f8114 i915: bail out earlier when shrinker cannot acquire mutex 12 years ago
Dave Chinner 7dc19d5aff drivers: convert shrinkers to new count/scan API 12 years ago
Chris Wilson 5a1d5eb020 drm/i915: Remove the double-list iteration from bound_any() 12 years ago
Mika Kuoppala be62acb4cc drm/i915: ban badly behaving contexts 12 years ago
Chris Wilson 57094f8246 drm/i915: Hold an object reference whilst we shrink it 12 years ago
Chris Wilson 3c0e234c84 drm/i915; Preallocate the lazy request 12 years ago
Chris Wilson 1823521d2b drm/i915: Rename ring->outstanding_lazy_request 12 years ago
Chris Wilson 9a7e0c2a1b drm/i915: Rearrange the comments in i915_add_request() 12 years ago
Chris Wilson c0321e2c5a drm/i915: Do not add an interrupt for a context switch 12 years ago
Daniel Vetter 0ff501cbb5 drm/i915: Fix list corruption in vma_unbind 12 years ago
Rodrigo Vivi 9435373ef8 drm/i915: Report enabled slices on Haswell GT3 12 years ago
Daniel Vetter b93dab6e9d drm/i915: More vma fixups around unbind/destroy 12 years ago
Chris Wilson aaa0566792 drm/i915: Don't destroy the vma placeholder during execbuffer reservation 12 years ago
Daniel Vetter e656a6cba0 drm/i915: inline vma_create into lookup_or_create_vma 12 years ago
Ben Widawsky 27173f1f95 drm/i915: Convert execbuf code to use vmas 12 years ago
Damien Lespiau d2933a5b8f drm/i915: Don't call sg_free_table() if sg_alloc_table() fails 12 years ago
Joe Perches fac15c1082 i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc 12 years ago
Paulo Zanoni c67a470b1d drm/i915: allow package C8+ states on Haswell (disabled) 12 years ago
Ben Widawsky accfef2e5a drm/i915: prepare bind_to_vm for preallocated vma 12 years ago
Ben Widawsky 82a55ad1a0 drm/i915: Switch eviction code to use vmas 12 years ago
Ben Widawsky b25cb2f882 drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs 12 years ago
Chris Wilson 4b6d846e9a drm/i915: Drop the overzealous warning from i915_gem_set_cache_level 12 years ago
Daniel Vetter 49987099e2 drm/i915: use vma->node directly and rewrap map&fence in bind 12 years ago
Ben Widawsky 4bd561b3e8 drm/i915: cleanup map&fence in bind 12 years ago
Ben Widawsky 433544bd25 drm/i915: Remove node only when allocated 12 years ago