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_render_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
1
-1
/
+1
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
1
-0
/
+2
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
1
-2
/
+2
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
1
-1
/
+1
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-1
/
+1
2018-07-06
drm/i915: Start returning an error from i915_vma_move_to_active()
Chris Wilson
1
-1
/
+1
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-1
/
+1
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-1
/
+1
2017-11-20
drm/i915: Pull the unconditional GPU cache invalidation into request construc...
Chris Wilson
1
-4
/
+0
2017-11-10
drm/i915: Stop caching the "golden" renderstate
Chris Wilson
1
-94
/
+47
2017-10-16
drm/i915: Refactor testing obj->mm.pages
Chris Wilson
1
-1
/
+1
2017-08-08
drm/i915: Perform an invalidate prior to executing golden renderstate
Chris Wilson
1
-0
/
+4
2017-02-27
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-01-19
drm/i915: Remove i915_vma_create from 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
-2
/
+2
2016-11-03
drm/i915: Introduce HAS_64BIT_RELOC
Joonas Lahtinen
1
-2
/
+1
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Markup GEM API with lockdep asserts
Chris Wilson
1
-0
/
+2
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
1
-68
/
+116
2016-10-28
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Defer active reference until required
Chris Wilson
1
-1
/
+2
2016-10-14
drm/i915: Make INTEL_GEN only take dev_priv
Tvrtko Ursulin
1
-3
/
+3
2016-08-15
drm/i915: Use VMA for render state page tracking
Chris Wilson
1
-18
/
+22
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
1
-1
/
+1
2016-08-02
drm/i915: Refactor golden render state emission to unconfuse gcc
Chris Wilson
1
-68
/
+27
2016-08-02
drm/i915: Remove duplicate golden render state init from execlists
Chris Wilson
1
-7
/
+16
2016-08-02
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
1
-8
/
+8
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-2
/
+2
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-1
/
+1
2016-06-14
drm/i915:bxt: Enable Pooled EU support
arun.siluvery@linux.intel.com
1
-0
/
+28
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-6
/
+7
2016-04-28
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
1
-2
/
+2
2016-04-25
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
1
-1
/
+1
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-3
/
+3
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-3
/
+3
2015-12-11
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
1
-1
/
+1
2015-07-21
drm/i915: Add provision to extend Golden context batch
Arun Siluvery
1
-0
/
+45
2015-07-21
drm/i915: Do kunmap if renderstate parsing fails
Mika Kuoppala
1
-2
/
+8
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
1
-2
/
+1
2015-06-23
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update render_state_init() to take a request structure
John Harrison
1
-7
/
+7
2015-06-23
drm/i915: Add explicit request management to i915_gem_init_hw()
John Harrison
1
-2
/
+0
2015-06-23
drm/i915: Don't tag kernel batches as user batches
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Add flag to i915_add_request() to skip the cache flush
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: i915_add_request must not fail
John Harrison
1
-1
/
+1
2014-12-03
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
1
-1
/
+1
2014-11-04
drm/i915 Add golden context support for Gen9
Armin Reese
1
-0
/
+2
2014-09-03
drm/i915/bdw: Render state init for Execlists
Oscar Mateo
1
-15
/
+25
2014-06-16
drm/i915: Simplify processing of the golden render context state
Chris Wilson
1
-95
/
+66
[next]