index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-17
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
1
-0
/
+11
2015-07-30
drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgtt
Chris Wilson
1
-0
/
+11
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-17
/
+21
2015-07-13
drm/i915: remove unused has_dma_mapping flag
Imre Deak
1
-7
/
+2
2015-07-08
drm/i915: Restore all GGTT VMAs on resume
Tvrtko Ursulin
1
-7
/
+16
2015-07-03
drm/i915/gtt: Per ppgtt scratch page
Mika Kuoppala
1
-20
/
+74
2015-07-03
drm/i915/gtt: Return struct i915_scratch_page from alloc_scratch
Mika Kuoppala
1
-41
/
+37
2015-07-03
drm/i915/gtt: Reorder page alloc/free/init functions
Mika Kuoppala
1
-83
/
+83
2015-06-26
drm/i915/gtt: Switch gen8_free_page_tables params
Michel Thierry
1
-2
/
+4
2015-06-26
drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure path
Michel Thierry
1
-3
/
+3
2015-06-26
drm/i915/gtt: Use nonatomic bitmap ops
Mika Kuoppala
1
-6
/
+6
2015-06-26
drm/i915/gtt: Move scratch_pd and scratch_pt into vm struct
Mika Kuoppala
1
-27
/
+24
2015-06-26
drm/i915/gtt: Cleanup page directory encoding
Mika Kuoppala
1
-14
/
+5
2015-06-26
drm/i915/gtt: Pin vma during virtual address allocation
Mika Kuoppala
1
-0
/
+3
2015-06-26
drm/i915/gtt: Make scratch page i915_page_dma compatible
Mika Kuoppala
1
-40
/
+49
2015-06-26
drm/i915/gtt: Use macros to access dma mapped pages
Mika Kuoppala
1
-15
/
+20
2015-06-26
drm/i915/gtt: Introduce kmap|kunmap for dma page
Mika Kuoppala
1
-37
/
+40
2015-06-26
drm/i915/gtt: Introduce fill_page_dma()
Mika Kuoppala
1
-34
/
+40
2015-06-26
drm/i915/gtt: Remove superfluous free_pd with gen6/7
Mika Kuoppala
1
-1
/
+0
2015-06-26
drm/i915/gtt: Rename unmap_and_free_px to free_px
Mika Kuoppala
1
-21
/
+19
2015-06-26
drm/i915/gtt: Introduce struct i915_page_dma
Mika Kuoppala
1
-73
/
+47
2015-06-26
drm/i915/gtt: Introduce i915_page_dir_dma_addr
Mika Kuoppala
1
-4
/
+2
2015-06-26
drm/i915/gtt: Allow >= 4GB sizes for vm.
Mika Kuoppala
1
-11
/
+11
2015-06-26
drm/i915/gtt: Check va range against vm size
Mika Kuoppala
1
-7
/
+11
2015-06-26
drm/i915/gtt: Mark TLBS dirty for gen8+
Mika Kuoppala
1
-10
/
+12
2015-06-24
drm/i915: Return correct size for rotated views
Tvrtko Ursulin
1
-2
/
+3
2015-06-24
drm/i915: Move rotated geometry calculations into the fill helper
Tvrtko Ursulin
1
-23
/
+13
2015-06-24
drm/i915: Remove mostly unused variable in intel_rotate_fb_obj_pages
Tvrtko Ursulin
1
-6
/
+5
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Update ring->flush() to take a requests structure
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Update switch_mm() to take a request structure
John Harrison
1
-8
/
+13
2015-06-23
drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
John Harrison
1
-13
/
+15
2015-06-15
drm/i915/gtt: Remove _single from page table allocator
Mika Kuoppala
1
-8
/
+8
2015-06-15
drm/i915/gtt: Don't leak scratch page on mapping error
Mika Kuoppala
1
-1
/
+3
2015-05-29
drm/i915: limit PPGTT size to 2GB in 32-bit platforms
Michel Thierry
1
-0
/
+7
2015-05-20
drm/i915/gtt: Fix the boundary check for vm area
Mika Kuoppala
1
-1
/
+1
2015-05-08
drm/i915: Add a partial GGTT view type
Joonas Lahtinen
1
-0
/
+46
2015-05-08
drm/i915: Do not make assumptions on GGTT VMA sizes
Joonas Lahtinen
1
-0
/
+20
2015-05-08
drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directories
Michel Thierry
1
-2
/
+2
2015-05-08
drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend
Chris Wilson
1
-9
/
+0
2015-05-08
drm/i915: Do not clear mappings beyond VMA size
Joonas Lahtinen
1
-2
/
+6
2015-04-30
drm/i915/gtt: Allocate va range only if vma is not bound
Mika Kuoppala
1
-17
/
+22
2015-04-23
rm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vma
Daniel Vetter
1
-17
/
+24
2015-04-23
drm/i915: Don't try to outsmart gcc in i915_gem_gtt.c
Daniel Vetter
1
-19
/
+19
2015-04-23
drm/i915: Unduplicate i915_ggtt_unbind/bind_vma
Daniel Vetter
1
-19
/
+8
2015-04-23
drm/i915: Move ppgtt_bind/unbind around
Daniel Vetter
1
-25
/
+19
2015-04-23
drm/i915: move i915_gem_restore_gtt_mappings around
Daniel Vetter
1
-56
/
+53
2015-04-23
drm/i915: Fix up the vma aliasing ppgtt binding
Daniel Vetter
1
-39
/
+26
2015-04-20
drm/i915: Move PTE_READ_ONLY to ->pte_encode vfunc
Daniel Vetter
1
-6
/
+9
[next]