Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
59adb3988ebeec012343317ac783d6a7935e0c83
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
0a87871
drm/i915: restore ggtt double-bind avoidance
by Daniel Vetter
· 9 years ago
7e435ad
drm/i915: Add LO/HI PRIVATE_PAT registers
by Ville Syrjälä
· 9 years ago
7c4a7d6
drm/i915: Defer adding preallocated stolen objects to the VM list
by Chris Wilson
· 9 years ago
dedf278
drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset
by Tvrtko Ursulin
· 9 years ago
89e3e14
drm/i915: Support NV12 in rotated GGTT mapping
by Tvrtko Ursulin
· 9 years ago
804beb4
drm/i915: Support appending to the rotated pages mapping
by Tvrtko Ursulin
· 9 years ago
a2cad9d
drm/i915/gtt: Do not initialize drm_mm twice.
by Michał Winiarski
· 9 years ago
3a41a05
drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps
by Michał Winiarski
· 9 years ago
650da34
drm/i915: guest i915 notification for Intel GVT-g
by Zhiyuan Lv
· 9 years ago
331f38e
drm/i915: preallocate pdps for 32 bit vgpu
by Zhiyuan Lv
· 9 years ago
25f5033
drm/i915: Always pass dev pointer in pdp_init
by Michel Thierry
· 9 years ago
f365f91
drm/i915: Use complete virtual address range on 32-bit platforms
by Michel Thierry
· 9 years ago
088e0df
drm/i915/gtt: Allow >= 4GB offsets in X86_32
by Michel Thierry
· 9 years ago
ea91e40
drm/i915/gen8: Add ppgtt info and debug_dump
by Michel Thierry
· 9 years ago
69ab76f
drm/i915/gen8: Initialize PDPs and PML4
by Michel Thierry
· 9 years ago
de5ba8e
drm/i915/gen8: Add 4 level support in insert_entries and clear_range
by Michel Thierry
· 9 years ago
3387d43
drm/i915/gen8: Pass sg_iter through pte inserts
by Michel Thierry
· 9 years ago
2dba323
drm/i915/gen8: Add 4 level switching infrastructure and lrc support
by Michel Thierry
· 9 years ago
762d993
drm/i915/gen8: implement alloc/free for 4lvl
by Michel Thierry
· 9 years ago
81ba8aef
drm/i915/gen8: Add PML4 structure
by Michel Thierry
· 9 years ago
4c06ec8
drm/i915/gen8: Add dynamic page trace events
by Michel Thierry
· 9 years ago
f9b5b78
drm/i915/gen8: Generalize PTE writing for GEN8 PPGTT
by Michel Thierry
· 9 years ago
d4ec9da
drm/i915/gen8: Abstract PDP usage
by Michel Thierry
· 9 years ago
6ac1850
drm/i915/gen8: Make pdp allocation more dynamic
by Michel Thierry
· 9 years ago
09120d4
drm/i915: Remove unnecessary gen8_clamp_pd
by Michel Thierry
· 9 years ago
622147f
Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixes
by Daniel Vetter
· 9 years ago
d0e30ad
drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgtt
by Chris Wilson
· 9 years ago
ca6e440
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
5ec5b51
drm/i915: remove unused has_dma_mapping flag
by Imre Deak
· 9 years ago
2c3d998
drm/i915: Restore all GGTT VMAs on resume
by Tvrtko Ursulin
· 9 years ago
8776f02
drm/i915/gtt: Per ppgtt scratch page
by Mika Kuoppala
· 9 years ago
4ad2af1
drm/i915/gtt: Return struct i915_scratch_page from alloc_scratch
by Mika Kuoppala
· 9 years ago
2e906be
drm/i915/gtt: Reorder page alloc/free/init functions
by Mika Kuoppala
· 9 years ago
f37c050
drm/i915/gtt: Switch gen8_free_page_tables params
by Michel Thierry
· 9 years ago
0024526
drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure path
by Michel Thierry
· 9 years ago
966082c
drm/i915/gtt: Use nonatomic bitmap ops
by Mika Kuoppala
· 9 years ago
79ab937
drm/i915/gtt: Move scratch_pd and scratch_pt into vm struct
by Mika Kuoppala
· 9 years ago
fe36f55
drm/i915/gtt: Cleanup page directory encoding
by Mika Kuoppala
· 9 years ago
b2dd451
drm/i915/gtt: Pin vma during virtual address allocation
by Mika Kuoppala
· 9 years ago
c114f76
drm/i915/gtt: Make scratch page i915_page_dma compatible
by Mika Kuoppala
· 9 years ago
567047b
drm/i915/gtt: Use macros to access dma mapped pages
by Mika Kuoppala
· 9 years ago
d1c54ac
drm/i915/gtt: Introduce kmap|kunmap for dma page
by Mika Kuoppala
· 9 years ago
73eeea5
drm/i915/gtt: Introduce fill_page_dma()
by Mika Kuoppala
· 9 years ago
cee30c5
drm/i915/gtt: Remove superfluous free_pd with gen6/7
by Mika Kuoppala
· 9 years ago
a08e111
drm/i915/gtt: Rename unmap_and_free_px to free_px
by Mika Kuoppala
· 9 years ago
44159dd
drm/i915/gtt: Introduce struct i915_page_dma
by Mika Kuoppala
· 9 years ago
d852c7b
drm/i915/gtt: Introduce i915_page_dir_dma_addr
by Mika Kuoppala
· 9 years ago
c44ef60
drm/i915/gtt: Allow >= 4GB sizes for vm.
by Mika Kuoppala
· 9 years ago
a05d80e
drm/i915/gtt: Check va range against vm size
by Mika Kuoppala
· 9 years ago
5b7e4c9
drm/i915/gtt: Mark TLBS dirty for gen8+
by Mika Kuoppala
· 9 years ago
9e759ff
drm/i915: Return correct size for rotated views
by Tvrtko Ursulin
· 9 years ago
84fe03f
drm/i915: Move rotated geometry calculations into the fill helper
by Tvrtko Ursulin
· 9 years ago
c9f8fd2
drm/i915: Remove mostly unused variable in intel_rotate_fb_obj_pages
by Tvrtko Ursulin
· 9 years ago
5fb9de1
drm/i915: Update intel_ring_begin() to take a request structure
by John Harrison
· 9 years ago
a84c3ae
drm/i915: Update ring->flush() to take a requests structure
by John Harrison
· 9 years ago
e85b26d
drm/i915: Update switch_mm() to take a request structure
by John Harrison
· 9 years ago
b3dd6b9
drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
by John Harrison
· 9 years ago
4ad2fd8
drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
by John Harrison
· 9 years ago
8a1ebd7
drm/i915/gtt: Remove _single from page table allocator
by Mika Kuoppala
· 9 years ago
ea3f5d2
drm/i915/gtt: Don't leak scratch page on mapping error
by Mika Kuoppala
· 9 years ago
501fd70
drm/i915: limit PPGTT size to 2GB in 32-bit platforms
by Michel Thierry
· 9 years ago
f3e06f1
drm/i915/gtt: Fix the boundary check for vm area
by Mika Kuoppala
· 9 years ago
8bd7ef1
drm/i915: Add a partial GGTT view type
by Joonas Lahtinen
· 10 years ago
91e6711
drm/i915: Do not make assumptions on GGTT VMA sizes
by Joonas Lahtinen
· 10 years ago
4dd738e
drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directories
by Michel Thierry
· 10 years ago
d4dc5e9
drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend
by Chris Wilson
· 10 years ago
06615ee
drm/i915: Do not clear mappings beyond VMA size
by Joonas Lahtinen
· 10 years ago
75d04a3
drm/i915/gtt: Allocate va range only if vma is not bound
by Mika Kuoppala
· 10 years ago
70b9f6f
rm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vma
by Daniel Vetter
· 10 years ago
2c642b0
drm/i915: Don't try to outsmart gcc in i915_gem_gtt.c
by Daniel Vetter
· 10 years ago
d369d2d
drm/i915: Unduplicate i915_ggtt_unbind/bind_vma
by Daniel Vetter
· 10 years ago
4755265
drm/i915: Move ppgtt_bind/unbind around
by Daniel Vetter
· 10 years ago
fa42331
drm/i915: move i915_gem_restore_gtt_mappings around
by Daniel Vetter
· 10 years ago
0875546
drm/i915: Fix up the vma aliasing ppgtt binding
by Daniel Vetter
· 10 years ago
f329f5f
drm/i915: Move PTE_READ_ONLY to ->pte_encode vfunc
by Daniel Vetter
· 10 years ago
5c5f645
drm/i915: Unify aliasing ppgtt handling
by Daniel Vetter
· 10 years ago
061dd49
drm/i915: Clean up aliasing ppgtt correctly on error paths
by Daniel Vetter
· 10 years ago
777dc5b
drm/i915: Move vma vfuns to adddress_space
by Daniel Vetter
· 10 years ago
c7e16f2
drm/i915: Move gen8 clear_range vfunc setup into common code
by Daniel Vetter
· 10 years ago
c5fe557
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
1d335d1
drm/i915: Move vm page allocation in proper place
by Mika Kuoppala
· 10 years ago
e20d2ab
drm/i915: Use a separate slab for vmas
by Chris Wilson
· 10 years ago
a4e0bed
drm/i915: Use complete address space in true PPGTT
by Michel Thierry
· 10 years ago
d7b2633
drm/i915/gen8: Dynamic page table allocations
by Michel Thierry
· 10 years ago
33c8819
drm/i915/gen8: begin bitmap tracking
by Michel Thierry
· 10 years ago
e5815a2
drm/i915/gen8: Split out mappings
by Michel Thierry
· 10 years ago
c488dbb
drm/i915: Extract PPGTT param from page_directory alloc
by Michel Thierry
· 10 years ago
09942c6
drm/i915: num_pd_pages/num_pd_entries isn't useful
by Michel Thierry
· 10 years ago
7cb6d7a
drm/i915/gen8: Update pdp switch and point unused PDPs to scratch page
by Michel Thierry
· 10 years ago
5441f0c
drm/i915/gen8: pagetable allocation rework
by Michel Thierry
· 10 years ago
69876be
drm/i915/gen8: page directories rework allocation
by Michel Thierry
· 10 years ago
5a8e994
drm/i915/gen8: Initialize page tables
by Michel Thierry
· 10 years ago
9c57f07
drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages
by Michel Thierry
· 10 years ago
ec565b3
drm/i915: Remove _entry from PPGTT page structures
by Michel Thierry
· 10 years ago
2a073f89
drm/i915/bxt: map GTT as uncached
by Imre Deak
· 10 years ago
5a4e33a
drm/i915/bxt: Enable PTE encoding
by Sumit Singh
· 10 years ago
9abc464
drm/i915: Compare GGTT view structs instead of types
by Joonas Lahtinen
· 10 years ago
2f2cf68
drm/i915: fix simple_return.cocci warnings
by kbuild test robot
· 10 years ago
72744cb
drm/i915: Add dynamic page trace events
by Michel Thierry
· 10 years ago
4933d51
drm/i915: Finish gen6/7 dynamic page table allocation
by Michel Thierry
· 10 years ago
Next »