summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-08drm/i915: store all subslice masksLionel Landwerlin1-1/+1
2018-03-07drm/i915/icl: Enhanced execution list supportThomas Daniel1-2/+10
2018-03-06drm/i915: Flush waiters on seqno wraparoundChris Wilson1-1/+0
2018-03-06drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson1-2/+2
2018-03-01drm/i915/icl: Prepare for more ringsTvrtko Ursulin1-1/+8
2018-02-23drm/i915/preemption: Allow preemption between submission portsChris Wilson1-0/+10
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-42/+36
2018-02-12drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson1-3/+3
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson1-0/+5
2018-02-06drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin1-14/+0
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson1-1/+4
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-0/+1
2017-12-08drm/i915/execlists: Cache ELSP register offsetChris Wilson1-0/+5
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-20/+154
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-7/+72
2017-11-29drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin1-0/+6
2017-11-29drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin1-1/+7
2017-11-23drm/i915: Unwind incomplete legacy context switchesChris Wilson1-0/+1
2017-11-23drm/i915/pmu: Drop I915_ENGINE_SAMPLE_MAX from uapi headersTvrtko Ursulin1-0/+1
2017-11-22drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin1-0/+14
2017-11-22drm/i915: Engine busy time trackingTvrtko Ursulin1-0/+92
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin1-0/+26
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-19/+6
2017-11-20drm/i915/execlists: Delay writing to ELSP until HW has processed the previous...Michel Thierry1-0/+1
2017-11-16drm/i915: Update execlists tasklet namingSagar Arun Kamble1-2/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-29/+155
2017-11-15drm/i915: Make request's wait-for-space explicitChris Wilson1-0/+1
2017-11-10drm/i915: Stop caching the "golden" renderstateChris Wilson1-2/+0
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson1-0/+2
2017-11-10drm/i915: Define an engine class enum for the uABITvrtko Ursulin1-1/+4
2017-11-09drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson1-2/+32
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26drm/i915/guc: Preemption! With GuCMichał Winiarski1-0/+6
2017-10-26drm/i915: Add information needed to track engine preempt stateMichał Winiarski1-0/+7
2017-10-26drm/i915: Extract "emit write" part of emit breadcrumb functionsMichał Winiarski1-0/+38
2017-10-25drm/i915/guc: Always enable the breadcrumbs irqChris Wilson1-1/+4
2017-10-25drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson1-1/+6
2017-10-25drm/i915: Use same test for eviction and submitting kernel contextChris Wilson1-0/+2
2017-10-24drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson1-2/+32
2017-10-09drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson1-0/+4
2017-10-04drm/i915/execlists: Preemption!Chris Wilson1-0/+5
2017-09-25drm/i915: Make execlist port count variableMika Kuoppala1-4/+17
2017-09-25drm/i915: Add execlist_port_completeMika Kuoppala1-1/+13
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala1-21/+79
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson1-0/+8
2017-09-13drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson1-0/+3
2017-09-13drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson1-0/+3
2017-09-06drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson1-11/+1
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson1-0/+12
2017-06-20drm/i915: Look for active requests earlier in the reset pathMichel Thierry1-0/+1