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
/
gt
Age
Commit message (
Expand
)
Author
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-05-24
drm/i915/gen11: enable support for headerless msgs
Dongwon Kim
2019-05-23
drm/i915/selftests: Use prepare/finish during atomic reset test
Michal Wajdeczko
2019-05-23
drm/i915/selftests: Split igt_atomic_reset testcase
Michal Wajdeczko
2019-05-23
drm/i915/selftests: Move some reset testcases to separate file
Michal Wajdeczko
2019-05-22
drm/i915: Engine discovery query
Tvrtko Ursulin
2019-05-22
drm/i915/icl: Add WaDisableBankHangMode
Tvrtko Ursulin
2019-05-22
drm/i915/selftests: Verify context workarounds
Tvrtko Ursulin
2019-05-22
drm/i915/execlists: Virtual engine bonding
Chris Wilson
2019-05-22
drm/i915: Apply an execution_mask to the virtual_engine
Chris Wilson
2019-05-22
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-17
drm/i915/execlists: Drop promotion on unsubmit
Chris Wilson
2019-05-17
drm/i915: Downgrade NEWCLIENT to non-preemptive
Chris Wilson
2019-05-17
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-08
drm/i915: Seal races between async GPU cancellation, retirement and signaling
Chris Wilson
2019-05-08
drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
Chris Wilson
2019-05-08
drm/i915: Reboot CI if forcewake fails
Chris Wilson
2019-05-07
drm/i915/execlists: Don't apply priority boost for resets
Chris Wilson
2019-05-07
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
2019-05-07
drm/i915: Assert the local engine->wakeref is active
Chris Wilson
2019-05-07
drm/i915: Assert breadcrumbs are correctly ordered in the signal handler
Chris Wilson
2019-05-04
drm/i915: Disable semaphore busywaits on saturated systems
Chris Wilson
2019-05-03
drm/i915/hangcheck: Track context changes
Chris Wilson
2019-05-03
drm/i915/execlists: Flush the tasklet on parking
Chris Wilson
2019-05-02
drm/i915: Include fence signaled bit in print_request()
Chris Wilson
2019-05-01
drm/i915: Move the engine->destroy() vfunc onto the engine
Chris Wilson
2019-04-30
drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.h
Jani Nikula
2019-04-30
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
2019-04-30
drm/i915/icl: Whitelist GEN9_SLICE_COMMON_ECO_CHICKEN1
Tvrtko Ursulin
2019-04-26
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
2019-04-26
drm/i915: Remove intel_context.active_link
Chris Wilson
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
drm/i915: Split engine setup/init into two phases
Chris Wilson
2019-04-26
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
2019-04-26
drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
Chris Wilson
2019-04-26
drm/i915: Enable render context support for Ironlake (gen5)
Chris Wilson
2019-04-26
drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context
Chris Wilson
2019-04-24
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson