summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/icl: Gen11 forcewake supportDaniele Ceraolo Spurio2018-03-071-10/+147
* Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-011-7/+16
|\
| * drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin2018-02-091-3/+3
| * drm/i915: Wait for gen3 reset status to be assertedChris Wilson2018-02-081-4/+11
| * drm/i915: Be paranoid and post the writes to stop the ringsChris Wilson2018-02-081-0/+2
* | Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-mi...Dave Airlie2018-02-161-7/+16
|\ \ | |/ |/|
| * drm/i915: Add more control to wait_for routinesSean Paul2018-01-081-7/+16
* | drm/i915/icl: allow the reg_read ioctl to read the RCS TIMESTAMP registerPaulo Zanoni2018-01-311-1/+1
* | drm/i915/guc : GEM_BUG_ON on invoking GuC reset functionSujaritha Sundaresan2018-01-031-2/+1
|/
* drm/i915: Remove unsafe i915.enable_rc6Chris Wilson2017-12-011-3/+0
* 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
OpenPOWER on IntegriCloud