summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/lpe_audio: convert to drm_device based logging macros.Wambui Karuga2020-03-111-9/+14
* drm/i915/hotplug: convert to drm_device based logging.Wambui Karuga2020-03-111-16/+24
* drm/i915/gmbus: convert to drm_device based logging,Wambui Karuga2020-03-111-14/+19
* drm/i915/fifo_underrun: convert to drm_device based logging.Wambui Karuga2020-03-111-13/+16
* drm/i915/dsb: convert to drm_device based logging macros.Wambui Karuga2020-03-111-12/+16
* drm/i915: Remove debugfs i915_drpc_info and i915_forcewake_domainsTvrtko Ursulin2020-03-111-216/+0
* drm/i915/execlists: Mark up data-races in virtual enginesChris Wilson2020-03-101-5/+6
* drm/i915: Mark up racy read of active rq->engineChris Wilson2020-03-102-4/+6
* drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson2020-03-101-2/+2
* drm/i915: Tweak scheduler's kick_submission()Chris Wilson2020-03-101-1/+2
* drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2020-03-102-5/+19
* Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2020-03-1025-678/+601
|\
| * drm/i915/gvt: Wean gvt off using dev_privChris Wilson2020-03-0620-238/+239
| * drm/i915/gvt: Wean gvt off dev_priv->engine[]Chris Wilson2020-03-0611-412/+367
| * drm/i915/gvt: cleanup debugfs scan_nonprivbbChris Wilson2020-03-061-35/+1
| * drm/i915/gvt: Fix dma-buf display blur issue on CFLTina Zhang2020-03-061-1/+2
* | drm/i915/display: Do not write in removed FBC fence registersRadhakrishna Sripada2020-03-101-1/+1
* | drm/i915/display: Deactive FBC in fastsets when disabled by parameterJosé Roberto de Souza2020-03-101-22/+25
* | drm/i915/mst: Hookup DRM DP MST late_register/early_unregister callbacksLyude Paul2020-03-101-2/+31
* | drm/i915: Improve the start alignment of bonded pairsChris Wilson2020-03-101-5/+36
* | drm/i915/gt: Defend against concurrent updates to execlists->activeChris Wilson2020-03-092-6/+22
* | drm/i915: Lock gmbus/aux mutexes while changing cdclkVille Syrjälä2020-03-091-0/+22
* | drm/i915: Pass the crtc to the low level read_lut() funcsVille Syrjälä2020-03-091-26/+25
* | drm/i915: Fix readout of PIPEGCMAXVille Syrjälä2020-03-092-2/+2
* | drm/i915: Refactor LUT read functionsVille Syrjälä2020-03-091-61/+63
* | drm/i915: Clean up integer types in color codeVille Syrjälä2020-03-091-24/+19
* | drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/Ville Syrjälä2020-03-091-2/+2
* | drm/i915: s/blob_data/lut/Ville Syrjälä2020-03-091-33/+33
* | drm/i915: Split i9xx_read_lut_8() to gmch vs. ilk variantsVille Syrjälä2020-03-091-6/+35
* | drm/i915: Clean up i9xx_load_luts_internal()Ville Syrjälä2020-03-091-44/+60
* | drm/i915: Polish CHV CGM CSC loadingVille Syrjälä2020-03-091-37/+38
* | drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson2020-03-091-0/+1
* | drm/i915/execlsts: Mark up racy inspection of current i915_request priorityChris Wilson2020-03-092-2/+2
* | drm/i915/execlists: Mark up read of i915_request.fence.flagsChris Wilson2020-03-091-1/+6
* | drm/i915/gt: Mark up racy check of last list elementChris Wilson2020-03-092-1/+7
* | drm/i915: Mark up unlocked update of i915_request.hwsp_seqnoChris Wilson2020-03-091-2/+5
* | drm/i915/execlists: Mark up the racy access to switch_priority_hintChris Wilson2020-03-091-5/+9
* | drm/i915: Mark racy read of intel_engine_cs.saturatedChris Wilson2020-03-091-1/+1
* | drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson2020-03-091-4/+7
* | drm/i915/tgl: Don't treat unslice registers as maskedMatt Roper2020-03-091-6/+6
* | drm/i915: Fix documentation for intel_dpll_get_freq()Imre Deak2020-03-092-0/+13
* | drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson2020-03-072-0/+10
* | drm/i915/gt: Close race between cacheline_retire and freeChris Wilson2020-03-071-2/+6
* | drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson2020-03-071-11/+18
* | drm/i915/selftests: Apply a heavy handed flush to i915_activeChris Wilson2020-03-071-8/+21
* | drm/i915: Do not poison i915_request.link on removalChris Wilson2020-03-071-1/+1
* | drm/i915/tgl: Make Wa_1606700617 permanentSwathi Dhanavanthri2020-03-061-5/+5
* | drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v5)Vivek Kasireddy2020-03-062-22/+16
* | drm/i915/selftests: try to rein in alloc_smokeMatthew Auld2020-03-061-5/+20
* | drm/i915/buddy: avoid double list_addMatthew Auld2020-03-061-1/+2