开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
drm/i915: Only start retire worker when idle
Chris Wilson
2016-06-21
drm: Extract drm_is_current_master
Daniel Vetter
2016-06-02
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2016-06-02
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...
Dave Airlie
2016-05-24
drm/i915: Rename and inline i915_gem_context_get()
Chris Wilson
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
2016-05-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-05-22
x86: remove pointless uaccess_32.h complexity
Linus Torvalds
2016-05-20
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-04-29
kernel.h: add u64_to_user_ptr()
Gustavo Padovan
2016-04-28
drm/i915: Move the magical deferred context allocation into the request
Chris Wilson
2016-04-14
drm/i915: Late request cancellations are harmful
Chris Wilson
2016-04-11
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
x86/cpufeature: Remove cpu_has_clflush
Borislav Petkov
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-16
drm/i915: More renaming of rings to engines
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 intel_engine_cs function parameters
Tvrtko Ursulin
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
2016-01-28
Fix pointer tests in error-handling paths
Dave Gordon
2016-01-28
drm/i915: Fix VCS ring selection after uapi decoupling
Tvrtko Ursulin
2016-01-21
drm/i915: Decouple execbuf uAPI from internal implementation
Tvrtko Ursulin
2016-01-21
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
2016-01-18
drm/i915: use hlist_for_each_entry
Geliang Tang
2016-01-12
drm/i915: Use MI_BATCH_BUFFER_START on 830/845
Ville Syrjälä
2016-01-05
drm/i915: Avoid writing relocs with addresses in non-canonical form
Michał Winiarski
2015-12-11
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
2015-12-09
drm/i915: Add soft-pinning API for execbuffer
Chris Wilson
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
2015-10-07
drm/i915: Kill DRI1 cliprects
Chris Wilson
2015-10-01
drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
Michel Thierry
2015-09-30
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2015-09-14
drm/i915: Split alloc from init for lrc
Nick Hoath
2015-09-02
drm/i915: Always mark the object as dirty when used by the GPU
Chris Wilson
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
2015-07-06
drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam
Abdiel Janulgue
2015-06-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-23
drm/i915: Move the request/file and request/pid association to creation time
John Harrison
2015-06-23
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
2015-06-23
drm/i915: Update a bunch of execbuffer helpers to take request structures
John Harrison
2015-06-23
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
2015-06-23
drm/i915: Update add_request() to take a request structure
John Harrison
[next]