index
:
talos-op-linux
master
Talos™ II 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: Introduce drm_malloc_gfp()
Chris Wilson
2016-04-11
1
-2
/
+3
*
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
2016-04-07
1
-2
/
+2
*
drm/i915: Use i915_vm_to_ppgtt instead of manual container_of
Joonas Lahtinen
2016-04-07
1
-28
/
+16
*
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
1
-81
/
+89
*
drm/i915: Rename GGTT init functions
Joonas Lahtinen
2016-03-30
1
-3
/
+15
*
drm/i915: BUG_ON when ggtt_view is NULL
Matthew Auld
2016-03-30
1
-9
/
+1
*
drm/i915: replace for_each_engine()
Dave Gordon
2016-03-24
1
-6
/
+3
*
drm/i915: Tidy aliasing_gtt_bind_vma()
Chris Wilson
2016-03-23
1
-10
/
+9
*
drm/i915: Codify our assumption that the Global GTT is <= 4GiB
Chris Wilson
2016-03-18
1
-0
/
+8
*
drm/i915/gtt: Clean up GGTT probing code
Joonas Lahtinen
2016-03-18
1
-56
/
+44
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
1
-74
/
+73
*
drm/i915/gtt: Reference mappable_end variable from pointer
Joonas Lahtinen
2016-03-18
1
-2
/
+1
*
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
2016-03-18
1
-1
/
+1
*
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
2016-03-16
1
-3
/
+3
*
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
2016-03-16
1
-7
/
+7
*
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
2016-03-16
1
-45
/
+45
*
drm/i915: Move the NULL sg handling out from rotate_pages()
Ville Syrjälä
2016-03-01
1
-10
/
+8
*
drm/i915: Reorganize intel_rotation_info
Ville Syrjälä
2016-03-01
1
-20
/
+15
*
drm/i915: Account for the size of the chroma plane for the rotated gtt view
Ville Syrjälä
2016-03-01
1
-1
/
+1
*
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
2016-02-26
1
-7
/
+5
*
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
2016-02-26
1
-5
/
+5
*
drm/i915: implement WaIncreaseDefaultTLBEntries
Tim Gore
2016-02-04
1
-0
/
+21
*
drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()
Ville Syrjälä
2016-01-28
1
-3
/
+2
*
drm/i915: Pass stride to rotate_pages()
Ville Syrjälä
2016-01-28
1
-2
/
+5
*
drm/i915: Rename the rotated gtt view member to 'rotated'
Ville Syrjälä
2016-01-28
1
-2
/
+2
*
drm/i915: Move stolen memory initialization earlier during loading
Imre Deak
2016-01-27
1
-0
/
+15
*
drm/i915: Pass the dma_addr_t array as const to rotate_pages()
Ville Syrjälä
2016-01-15
1
-1
/
+1
*
drm/i915: Set i915_ggtt_view_normal type explicitly
Ville Syrjälä
2016-01-15
1
-2
/
+4
*
drm/i915: Move Braswell stop_machine GGTT insertion workaround
Chris Wilson
2015-12-21
1
-22
/
+28
*
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
2015-12-17
1
-0
/
+1
*
drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters
Imre Deak
2015-12-17
1
-0
/
+33
*
drm/i915: Separate cherryview from valleyview
Wayne Boyer
2015-12-10
1
-2
/
+1
*
drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macros
Dave Gordon
2015-12-10
1
-21
/
+18
*
drm/i915: Stuff rotation params into view union
Daniel Vetter
2015-11-19
1
-2
/
+2
*
drm/i915: Turn vgpu pdps into an array
Ville Syrjälä
2015-11-18
1
-7
/
+4
*
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
2015-11-18
1
-6
/
+6
*
drm/i915: Serialise updates to GGTT with access through GGTT on Braswell
Chris Wilson
2015-11-17
1
-0
/
+24
*
drm/i915/gen8: Flip the 48b switch
Michel Thierry
2015-10-19
1
-1
/
+6
*
drm/i915: restore ggtt double-bind avoidance
Daniel Vetter
2015-10-15
1
-12
/
+34
*
drm/i915: Add LO/HI PRIVATE_PAT registers
Ville Syrjälä
2015-09-30
1
-4
/
+4
*
drm/i915: Defer adding preallocated stolen objects to the VM list
Chris Wilson
2015-09-24
1
-1
/
+1
*
drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset
Tvrtko Ursulin
2015-09-23
1
-0
/
+2
*
drm/i915: Support NV12 in rotated GGTT mapping
Tvrtko Ursulin
2015-09-23
1
-6
/
+31
*
drm/i915: Support appending to the rotated pages mapping
Tvrtko Ursulin
2015-09-23
1
-8
/
+13
*
drm/i915/gtt: Do not initialize drm_mm twice.
Michał Winiarski
2015-09-23
1
-8
/
+18
*
drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps
Michał Winiarski
2015-09-04
1
-31
/
+18
*
drm/i915: guest i915 notification for Intel GVT-g
Zhiyuan Lv
2015-09-02
1
-0
/
+41
*
drm/i915: preallocate pdps for 32 bit vgpu
Zhiyuan Lv
2015-09-02
1
-0
/
+33
*
drm/i915: Always pass dev pointer in pdp_init
Michel Thierry
2015-08-14
1
-1
/
+1
*
drm/i915: Use complete virtual address range on 32-bit platforms
Michel Thierry
2015-08-14
1
-8
/
+0
[next]