index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-06-27
drm/i915: tweak gen6_for_{each_pde, all_pdes} macros
Dave Gordon
2016-06-24
drm/i915: Split idling from forcing context switch
Chris Wilson
2016-06-17
drm/i915: Fold vGPU active check into inner functions
Zhi Wang
2016-06-13
drm/i915: Add support for mapping an object page by page
Chris Wilson
2016-05-20
drm/i915: Introduce & use new lightweight SGL iterators
Dave Gordon
2016-05-14
drm/i915: Skip clearing the GGTT on full-ppgtt systems
Chris Wilson
2016-05-14
drm/i915: Lazily migrate the objects after hibernation
Chris Wilson
2016-05-10
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
2016-05-10
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
Ville Syrjälä
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-05
drm/i915: Unexport i915_ppgtt_init()
Chris Wilson
2016-04-29
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
Chris Wilson
2016-04-28
drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
Chris Wilson
2016-04-28
drm/i915: Move ioremap_wc tracking onto VMA
Chris Wilson
2016-04-28
drm/i915: Introduce i915_vm_to_ggtt()
Chris Wilson
2016-04-27
drm/i915: tidy up gen8_init_scratch
Matthew Auld
2016-04-22
drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt
Matthew Auld
2016-04-19
drm/i915: call kunmap_px on pt_vaddr
Matthew Auld
2016-04-14
drm/i915: Store and use edram capabilities
Mika Kuoppala
2016-04-11
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
2016-04-07
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
2016-04-07
drm/i915: Use i915_vm_to_ppgtt instead of manual container_of
Joonas Lahtinen
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-30
drm/i915: Rename GGTT init functions
Joonas Lahtinen
2016-03-30
drm/i915: BUG_ON when ggtt_view is NULL
Matthew Auld
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
2016-03-23
drm/i915: Tidy aliasing_gtt_bind_vma()
Chris Wilson
2016-03-18
drm/i915: Codify our assumption that the Global GTT is <= 4GiB
Chris Wilson
2016-03-18
drm/i915/gtt: Clean up GGTT probing code
Joonas Lahtinen
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
drm/i915/gtt: Reference mappable_end variable from pointer
Joonas Lahtinen
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
2016-03-01
drm/i915: Move the NULL sg handling out from rotate_pages()
Ville Syrjälä
2016-03-01
drm/i915: Reorganize intel_rotation_info
Ville Syrjälä
2016-03-01
drm/i915: Account for the size of the chroma plane for the rotated gtt view
Ville Syrjälä
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
2016-02-04
drm/i915: implement WaIncreaseDefaultTLBEntries
Tim Gore
2016-01-28
drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()
Ville Syrjälä
2016-01-28
drm/i915: Pass stride to rotate_pages()
Ville Syrjälä
2016-01-28
drm/i915: Rename the rotated gtt view member to 'rotated'
Ville Syrjälä
2016-01-27
drm/i915: Move stolen memory initialization earlier during loading
Imre Deak
2016-01-15
drm/i915: Pass the dma_addr_t array as const to rotate_pages()
Ville Syrjälä
2016-01-15
drm/i915: Set i915_ggtt_view_normal type explicitly
Ville Syrjälä
2015-12-21
drm/i915: Move Braswell stop_machine GGTT insertion workaround
Chris Wilson
2015-12-17
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
[next]