summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-03-19168-4124/+6949
|\
| * drm/i915: Update DRIVER_DATE to 20200313Rodrigo Vivi2020-03-141-2/+2
| * drm/i915/tgl: Remove require_force_probe protectionJosé Roberto de Souza2020-03-131-1/+0
| * drm/i915: Add Wa_1605460711 / Wa_1408767742 to ICL and EHLMatt Roper2020-03-131-0/+8
| * drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaroundMatt Roper2020-03-131-5/+5
| * drm/i915: Add Wa_1406306137:icl,ehlMatt Roper2020-03-132-0/+4
| * drm/i915: Add Wa_1604278689:icl,ehlMatt Roper2020-03-132-0/+7
| * drm/i915: Add Wa_1209644611:icl,ehlMatt Roper2020-03-131-1/+13
| * drm/i915: Handle all MCR rangesMatt Roper2020-03-131-3/+22
| * drm/i915/selftest: Add more poison patternsChris Wilson2020-03-131-1/+6
| * Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama2020-03-121-20/+0
| * drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson2020-03-122-0/+4
| * drm/i915/selftests: Use igt_random_offset()Chris Wilson2020-03-121-5/+4
| * drm/i915/gem: Drop relocation slowpathChris Wilson2020-03-121-235/+4
| * drm/i915/gen12: Disable preemption timeoutTvrtko Ursulin2020-03-122-4/+13
| * drm/i915/gem: Take a copy of the engines for context_barrier_taskChris Wilson2020-03-111-37/+77
| * drm/i915/gem: Mark up sw-fence notify functionChris Wilson2020-03-111-2/+2
| * drm/i915: Add missing HDMI audio pixel clocks for gen12Kai Vehmanen2020-03-112-0/+12
| * drm/i915/gem: Mark up the racy read of the mmap_singletonChris Wilson2020-03-111-1/+1
| * drm/i915/execlists: Track active elements during dequeueChris Wilson2020-03-111-20/+12
| * drm/i915/gt: Pull checking rps->pm_events under the irq_lockChris Wilson2020-03-111-12/+17
| * drm/i915: Extend i915_request_await_active to use all timelinesChris Wilson2020-03-113-13/+75
| * drm/i915/gt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-11/+11
| * drm/i915/overlay: convert to drm_device based logging.Wambui Karuga2020-03-111-5/+6
| * drm/i915/lvds: convert to drm_device based logging macros.Wambui Karuga2020-03-111-18/+25
| * 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-111-5/+6
| * drm/i915: Mark up racy read of active rq->engineChris Wilson2020-03-112-4/+6
| * drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson2020-03-111-2/+2
| * drm/i915: Tweak scheduler's kick_submission()Chris Wilson2020-03-111-1/+2
| * drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2020-03-112-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