summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-141-0/+1
* drm/i915: Print an error message for a reset failure on gen2Chris Wilson2017-12-121-1/+4
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi2017-12-081-1/+1
|\
| * Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-071-26/+41
| |\
| * \ Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-041-21/+31
| |\ \
| * \ \ Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-11-281-0/+3
| |\ \ \
| | * | | drm/i915: Fix init_clock_gating for resumeVille Syrjälä2017-11-211-0/+1
| | * | | drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede2017-11-211-0/+2
| * | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-32/+61
| |\| | |
| * | | | PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki2017-11-061-1/+1
| * | | | drm/i915: Re-enable GTT following a device resetChris Wilson2017-09-061-3/+9
* | | | | drm/i915: Taint (TAINT_WARN) the kernel if the GPU reset failsChris Wilson2017-12-051-3/+17
| |_|_|/ |/| | |
* | | | drm/i915: Remove unsafe i915.enable_rc6Chris Wilson2017-12-011-1/+1
* | | | drm/i915: Sleep and retry a GPU reset if at first we don't succeedChris Wilson2017-12-011-5/+15
* | | | drm/i915: Enable hotplug polling after registering the outputsChris Wilson2017-11-281-2/+14
* | | | drm/i915: Rename shrinker init/cleanup to match driver initialisation phaseChris Wilson2017-11-271-2/+2
* | | | drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+3
* | | | drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-6/+1Star
* | | | drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-7/+1Star
* | | | drm/i915/perf: reuse timestamp frequency from device infoLionel Landwerlin2017-11-201-3/+4
* | | | drm/i915: Fix init_clock_gating for resumeVille Syrjälä2017-11-201-0/+1
| |_|/ |/| |
* | | drm/i915: Add a policy note for removing workaroundsChris Wilson2017-11-171-0/+5
* | | drm/i915: Call uncore_suspend before platform suspend handlersHans de Goede2017-11-151-2/+4
* | | drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede2017-11-151-0/+2
* | | drm/i915: Resume GuC before using GEMChris Wilson2017-11-151-2/+0Star
* | | drm/i915: fix 64bit divideLionel Landwerlin2017-11-141-1/+1
* | | drm/i915: expose command stream timestamp frequency to userspaceLionel Landwerlin2017-11-131-0/+3
* | | drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson2017-11-121-10/+1Star
* | | drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-111-1/+0Star
* | | drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+3
* | | drm/i915: Inline intel_modeset_gem_init()Chris Wilson2017-11-101-1/+1
* | | drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry2017-11-021-2/+12
* | | drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-2/+1Star
* | | drm/i915: Rename helpers used for unwinding, use macro for can_preemptMichał Winiarski2017-10-261-1/+1
| |/ |/|
* | drm/i915/userptr: Drop struct_mutex before cleanupChris Wilson2017-10-121-1/+2
* | drm/i915: Introduce separate status variable for RC6 and LLC ring frequency s...Sagar Arun Kamble2017-10-111-1/+1
* | drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble2017-10-111-1/+1
* | drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-1/+1
* | drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble2017-10-111-4/+4
* | drm/i915/scheduler: Support user-defined prioritiesChris Wilson2017-10-041-0/+1
* | drm/i915/execlists: Preemption!Chris Wilson2017-10-041-1/+8
* | drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmaskChris Wilson2017-10-041-2/+3
* | drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble2017-10-041-0/+2
* | drm/i915/gen9+: Set same power state before hibernation image save/restoreImre Deak2017-10-021-7/+13
* | drm/i915: Allow optimized platform checksTvrtko Ursulin2017-09-281-0/+4
* | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-15/+19
* | drm/i915/bxt+: Enable IPC supportKumar, Mahesh2017-09-071-1/+3
* | drm/i915: Re-enable GTT following a device resetChris Wilson2017-09-061-3/+9
* | drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.Rodrigo Vivi2017-08-221-1/+2
|/