index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/i915: Defer active reference until required
Chris Wilson
2016-10-28
1
-1
/
+6
*
drm/i915: Remove RPM sequence checking
Chris Wilson
2016-10-24
1
-54
/
+1
*
drm/i915: Use RPM as the barrier for controlling user mmap access
Chris Wilson
2016-10-24
1
-4
/
+13
*
drm/i915/gtt: Free unused lower-level page tables
Michał Winiarski
2016-10-14
1
-8
/
+73
*
drm/i915/gtt: Split gen8_ppgtt_clear_pte_range
Michał Winiarski
2016-10-14
1
-49
/
+58
*
drm/i915: Remove unused "valid" parameter from pte_encode
Michał Winiarski
2016-10-14
1
-58
/
+40
*
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-4
/
+6
*
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-19
/
+21
*
drm/i915: Make IS_SKYLAKE only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_HASWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make IS_BROADWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-4
/
+10
*
drm/i915: Always use the GTT for error capture
Chris Wilson
2016-10-12
1
-13
/
+30
*
drm/i915: remove writeq ifdeffery
Matthew Auld
2016-09-12
1
-5
/
+0
*
drm/i915: Flush to GTT domain all GGTT bound objects after hibernation
Chris Wilson
2016-09-09
1
-5
/
+16
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-1
/
+1
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-1
/
+1
*
drm/i915: disable 48bit full PPGTT when vGPU is active
Zhi Wang
2016-09-06
1
-3
/
+6
*
drm/i915: Allow DMA pagetables to use highmem
Chris Wilson
2016-08-22
1
-6
/
+12
*
drm/i915: Embed the scratch page struct into each VM
Chris Wilson
2016-08-22
1
-45
/
+31
*
drm/i915: pdev cleanup
David Weinehall
2016-08-22
1
-4
/
+6
*
drm/i915: consistent struct device naming
David Weinehall
2016-08-22
1
-3
/
+3
*
drm/i915: Stop marking the unaccessible scratch page as UC
Chris Wilson
2016-08-22
1
-4
/
+0
*
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
2016-08-19
1
-6
/
+5
*
drm/i915: Move fence tracking from object to vma
Chris Wilson
2016-08-18
1
-0
/
+2
*
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
2016-08-18
1
-1
/
+1
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
1
-28
/
+45
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
1
-0
/
+12
*
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
Chris Wilson
2016-08-15
1
-0
/
+3
*
drm/i915: Create a VMA for an object
Chris Wilson
2016-08-15
1
-0
/
+11
*
drm/i915: Always set the vma->pages
Chris Wilson
2016-08-15
1
-16
/
+14
*
drm/i915: Rewrite fb rotation GTT handling
Ville Syrjälä
2016-08-11
1
-39
/
+12
*
drm/i915: fix aliasing_ppgtt leak
Matthew Auld
2016-08-05
1
-0
/
+1
*
drm/i915: Simplify do_idling() (Ironlake vt-d w/a)
Chris Wilson
2016-08-05
1
-29
/
+8
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-1
/
+1
*
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
2016-08-04
1
-0
/
+2
*
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
1
-23
/
+23
*
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
2016-08-04
1
-3
/
+0
*
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
2016-08-04
1
-5
/
+5
*
drm/i915: Record allocated vma size
Chris Wilson
2016-08-04
1
-45
/
+22
*
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
Chris Wilson
2016-08-04
1
-1
/
+1
*
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: Mark the context and address space as closed
Chris Wilson
2016-08-04
1
-2
/
+7
*
drm/i915: Release vma when the handle is closed
Chris Wilson
2016-08-04
1
-0
/
+25
*
drm/i915: Track active vma requests
Chris Wilson
2016-08-04
1
-0
/
+20
*
drm/i915: Store owning file on the i915_address_space
Chris Wilson
2016-08-04
1
-15
/
+15
*
drm/i915: Rearrange GGTT probing to avoid needing a vfunc
Chris Wilson
2016-08-04
1
-59
/
+50
*
drm/i915: Split early global GTT initialisation
Chris Wilson
2016-08-04
1
-51
/
+36
*
drm/i915: Update GGTT initialisation functions to take drm_i915_private
Chris Wilson
2016-08-04
1
-60
/
+54
[prev]
[next]