summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Handle all MCR rangesMatt Roper2020-03-161-3/+22
* Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama2020-03-161-20/+0
* drm/i915/execlists: Track active elements during dequeueChris Wilson2020-03-161-20/+12
* drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2020-03-112-5/+19
* drm/i915/gt: Close race between cacheline_retire and freeChris Wilson2020-03-111-2/+6
* drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson2020-03-111-11/+18
* drm/i915: be more solid in checking the alignmentMatthew Auld2020-03-112-1/+7
* drm/i915/gvt: Fix dma-buf display blur issue on CFLTina Zhang2020-03-111-1/+2
* drm/i915: Return early for await_start on same timelineChris Wilson2020-03-111-2/+2
* drm/i915: Actually emit the await_startChris Wilson2020-03-111-1/+1
* Merge tag 'gvt-fixes-2020-03-10' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-03-102-6/+11
|\
| * drm/i915/gvt: Fix emulated vbt size issueTina Zhang2020-03-061-3/+2
| * drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exitsZhenyu Wang2020-03-031-3/+9
* | drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson2020-03-041-3/+11
* | drm/i915/perf: Reintroduce wait on OA configuration completionChris Wilson2020-03-042-18/+43
* | drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter2020-03-021-1/+1
* | drm/i915: Protect i915_request_await_start from early waitsChris Wilson2020-03-021-13/+28
* | drm/i915/tgl: Add Wa_1608008084Lucas De Marchi2020-03-021-12/+7
* | drm/i915/tgl: Add Wa_22010178259:tglMatt Roper2020-03-022-0/+14
* | drm/i915: Program MBUS with rmw during initializationMatt Roper2020-03-021-5/+11
* | drm/i915/psr: Force PSR probe only after full initializationJosé Roberto de Souza2020-03-024-5/+26
* | drm/i915/gem: Break up long lists of object reclaimChris Wilson2020-03-021-0/+1
* | Merge tag 'gvt-fixes-2020-02-26' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-262-2/+2
|\|
| * drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetimeTina Zhang2020-02-251-1/+1
| * drm/i915/gvt: Separate display reset from ALL_ENGINES resetTina Zhang2020-02-241-1/+1
* | drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson2020-02-261-3/+1
* | drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski2020-02-262-19/+26
* | drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski2020-02-262-11/+14
* | drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgttChris Wilson2020-02-261-2/+2
* | drm/i915: fix header test with GCOVJani Nikula2020-02-261-1/+1
* | drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson2020-02-183-23/+21
* | drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson2020-02-184-10/+18
* | drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-184-56/+55
* | drm/i915/gt: Protect defer_request() from new waitersChris Wilson2020-02-172-3/+10
* | drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2020-02-172-0/+6
* | drm/i915/dsc: force full modeset whenever DSC is enabled at probeJani Nikula2020-02-171-0/+18
* | drm/i915/ehl: Update port clock voltage level requirementsMatt Roper2020-02-171-1/+3
* | drm/i915: Update drm/i915 bug filing URLJani Nikula2020-02-173-7/+6
* | drm/i915: Initialise basic fence before acquiring seqnoChris Wilson2020-02-171-7/+14
* | drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson2020-02-171-0/+16
* | Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-1426-178/+990
|\ \
| * | drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
| * | drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| * | drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| * | drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| * | drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-125-6/+321
| * | drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-124-18/+38
| * | Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-122-2/+6
| |\|
| | * drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin2020-02-101-0/+4
| | * drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin2020-02-101-2/+2