summaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-11drm/i915/gt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-03-11drm/i915/overlay: convert to drm_device based logging.Wambui Karuga1-5/+6
2020-03-11drm/i915/lvds: convert to drm_device based logging macros.Wambui Karuga1-18/+25
2020-03-11drm/i915/lpe_audio: convert to drm_device based logging macros.Wambui Karuga1-9/+14
2020-03-11drm/i915/hotplug: convert to drm_device based logging.Wambui Karuga1-16/+24
2020-03-11drm/i915/gmbus: convert to drm_device based logging,Wambui Karuga1-14/+19
2020-03-11drm/i915/fifo_underrun: convert to drm_device based logging.Wambui Karuga1-13/+16
2020-03-11drm/i915/dsb: convert to drm_device based logging macros.Wambui Karuga1-12/+16
2020-03-11drm/i915: Remove debugfs i915_drpc_info and i915_forcewake_domainsTvrtko Ursulin1-216/+0
2020-03-11drm/i915/execlists: Mark up data-races in virtual enginesChris Wilson1-5/+6
2020-03-11drm/i915: Mark up racy read of active rq->engineChris Wilson2-4/+6
2020-03-11drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson1-2/+2
2020-03-11drm/i915: Tweak scheduler's kick_submission()Chris Wilson1-1/+2
2020-03-11drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2-5/+19
2020-03-10drm/i915/display: Do not write in removed FBC fence registersRadhakrishna Sripada1-1/+1
2020-03-10drm/i915/display: Deactive FBC in fastsets when disabled by parameterJosé Roberto de Souza1-22/+25
2020-03-10drm/i915/mst: Hookup DRM DP MST late_register/early_unregister callbacksLyude Paul1-2/+31
2020-03-10drm/i915: Improve the start alignment of bonded pairsChris Wilson1-5/+36
2020-03-09drm/i915/gt: Defend against concurrent updates to execlists->activeChris Wilson2-6/+22
2020-03-09drm/i915: Lock gmbus/aux mutexes while changing cdclkVille Syrjälä1-0/+22
2020-03-09drm/i915: Pass the crtc to the low level read_lut() funcsVille Syrjälä1-26/+25
2020-03-09drm/i915: Fix readout of PIPEGCMAXVille Syrjälä2-2/+2
2020-03-09drm/i915: Refactor LUT read functionsVille Syrjälä1-61/+63
2020-03-09drm/i915: Clean up integer types in color codeVille Syrjälä1-24/+19
2020-03-09drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/Ville Syrjälä1-2/+2
2020-03-09drm/i915: s/blob_data/lut/Ville Syrjälä1-33/+33
2020-03-09drm/i915: Split i9xx_read_lut_8() to gmch vs. ilk variantsVille Syrjälä1-6/+35
2020-03-09drm/i915: Clean up i9xx_load_luts_internal()Ville Syrjälä1-44/+60
2020-03-09drm/i915: Polish CHV CGM CSC loadingVille Syrjälä1-37/+38
2020-03-09drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson1-0/+1
2020-03-09drm/i915/execlsts: Mark up racy inspection of current i915_request priorityChris Wilson2-2/+2
2020-03-09drm/i915/execlists: Mark up read of i915_request.fence.flagsChris Wilson1-1/+6
2020-03-09drm/i915/gt: Mark up racy check of last list elementChris Wilson2-1/+7
2020-03-09drm/i915: Mark up unlocked update of i915_request.hwsp_seqnoChris Wilson1-2/+5
2020-03-09drm/i915/execlists: Mark up the racy access to switch_priority_hintChris Wilson1-5/+9
2020-03-09drm/i915: Mark racy read of intel_engine_cs.saturatedChris Wilson1-1/+1
2020-03-09drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson1-4/+7
2020-03-09drm/i915/tgl: Don't treat unslice registers as maskedMatt Roper1-6/+6
2020-03-09drm/i915: Fix documentation for intel_dpll_get_freq()Imre Deak2-0/+13
2020-03-07drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson2-0/+10
2020-03-07drm/i915/gt: Close race between cacheline_retire and freeChris Wilson1-2/+6
2020-03-07drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson1-11/+18
2020-03-07drm/i915/selftests: Apply a heavy handed flush to i915_activeChris Wilson1-8/+21
2020-03-07drm/i915: Do not poison i915_request.link on removalChris Wilson1-1/+1
2020-03-06drm/i915/tgl: Make Wa_1606700617 permanentSwathi Dhanavanthri1-5/+5
2020-03-06drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v5)Vivek Kasireddy2-22/+16
2020-03-06drm/i915/selftests: try to rein in alloc_smokeMatthew Auld1-5/+20
2020-03-06drm/i915/buddy: avoid double list_addMatthew Auld1-1/+2
2020-03-06drm/i915: properly sanity check batch_start_offsetMatthew Auld3-11/+23
2020-03-06drm/i915/gem: Limit struct_mutex to eb_reserveChris Wilson2-37/+20