summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson2019-11-271-4/+17
* drm/i915: Default to a more lenient forced preemption timeoutChris Wilson2019-11-271-1/+1
* drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-261-9/+4
* drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-257-3/+108
* drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson2019-11-251-6/+21
* drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson2019-11-251-9/+7
* drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2019-11-252-13/+18
* drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson2019-11-251-7/+40
* drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-253-12/+32
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-2511-25/+54
* drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-252-2/+26
* drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-251-1/+1
* drm/i915/query: Align flavour of engine data lookupTvrtko Ursulin2019-11-251-2/+5
* drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-251-5/+24
* drm/i915/ehl: Update voltage level checksMatt Roper2019-11-251-1/+3
* Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson2019-11-221-2/+7
* Merge tag 'gvt-next-fixes-2019-11-12' of https://github.com/intel/gvt-linux i...Joonas Lahtinen2019-11-201-0/+4
|\
| * drm/i915/gvt: Stop initializing pvinfo through reading mmioTina Zhang2019-11-081-0/+4
* | drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson2019-11-202-29/+29
* | drm/i915: fix accidental static variable useJani Nikula2019-11-181-1/+1
* | drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submissionDon Hiatt2019-11-182-0/+21
* | drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson2019-11-181-8/+3
* | drm/i915: Restore GT coarse power gating workaroundImre Deak2019-11-181-2/+7
* | drm/i915/fbdev: Restore physical addresses for fb_mmap()Chris Wilson2019-11-181-4/+5
* | drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin2019-11-181-2/+7
* | drm/i915: Avoid atomic context for error captureBruce Chang2019-11-181-4/+4
* | drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definitionJosé Roberto de Souza2019-11-181-1/+1
* | drm/i915: Fix detection for a CMP-V PCHImre Deak2019-11-182-2/+6
* | drm/i915: Flush context free work on cleanupChris Wilson2019-11-181-0/+1
* | Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/...Dave Airlie2019-11-1515-79/+181
|\ \
| * | drm/i915: Split a setting of MSA to MST and SSTGwan-gyeong Mun2019-11-132-4/+8
| * | drm/i915/execlists: Move reset_active() from schedule-out to schedule-inChris Wilson2019-11-131-56/+62
| * | drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson2019-11-121-1/+21
| * | drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson2019-11-121-2/+2
| * | drm/i915: Protect context while grabbing its name for the requestChris Wilson2019-11-121-0/+2
| * | drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin2019-11-121-10/+10
| * | drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä2019-11-114-0/+69
| * | drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä2019-11-111-0/+3
| * | drm/i915: Leave the aliasing-ppgtt size aloneChris Wilson2019-11-111-2/+0
| * | drm/i915/display: only include intel_dp_link_training.h where neededJani Nikula2019-11-112-1/+1
| * | drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson2019-11-111-1/+1
| * | drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson2019-11-111-2/+2
| |/
* | Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie2019-11-1410-168/+460
|\ \
| * | drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings2019-11-111-3/+2
| * | drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak2019-11-056-4/+135
| * | drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2019-11-052-0/+12
| * | drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield2019-11-051-1/+1
| * | drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield2019-11-055-26/+178
| * | drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield2019-11-051-12/+13
| * | drm/i915: Add gen9 BCS cmdparsingJon Bloomfield2019-11-052-10/+110