summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.6 into drm-nextDave Airlie2020-03-312-6/+11
|\
| * 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/display: Fix mode private_flags comparison at atomic_checkUma Shankar2020-03-261-2/+2
* | | drm/i915/gt: Stage the transfer of the virtual breadcrumbChris Wilson2020-03-261-5/+15
* | | drm/i915/gt: Select the deepest available parking mode for rc6Chris Wilson2020-03-262-5/+28
* | | drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson2020-03-261-15/+14
* | | drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson2020-03-261-0/+13
* | | drm/i915/gt: Cancel a hung context if already closedChris Wilson2020-03-261-0/+5
* | | drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson2020-03-265-6/+14
* | | drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa2020-03-202-0/+10
* | | drm/i915/gem: Check for a closed context when looking up an engineChris Wilson2020-03-201-2/+6
* | | drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson2020-03-201-1/+1
* | | Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-191-16/+0
|\ \ \
| * | | drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya2020-03-111-10/+0
| * | | drm: Remove dp mst register connector callbacksPankaj Bharadiya2020-03-111-6/+0
* | | | Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-03-19166-4123/+6868
|\ \ \ \
| * | | | drm/i915: Update DRIVER_DATE to 20200313Rodrigo Vivi2020-03-131-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