summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede2017-11-151-0/+6
* drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access...Hans de Goede2017-11-151-0/+7
* drm/i915: Clear per-engine fault register as early as possibleMichel Thierry2017-11-131-2/+0
* drm/i915: Acquire PUNIT->PMIC bus for intel_uncore_forcewake_reset()Hans de Goede2017-11-101-4/+13
* drm/i915: Use fallback forcewake if primary ack missingMika Kuoppala2017-11-021-10/+127
* drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry2017-11-021-5/+0
* drm/i915/guc: Rename the function that resets the GuCMichel Thierry2017-11-021-1/+1
* drm/i915: Empty the ring before disablingChris Wilson2017-10-271-1/+5
* drm/i915: Always stop the rings before a missing GPU resetChris Wilson2017-10-131-6/+7
* drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson2017-10-091-1/+17
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-10/+12
* drm/i915: Stop engines before resetMika Kuoppala2017-09-201-32/+43
* drm/i915: Simplify i915_reg_read_ioctlJoonas Lahtinen2017-09-141-51/+44
* drm/i915: Disable mmio debugging during user accessChris Wilson2017-09-071-0/+51
* drm/i915/cnl: Allow the reg_read ioctl to read the RCS TIMESTAMP registerNanley Chery2017-09-061-1/+1
* drm/i915: Stop touching forcewake following a gen6+ engine resetChris Wilson2017-08-181-6/+1
* drm/i915/cnl: Add force wake for gen10+.Rodrigo Vivi2017-07-061-2/+2
* drm/i915: Modify error handler for per engine hang recoveryMichel Thierry2017-06-201-0/+11
* drm/i915: Remove decoupled MMIO codeKai Chen2017-05-301-126/+0
* drm/i915: Keep the forcewake timer alive for 1ms past the most recent useChris Wilson2017-05-261-3/+12
* drm/i915/g33: Improve reset reliabilityMika Kuoppala2017-05-221-0/+3
* drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala2017-05-191-0/+35
* drm/i915: Reorder media/render reset on g4xChris Wilson2017-05-181-12/+15
* drm/i915: Try harder to reset the GPUChris Wilson2017-05-181-21/+46
* drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomicDaniel Vetter2017-05-101-2/+2
* drm/i915: Move uncore definitions into a separate headerMichal Wajdeczko2017-05-091-0/+12
* drm/i915: Use wait_for_atomic_us when waiting for gt fifoMika Kuoppala2017-05-031-16/+14
* drm/i915: Move the GTFIFODBG to the common mmio dbg frameworkMika Kuoppala2017-05-031-46/+30
* drm/i915/guc: Fix sleep under spinlock during resetTvrtko Ursulin2017-04-281-6/+1
* drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancelMichel Thierry2017-04-271-4/+4
* drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson2017-04-121-24/+23
* drm/i915: Acquire uncore.lock over intel_uncore_wait_for_register()Chris Wilson2017-04-111-4/+12
* drm/i915: Stop second guessing the caller for intel_uncore_wait_for_register()Chris Wilson2017-04-111-5/+7
* drm/i915: Don't allow overuse of __intel_wait_for_register_fw()Michal Wajdeczko2017-04-101-0/+5
* drm/i915: Drop const qualifiers from params in wait_for_register()Michal Wajdeczko2017-04-101-7/+7
* drm/i915: Extend intel_wait_for_register_fw() with fast timeoutMichal Wajdeczko2017-04-071-12/+24
* drm/i915: Fix type of timeout_ms parameter in intel_wait_for_register_fw()Michal Wajdeczko2017-04-071-1/+1
* drm/i915: All fw_domains share the same set/clear/reset valuesChris Wilson2017-03-231-19/+21
* drm/i915: Remove posting-read for forcewake putChris Wilson2017-03-231-32/+1
* drm/i915: Skip unused fw_domainsChris Wilson2017-03-231-13/+29
* drm/i915: Use correct fw_domains during resetChris Wilson2017-03-231-1/+1
* drm/i915: Use correct fw_domains during initialisationChris Wilson2017-03-231-2/+2
* drm/i915: Eliminate per-fw_domain i915 backpointerChris Wilson2017-03-231-35/+42
* drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughlyTvrtko Ursulin2017-03-171-49/+27
* Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...Daniel Vetter2017-03-131-5/+48
|\
| * drm/i915: Listen for PMIC bus access notificationsHans de Goede2017-03-021-0/+39
| * drm/i915: Add intel_uncore_suspend / resume functionsHans de Goede2017-03-021-5/+9
* | drm/i915: Fix forcewake active domain trackingTvrtko Ursulin2017-03-101-7/+6
* | drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-2/+2
* | drm/i915: Move uncore selfchecks to live selftest infrastructureChris Wilson2017-02-131-48/+4
OpenPOWER on IntegriCloud