index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_render_state.c
Age
Commit message (
Expand
)
Author
2015-12-11
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
2015-07-21
drm/i915: Add provision to extend Golden context batch
Arun Siluvery
2015-07-21
drm/i915: Do kunmap if renderstate parsing fails
Mika Kuoppala
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
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 render_state_init() to take a request structure
John Harrison
2015-06-23
drm/i915: Add explicit request management to i915_gem_init_hw()
John Harrison
2015-06-23
drm/i915: Don't tag kernel batches as user batches
John Harrison
2015-06-23
drm/i915: Add flag to i915_add_request() to skip the cache flush
John Harrison
2015-06-23
drm/i915: i915_add_request must not fail
John Harrison
2014-12-03
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
2014-11-04
drm/i915 Add golden context support for Gen9
Armin Reese
2014-09-03
drm/i915/bdw: Render state init for Execlists
Oscar Mateo
2014-06-16
drm/i915: Simplify processing of the golden render context state
Chris Wilson
2014-05-22
drm/i915: s/intel_ring_buffer/intel_engine_cs
Oscar Mateo
2014-05-22
drm/i915: Add null state batch to active list
Mika Kuoppala
2014-05-14
drm/i915: add render state initialization
Mika Kuoppala