summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson4-6/+9
2020-04-06drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpuChris Wilson1-3/+12
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-06drm/i915: Extend hotplug detect retry on TypeC connectors to 5 secondsImre Deak1-1/+11
2020-04-06drm/i915: Add a retry counter for hotplug detect retriesImre Deak7-24/+26
2020-04-03drm/i915/gt: Free request pool from virtual enginesChris Wilson3-4/+13
2020-04-03drm/i915/selftests: Wait until we start timeslicing after a submitChris Wilson1-1/+6
2020-04-03drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson1-16/+9
2020-04-03drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit1-50/+11
2020-04-03drm/i915: Revoke mmap before fenceChris Wilson1-3/+3
2020-04-03drm/i915: Move the port sync DP_TP_CTL stuff to the encoder hookVille Syrjälä2-85/+52
2020-04-03drm/i915: Pass atomic state to encoder hooksVille Syrjälä18-144/+260
2020-04-03drm/i915: Do pipe updates after enables for everyoneVille Syrjälä1-23/+21
2020-04-03drm/i915: Fix port sync code to work with >2 pipesVille Syrjälä1-51/+54
2020-04-03drm/i915: Eliminate port sync copy pastaVille Syrjälä1-82/+44
2020-04-03drm/i915: Implement port sync for SKL+Ville Syrjälä3-20/+59
2020-04-03drm/i915: Store cpu_transcoder_mask in device infoVille Syrjälä7-30/+54
2020-04-03drm/i915: Avoid setting timer->expires to 0Chris Wilson1-1/+2
2020-04-03drm/i915: Keep a per-engine request poolChris Wilson4-5/+34
2020-04-03drm/i915/tgl: Make Wa_14010229206 permanentSwathi Dhanavanthri1-6/+6
2020-04-03drm/i915/selftests: Check for has-reset before testing hostile contextsChris Wilson1-0/+3
2020-04-02drm/i915/gem: Utilize rcu iteration of context enginesChris Wilson1-28/+31
2020-04-02drm/i915/execlists: Peek at the next submission for error interruptsChris Wilson1-1/+40
2020-04-02drm/i915/uc: Cleanup kerneldoc warningsChris Wilson2-4/+1
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson12-83/+13
2020-04-02drm/i915/gt: Make fence revocation unequivocalChris Wilson4-20/+19
2020-04-02drm/i915/gt: Store the fence details on the fenceChris Wilson2-60/+37
2020-04-02drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fenceChris Wilson3-4/+28
2020-04-01drm/i915/gem: Try allocating va from free spaceChris Wilson1-25/+43
2020-04-01drm/i915/gt: fix spelling mistake "undeflow" -> "underflow"Chen Zhou1-1/+1
2020-04-01drm/i915/gt: Align engine dump active/pendingChris Wilson1-1/+1
2020-04-01drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-03-31drm/i915/gt: Fill all the unused space in the GGTTChris Wilson1-10/+27
2020-03-31drm/i915: Report all failed registers for ctx isolationMika Kuoppala1-12/+13
2020-03-31drm/i915/gt: Include the execlists CCID of each port in the engine dumpChris Wilson1-49/+56
2020-03-31drm/i915/execlists: Pause CS flow before resetChris Wilson1-0/+1
2020-03-31drm/i915/selftests: Tidy up an error message for live_error_interruptChris Wilson1-4/+5
2020-03-31drm/i915/gt: Include a few tracek for timeslicingChris Wilson2-3/+23
2020-03-31drm/i915: Defer kicking the tasklet until all rescheduling is completeChris Wilson1-0/+4
2020-03-31drm/i915/tc/icl: Update TC vswing tablesJosé Roberto de Souza1-20/+73
2020-03-31drm/i915/dp/ehl: Update vswing table for HBR and RBRJosé Roberto de Souza1-5/+4
2020-03-31drm/i915/dp: Return the right vswing tablesJosé Roberto de Souza1-2/+3
2020-03-31drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT modeImre Deak1-1/+5
2020-03-31drm/i915/execlists: Double check breadcrumb before crying foulChris Wilson1-7/+27
2020-03-31drm/i915/perf: don't read head/tail pointers outside critical sectionLionel Landwerlin1-2/+5
2020-03-30drm/i915/execlists: Explicitly reset both reg and context runtimeChris Wilson1-11/+13
2020-03-30drm/i915/gem: Split eb_vma into its own allocationChris Wilson1-58/+73
2020-03-30drm/i915/perf: Schedule oa_config after modifying the contextsChris Wilson2-57/+102
2020-03-30drm/i915: Wrap i915_active in a simple kreffed structChris Wilson2-0/+57
2020-03-30drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson3-8/+14