summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin2018-02-131-14/+0
* drm/i915: Make engine state pretty-printer header configurableChris Wilson2017-12-081-1/+4
* Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi2017-12-081-0/+1
|\
| * Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-081-20/+154
| |\
| * \ Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-041-7/+72
| |\ \
| * \ \ Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-29/+155
| |\ \ \
| | * | | drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-11-091-2/+32
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | | | drm/i915/execlists: Cache ELSP register offsetChris Wilson2017-12-081-0/+5
| |_|_|/ |/| | |
* | | | drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-291-0/+6
* | | | drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-291-1/+7
* | | | drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-0/+1
* | | | drm/i915/pmu: Drop I915_ENGINE_SAMPLE_MAX from uapi headersTvrtko Ursulin2017-11-231-0/+1
* | | | drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin2017-11-221-0/+14
* | | | drm/i915: Engine busy time trackingTvrtko Ursulin2017-11-221-0/+92
* | | | drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+26
* | | | drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-19/+6
* | | | drm/i915/execlists: Delay writing to ELSP until HW has processed the previous...Michel Thierry2017-11-201-0/+1
| |_|/ |/| |
* | | drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-2/+2
* | | drm/i915: Make request's wait-for-space explicitChris Wilson2017-11-151-0/+1
* | | drm/i915: Stop caching the "golden" renderstateChris Wilson2017-11-101-2/+0
* | | drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+2
* | | drm/i915: Define an engine class enum for the uABITvrtko Ursulin2017-11-101-1/+4
* | | drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-0/+6
* | | drm/i915: Add information needed to track engine preempt stateMichał Winiarski2017-10-261-0/+7
* | | drm/i915: Extract "emit write" part of emit breadcrumb functionsMichał Winiarski2017-10-261-0/+38
* | | drm/i915/guc: Always enable the breadcrumbs irqChris Wilson2017-10-251-1/+4
* | | drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-251-1/+6
* | | drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-0/+2
* | | drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-10-241-2/+32
| |/ |/|
* | drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson2017-10-091-0/+4
* | drm/i915/execlists: Preemption!Chris Wilson2017-10-041-0/+5
* | drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-4/+17
* | drm/i915: Add execlist_port_completeMika Kuoppala2017-09-251-1/+13
* | drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-21/+79
* | drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-181-0/+8
* | drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson2017-09-131-0/+3
* | drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson2017-09-131-0/+3
* | drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-061-11/+1
|/
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-181-0/+12
* drm/i915: Look for active requests earlier in the reset pathMichel Thierry2017-06-201-0/+1
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-0/+9
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-2/+9
* drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2017-05-041-1/+2
* drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2017-05-041-1/+1
* drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2017-05-041-14/+22
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-2/+2
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-3/+4
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-261-1/+2
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-251-2/+17
OpenPOWER on IntegriCloud