summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Exercise rc6 w/a handlingChris Wilson2019-11-195-0/+182
* drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-192-2/+26
* drm/i915/gem: Manually dump the debug trace on GEM_BUG_ONChris Wilson2019-11-191-0/+3
* drm/i915/gt: Flush the requests after wedging on suspendChris Wilson2019-11-191-0/+1
* drm/i915/gt: Schedule next retirement worker firstChris Wilson2019-11-191-1/+1
* drm/i915/gt: Move new timelines to the end of active_listChris Wilson2019-11-191-1/+1
* drm/i915: make pool objects read-onlyMatthew Auld2019-11-191-0/+2
* drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-191-5/+24
* drm/i915/dsi: Do not read the transcoder register.Vandita Kulkarni2019-11-191-6/+11
* drm/i915/gem: Protect the obj->vma.list during iterationChris Wilson2019-11-191-0/+2
* drm/i915/gem: Merge GGTT vma flush into a single loopChris Wilson2019-11-191-9/+3
* drm/i915/gem: Track ggtt writes from userspace on the bound vmaChris Wilson2019-11-191-0/+8
* drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-191-9/+4
* drm/i915/gt: Only wait for register chipset flush if activeChris Wilson2019-11-191-1/+1
* drm/i915/ehl: Update voltage level checksMatt Roper2019-11-191-1/+3
* drm/i915/dsb: fix extra warning on error path handlingLucas De Marchi2019-11-181-7/+14
* drm/i915/dsb: remove atomic operationsLucas De Marchi2019-11-182-6/+6
* drm/i915/mst: Check uapi enable not intel one during mst atomic checkJosé Roberto de Souza2019-11-181-1/+1
* drm/i915/vbt: Handle generic DTD blockMatt Roper2019-11-182-2/+125
* drm/i915/vbt: Parse panel options separately from timing dataMatt Roper2019-11-181-9/+18
* drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson2019-11-181-0/+2
* 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-162-0/+21
* drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()Chris Wilson2019-11-153-46/+36
* drm/i915/gt: Mention which device failedChris Wilson2019-11-151-1/+2
* drm/i915: Fix frame start delay programmingVille Syrjälä2019-11-153-19/+95
* drm/i915/selftests: Disable heartbeat around context barrier testsChris Wilson2019-11-151-6/+38
* drm/i915/selftests: Exercise long preemption chainsChris Wilson2019-11-151-0/+196
* drm/i915/perf: Add preemption check while waiting for OALionel Landwerlin2019-11-151-0/+2
* drm/i915/gt: Flush retire.work timer object on unloadChris Wilson2019-11-153-0/+8
* drm/i915/gt: Use gt locals for accessing rc6Chris Wilson2019-11-151-3/+3
* drm/i915: Simplify NEEDS_WaRsDisableCoarsePowerGatingChris Wilson2019-11-151-1/+1
* drm/i915/gem: Silence sparse for RCU protection inside the constructorChris Wilson2019-11-151-2/+4
* drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson2019-11-151-8/+3
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-11-15623-11001/+28571
|\
| * Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2019-11-155-9/+10
| |\
| | * drm/vmwgfx: remove set but not used variable 'srf'YueHaibing2019-11-141-2/+0
| | * drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2019-11-144-7/+10
| * | 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