summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble2017-11-161-1463/+0
* drm/i915/guc: Rename i915_guc_client struct to intel_guc_clientSagar Arun Kamble2017-11-161-31/+31
* drm/i915/guc: Update name and prototype of GuC submission interface functionsSagar Arun Kamble2017-11-161-9/+6
* drm/i915/guc: Update names of submission related static functionsSagar Arun Kamble2017-11-161-10/+10
* drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-3/+3
* drm/i915/guc: Assert guc->stage_desc_pool is allocatedChris Wilson2017-11-061-0/+8
* drm/i915/guc: Clear terminated attribute bit on GuC preemption contextJeff McGee2017-11-021-0/+15
* drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-13/+195
* drm/i915/guc: Keep request->priority for its lifetimeMichał Winiarski2017-10-261-1/+0
* drm/i915/guc: Split guc_wq_item_appendMichał Winiarski2017-10-261-25/+30
* drm/i915/guc: Add a second client, to be used for preemptionDave Gordon2017-10-261-35/+83
* drm/i915/guc: Allocate separate shared data object for GuC communicationMichał Winiarski2017-10-261-1/+35
* drm/i915/guc: Extract GuC stage desc pool creation into a helperMichał Winiarski2017-10-261-27/+38
* drm/i915/guc: Do not use 0 for GuC doorbell cookieMichał Winiarski2017-10-261-2/+5
* drm/i915/guc: Initialize GuC before restarting enginesMichał Winiarski2017-10-251-8/+0
* drm/i915/guc: Always enable the breadcrumbs irqChris Wilson2017-10-251-24/+15
* drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-10-241-0/+3
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-4/+6
* drm/i915: Use execlists_num_ports instead of size of arrayMika Kuoppala2017-10-101-1/+1
* drm/i915: Fix pointer-to-int conversionMichal Wajdeczko2017-10-061-2/+2
* drm/i915: Unify uC variable types to avoid flooding checkpatch.plJoonas Lahtinen2017-10-061-5/+5
* drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-061-94/+0
* drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-061-3/+4
* drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-2/+6
* drm/i915: Add execlist_port_completeMika Kuoppala2017-09-251-4/+4
* drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-14/+17
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* drm/i915/guc: Cleanup adding GuC work itemsMichał Winiarski2017-09-181-21/+16
* drm/i915/guc: Simplify GuC doorbell logicMichał Winiarski2017-09-181-47/+13
* drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski2017-09-181-122/+60
* drm/i915/guc: Remove obsolete comments and remove unused variableMichał Winiarski2017-09-181-2/+1
* drm/i915/guc: Don't make assumptions while getting the lrca offsetMichel Thierry2017-09-131-3/+18
* drm/i915/lrc: Clarify the format of the context imageMichel Thierry2017-09-131-2/+2
* drm/i915/guc: Small improvements to guc_wq_item_appendOscar Mateo2017-09-131-8/+7
* drm/i915/guc: Name the default GuC scheduling policyOscar Mateo2017-09-131-5/+10
* drm/i915/guc: Fix doorbell id selectionMichel Thierry2017-05-311-1/+1
* drm/i915/guc: Skip port assign on first iteration of GuC dequeueMichał Winiarski2017-05-231-1/+2
* drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-191-3/+0
* drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-191-1/+0
* drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-191-2/+0
* drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-171-1/+1
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-20/+30
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-11/+23
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-2/+1
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-261-1/+1
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-251-3/+1
* Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson2017-03-291-12/+0
* drm/i915: Refactor tests for validity of RING_TAILChris Wilson2017-03-271-1/+1
* drm/i915/guc: Refactor the retrieval of guc_process_descChris Wilson2017-03-241-13/+11
* drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_captureOscar Mateo2017-03-231-24/+24
OpenPOWER on IntegriCloud