summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Only recover active enginesChris Wilson2019-08-012-16/+26
* drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson2019-08-012-1/+24
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-08-017-46/+56
* drm/i915/gvt: Adding ppgtt to GVT GEM context after shadow pdps settled.Colin Xu2019-07-301-15/+12Star
* drm/i915/gvt: grab runtime pm first for forcewake useXiaolin Zhang2019-07-301-0/+4
* drm/i915/gvt: fix incorrect cache entry for guest page mappingXiaolin Zhang2019-07-301-0/+12
* drm/i915/gvt: Checking workload's gma earlierXiong Zhang2019-07-302-10/+28
* drm/i915/gvt: Don't use ggtt_validdate_range() with size=0Xiong Zhang2019-07-301-3/+3
* drm/i915/gvt: Warning for invalid ggtt accessXiong Zhang2019-07-301-0/+9
* drm/i915/gvt: remove duplicate include of trace.hZhenyu Wang2019-07-301-2/+0Star
* drm/i915: Fix the TBT AUX power well enablingImre Deak2019-07-291-2/+9
* drm/i915: Fix GEN8_MCR_SELECTOR programmingTvrtko Ursulin2019-07-291-2/+7
* drm/i915/vbt: Fix VBT parsing for the PSR sectionDhinakaran Pandiyan2019-07-292-4/+4
* drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVVille Syrjälä2019-07-291-0/+11
* drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-292-9/+8Star
* drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin2019-07-291-21/+28
* drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin2019-07-291-0/+8
* drm/i915/userptr: Acquire the page lock around set_page_dirty()Chris Wilson2019-07-291-1/+9
* drm/i915/gtt: Mark the freed page table entries with scratchChris Wilson2019-07-291-0/+2
* drm/i915/gtt: Defer the free for alloc error pathsChris Wilson2019-07-291-2/+4
* drm/i915: Deal with machines that expose less than three QGV pointsVille Syrjälä2019-07-292-7/+13
* drm/i915: Fix memleak in runtime wakeref trackingMika Kuoppala2019-07-291-6/+4Star
* drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-0/+13
* drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-1/+16
* drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin2019-07-291-1/+6
* drm/i915: Fix various tracepoints for gen2Ville Syrjälä2019-07-292-45/+35Star
* drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin2019-07-291-3/+7
* drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.Kenneth Graunke2019-07-291-2/+6
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-07-295-28/+53
* drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-266-4/+5
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+3Star
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-161-1/+1
|\
| * docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-16322-19274/+27149
|\ \
| * \ Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-21295-15593/+17617
| |\ \
| | * | drm/i915: Update DRIVER_DATE to 20190619Jani Nikula2019-06-191-2/+2
| | * | drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-1911-66/+36Star
| | * | drm/i915/execlists: Detect cross-contamination with GuCChris Wilson2019-06-191-0/+1
| | * | drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-196-7/+21
| | * | drm/i915/psr: Force manual PSR exit in older gensJosé Roberto de Souza2019-06-181-10/+26
| | * | drm/i915: Don't dereference request if it may have been retired when printingChris Wilson2019-06-181-7/+9
| | * | drm/i915/selftests: Flush live_evictChris Wilson2019-06-181-0/+3
| | * | drm/i915: Skip shrinking already freed pagesChris Wilson2019-06-182-46/+6Star
| | * | drm/i915: Update workarounds selftest for read only regsRobert M. Fosha2019-06-181-4/+39
| | * | drm/i915: Add whitelist workarounds for ICLJohn Harrison2019-06-181-11/+27
| | * | drm/i915: Support whitelist workarounds on all enginesJohn Harrison2019-06-181-19/+47
| | * | drm/i915: Support flags in whitlist WAsJohn Harrison2019-06-182-1/+15
| | * | drm/i915: Drop the _INCOMPLETE for has_infoframeVille Syrjälä2019-06-181-1/+1
| | * | drm/i915: Make pipe_config_err() vs. fastset less confusingVille Syrjälä2019-06-181-79/+79
| | * | drm/i915: Constify intel_pipe_config_compare()Ville Syrjälä2019-06-181-26/+17Star