index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
1
-6
/
+6
2017-02-08
drm/i915: Always convert incoming exec offsets to non-canonical
Michał Winiarski
1
-6
/
+6
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-3
/
+2
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
1
-1
/
+1
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-3
/
+2
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
1
-1
/
+1
2016-12-18
drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex
Chris Wilson
1
-0
/
+1
2016-12-05
drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
Chris Wilson
1
-0
/
+1
2016-12-05
drm/i915: Mark all non-vma being inserted into the address spaces
Chris Wilson
1
-1
/
+1
2016-11-24
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
1
-1
/
+1
2016-11-21
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
1
-3
/
+1
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
1
-3
/
+2
2016-11-17
drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.c
Tvrtko Ursulin
1
-1
/
+1
2016-11-11
drm/i915: Further assorted dev_priv cleanups
Tvrtko Ursulin
1
-1
/
+1
2016-11-11
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
1
-2
/
+2
2016-11-07
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
1
-0
/
+8
2016-11-03
drm/i915: Introduce HAS_64BIT_RELOC
Joonas Lahtinen
1
-1
/
+2
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
1
-44
/
+11
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Defer active reference until required
Chris Wilson
1
-2
/
+0
2016-10-28
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
1
-1
/
+2
2016-10-28
drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()
Chris Wilson
1
-9
/
+1
2016-10-25
Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-45
/
+43
2016-10-18
drm/i915: Restrict pagefault disabling to just around copy_from_user()
Chris Wilson
1
-36
/
+35
2016-10-14
drm/i915: Remove unused "valid" parameter from pte_encode
Michał Winiarski
1
-2
/
+1
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-3
/
+3
2016-10-11
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-347
/
+558
2016-10-10
drm/i915: Force relocations via cpu if we run out of idle aperture
Chris Wilson
1
-2
/
+2
2016-10-07
drm/i915: Force relocations via cpu if we run out of idle aperture
Chris Wilson
1
-2
/
+2
2016-10-04
drm/i915: silence io mapping/unmapping sparse warnings on different address s...
Jani Nikula
1
-2
/
+2
2016-09-27
get rid of separate multipage fault-in primitives
Al Viro
1
-1
/
+1
2016-09-09
drm/i915: Serialise execbuf operation after a dma-buf reservation object
Chris Wilson
1
-0
/
+11
2016-09-09
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
1
-1
/
+2
2016-09-01
drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index
Joonas Lahtinen
1
-7
/
+3
2016-08-26
drm/i915: Allow the user to pass a context to any ring
Chris Wilson
1
-4
/
+1
2016-08-22
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
1
-10
/
+3
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
1
-1
/
+1
2016-08-18
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
1
-1
/
+7
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-14
/
+6
2016-08-18
drm/i915: Rename fence.lru_list to link
Chris Wilson
1
-1
/
+1
2016-08-18
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
1
-2
/
+2
2016-08-18
drm/i915: Disallow direct CPU access to stolen pages for relocations
Chris Wilson
1
-0
/
+3
2016-08-18
drm/i915: Fallback to single page GTT mmappings for relocations
Chris Wilson
1
-11
/
+51
2016-08-18
drm/i915: Refactor execbuffer relocation writing
Chris Wilson
1
-139
/
+152
2016-08-18
drm/i915: Cache kmap between relocations
Chris Wilson
1
-54
/
+111
2016-08-18
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
1
-10
/
+3
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-30
/
+35
2016-08-15
drm/i915: Add convenience wrappers for vma's object get/put
Chris Wilson
1
-2
/
+2
2016-08-10
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
1
-1
/
+9
[next]