Age | Commit message (Expand) | Author | Files | Lines |
2016-11-18 | drm/i915: Move frontbuffer CS write tracking from ggtt vma to object | Chris Wilson | 1 | -3/+2 |
2016-11-17 | drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.c | Tvrtko Ursulin | 1 | -1/+1 |
2016-11-11 | drm/i915: Further assorted dev_priv cleanups | Tvrtko Ursulin | 1 | -1/+1 |
2016-11-11 | drm/i915: Assorted dev_priv cleanups | Tvrtko Ursulin | 1 | -2/+2 |
2016-11-07 | drm/i915: Mark CPU cache as dirty when used for rendering | Chris Wilson | 1 | -0/+8 |
2016-11-03 | drm/i915: Introduce HAS_64BIT_RELOC | Joonas Lahtinen | 1 | -1/+2 |
2016-10-28 | drm/i915: Move GEM activity tracking into a common struct reservation_object | Chris Wilson | 1 | -44/+11 |
2016-10-28 | drm/i915: Refactor object page API | Chris Wilson | 1 | -1/+1 |
2016-10-28 | drm/i915: Defer active reference until required | Chris Wilson | 1 | -2/+0 |
2016-10-28 | drm/i915: Support asynchronous waits on struct fence from i915_gem_request | Chris Wilson | 1 | -1/+2 |
2016-10-28 | drm/i915: Remove insert-page shortcut from execbuf relocate_iomap() | Chris Wilson | 1 | -9/+1 |
2016-10-25 | Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -45/+43 |
2016-10-18 | drm/i915: Restrict pagefault disabling to just around copy_from_user() | Chris Wilson | 1 | -36/+35 |
2016-10-14 | drm/i915: Remove unused "valid" parameter from pte_encode | MichaĆ Winiarski | 1 | -2/+1 |
2016-10-14 | drm/i915: Make IS_GEN macros only take dev_priv | Tvrtko Ursulin | 1 | -2/+2 |
2016-10-14 | drm/i915: Allocate intel_engine_cs structure only for the enabled engines | Akash Goel | 1 | -3/+3 |
2016-10-12 | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -347/+558 |
2016-10-10 | drm/i915: Force relocations via cpu if we run out of idle aperture | Chris Wilson | 1 | -2/+2 |
2016-10-07 | drm/i915: Force relocations via cpu if we run out of idle aperture | Chris Wilson | 1 | -2/+2 |
2016-10-04 | drm/i915: silence io mapping/unmapping sparse warnings on different address s... | Jani Nikula | 1 | -2/+2 |
2016-09-28 | get rid of separate multipage fault-in primitives | Al Viro | 1 | -1/+1 |
2016-09-09 | drm/i915: Serialise execbuf operation after a dma-buf reservation object | Chris Wilson | 1 | -0/+11 |
2016-09-09 | drm/i915: Prepare object synchronisation for asynchronicity | Chris Wilson | 1 | -1/+2 |
2016-09-01 | drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index | Joonas Lahtinen | 1 | -7/+3 |
2016-08-26 | drm/i915: Allow the user to pass a context to any ring | Chris Wilson | 1 | -4/+1 |
2016-08-22 | drm/i915: Unconditionally flush any chipset buffers before execbuf | Chris Wilson | 1 | -10/+3 |
2016-08-19 | drm/i915: Embed the io-mapping struct inside drm_i915_private | Chris Wilson | 1 | -1/+1 |
2016-08-19 | drm/i915/cmdparser: Use cached vmappings | Chris Wilson | 1 | -1/+7 |
2016-08-19 | drm/i915: Move fence tracking from object to vma | Chris Wilson | 1 | -14/+6 |
2016-08-19 | drm/i915: Rename fence.lru_list to link | Chris Wilson | 1 | -1/+1 |
2016-08-19 | drm/i915: Move map-and-fenceable tracking to the VMA | Chris Wilson | 1 | -2/+2 |
2016-08-19 | drm/i915: Disallow direct CPU access to stolen pages for relocations | Chris Wilson | 1 | -0/+3 |
2016-08-19 | drm/i915: Fallback to single page GTT mmappings for relocations | Chris Wilson | 1 | -11/+51 |
2016-08-19 | drm/i915: Refactor execbuffer relocation writing | Chris Wilson | 1 | -139/+152 |
2016-08-19 | drm/i915: Cache kmap between relocations | Chris Wilson | 1 | -54/+111 |
2016-08-19 | drm/i915: Unconditionally flush any chipset buffers before execbuf | Chris Wilson | 1 | -10/+3 |
2016-08-15 | drm/i915: Track pinned VMA | Chris Wilson | 1 | -30/+35 |
2016-08-15 | drm/i915: Add convenience wrappers for vma's object get/put | Chris Wilson | 1 | -2/+2 |
2016-08-10 | drm/i915: Move setting of request->batch into its single callsite | Chris Wilson | 1 | -1/+9 |
2016-08-05 | drm/i915: Repack fence tiling mode and stride into a single integer | Chris Wilson | 1 | -1/+1 |
2016-08-04 | drm/i915: Export our request as a dma-buf fence on the reservation object | Chris Wilson | 1 | -2/+29 |
2016-08-04 | drm/i915: Move obj->active:5 to obj->flags | Chris Wilson | 1 | -5/+15 |
2016-08-04 | drm/i915: Separate intel_frontbuffer into its own header | Chris Wilson | 1 | -0/+1 |
2016-08-04 | drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() | Chris Wilson | 1 | -2/+2 |
2016-08-04 | drm/i915: Combine all i915_vma bitfields into a single set of flags | Chris Wilson | 1 | -2/+3 |
2016-08-04 | drm/i915: Start passing around i915_vma from execbuffer | Chris Wilson | 1 | -81/+61 |
2016-08-04 | drm/i915: Wrap vma->pin_count accessors with small inline helpers | Chris Wilson | 1 | -1/+1 |
2016-08-04 | drm/i915: Pad GTT views of exec objects up to user specified size | Chris Wilson | 1 | -1/+16 |
2016-08-04 | drm/i915: Remove i915_gem_execbuffer_retire_commands() | Chris Wilson | 1 | -8/+1 |
2016-08-04 | drm/i915: Remove request retirement before each batch | Chris Wilson | 1 | -2/+0 |