index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
Age
Commit message (
Expand
)
Author
2016-10-14
drm/i915/gtt: Free unused lower-level page tables
Michał Winiarski
2016-10-14
drm/i915/gtt: Split gen8_ppgtt_clear_pte_range
Michał Winiarski
2016-10-14
drm/i915: Remove unused "valid" parameter from pte_encode
Michał Winiarski
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_SKYLAKE only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_HASWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_BROADWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-12
drm/i915: Always use the GTT for error capture
Chris Wilson
2016-09-12
drm/i915: remove writeq ifdeffery
Matthew Auld
2016-09-09
drm/i915: Flush to GTT domain all GGTT bound objects after hibernation
Chris Wilson
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-06
drm/i915: disable 48bit full PPGTT when vGPU is active
Zhi Wang
2016-08-22
drm/i915: Allow DMA pagetables to use highmem
Chris Wilson
2016-08-22
drm/i915: Embed the scratch page struct into each VM
Chris Wilson
2016-08-22
drm/i915: pdev cleanup
David Weinehall
2016-08-22
drm/i915: consistent struct device naming
David Weinehall
2016-08-22
drm/i915: Stop marking the unaccessible scratch page as UC
Chris Wilson
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
2016-08-18
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
Chris Wilson
2016-08-15
drm/i915: Create a VMA for an object
Chris Wilson
2016-08-15
drm/i915: Always set the vma->pages
Chris Wilson
2016-08-11
drm/i915: Rewrite fb rotation GTT handling
Ville Syrjälä
2016-08-05
drm/i915: fix aliasing_ppgtt leak
Matthew Auld
2016-08-05
drm/i915: Simplify do_idling() (Ironlake vt-d w/a)
Chris Wilson
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
2016-08-04
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
2016-08-04
drm/i915: Record allocated vma size
Chris Wilson
2016-08-04
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
Chris Wilson
2016-08-04
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
2016-08-04
drm/i915: Mark the context and address space as closed
Chris Wilson
2016-08-04
drm/i915: Release vma when the handle is closed
Chris Wilson
2016-08-04
drm/i915: Track active vma requests
Chris Wilson
2016-08-04
drm/i915: Store owning file on the i915_address_space
Chris Wilson
2016-08-04
drm/i915: Rearrange GGTT probing to avoid needing a vfunc
Chris Wilson
2016-08-04
drm/i915: Split early global GTT initialisation
Chris Wilson
2016-08-04
drm/i915: Update GGTT initialisation functions to take drm_i915_private
Chris Wilson
2016-08-04
drm/i915: Split GGTT initialisation between probing and setup
Chris Wilson
2016-08-02
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
2016-08-02
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
[next]