summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-1718-72/+72
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-1618-1472/+1483
* drm/i915: Serialise concurrent calls to i915_gem_set_wedged()Chris Wilson2019-01-163-9/+28
* drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul2019-01-1613-112/+122
* drm/i915/userptr: Fix error handling of mutex_lock_killable()Chris Wilson2019-01-161-1/+1
* drm/i915: Move intel_execlists_show_requests() asideChris Wilson2019-01-153-52/+71
* drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_startChris Wilson2019-01-154-126/+139
* drm/i915/icl: Detect port F presence via VBTImre Deak2019-01-151-1/+7
* drm/i915/ddi: Move DDI port detection to the corresponding helperImre Deak2019-01-152-3/+10
* drm/i915: Only dump GPU state on set-wedged if interestingChris Wilson2019-01-151-1/+1
* drm/i915/perf: Annotate i915_perf.wakeref for keneldocChris Wilson2019-01-151-0/+4
* drm/i915: Fix the static code analysis warning in debugfsRadhakrishna Sripada2019-01-151-3/+2Star
* drm/i915/cnl: Fix CNL macros for Voltage Swing programmingAditya Swarup2019-01-151-7/+7
* drm/i915: Prevent concurrent GGTT update and use on Braswell (again)Chris Wilson2019-01-151-1/+2
* drm/i915: Differentiate between ggtt->mutex and ppgtt->mutexChris Wilson2019-01-143-8/+10
* drm/i915: Fix ILK-IVB primary plane enable delaysJuha-Pekka Heikkila2019-01-141-1/+4
* drm/i915: Mark up Ironlake ips with rpm wakerefsChris Wilson2019-01-143-105/+102Star
* drm/i915: Combined gt.awake/gt.power wakerefsChris Wilson2019-01-143-9/+5Star
* drm/i915: Complain if hsw_get_pipe_config acquires the same power well twiceChris Wilson2019-01-141-0/+6
* drm/i915/dp: Markup pps lock power wellChris Wilson2019-01-141-110/+121
* drm/i915: Track the wakeref used to initialise display power domainsChris Wilson2019-01-143-68/+88
* drm/i915: Markup paired operations on display power domainsChris Wilson2019-01-1423-190/+347
* drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-1417-241/+209Star
* drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-1412-78/+138
* drm/i915/panel: Track temporary rpm wakerefChris Wilson2019-01-141-2/+3
* drm/i915/hotplug: Track temporary rpm wakerefChris Wilson2019-01-141-2/+3
* drm/i915/fb: Track rpm wakerefsChris Wilson2019-01-142-6/+8
* drm/i915/gem: Track the rpm wakerefsChris Wilson2019-01-147-48/+81
* drm/i915/guc: Track the rpm wakerefChris Wilson2019-01-142-8/+12
* drm/i915/pmu: Track rpm wakerefChris Wilson2019-01-141-9/+17
* drm/i915/perf: Track the rpm wakerefChris Wilson2019-01-142-3/+5
* drm/i915: Mark up debugfs with rpm wakeref trackingChris Wilson2019-01-141-53/+82
* drm/i915: Mark up sysfs with rpm wakeref trackingChris Wilson2019-01-141-10/+14
* drm/i915: Track the rpm wakerefs for error handlingChris Wilson2019-01-141-2/+3
* drm/i915: Track GT wakerefChris Wilson2019-01-142-5/+8
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-1437-139/+209
* drm/i915: Track all held rpm wakerefsChris Wilson2019-01-147-50/+324
* drm/i915: Update DRIVER_DATE to 20190110Rodrigo Vivi2019-01-111-2/+2
* drm/i915: Removing polling for struct_mutex from vmap shrinkerChris Wilson2019-01-101-31/+4Star
* drm/i915: Use mutex_lock_killable() from inside the shrinkerChris Wilson2019-01-101-5/+5
* drm/i915: Guard error capture against unpinned vmaChris Wilson2019-01-101-1/+1
* drm/i915: drop DPF code for gen8+Daniele Ceraolo Spurio2019-01-102-7/+0Star
* drm/i915: init per-engine WAs for all enginesDaniele Ceraolo Spurio2019-01-101-1/+2
* drm/i915/selftests: recreate WA lists inside the selftestDaniele Ceraolo Spurio2019-01-102-67/+119
* drm/i915: Reduce i915_request_alloc retirement to local contextChris Wilson2019-01-091-22/+33
* drm/i915/intel_dsi_vbt: Add support for PMIC MIPI sequencesHans de Goede2019-01-091-1/+21
* drm/i915: drop all drmP.h includesJani Nikula2019-01-0951-51/+3Star
* drm/i915: Downgrade scare message for unknown HuC firmwareChris Wilson2019-01-083-10/+8Star
* Ndrm/i915/debugfs: store rotation string buffer on stackJani Nikula2019-01-081-6/+6
* drm/i915: Return immediately if trylock fails for direct-reclaimChris Wilson2019-01-083-29/+54