aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-08drm/i915: Add WaKBLVECSSemaphoreWaitPollMika Kuoppala1-0/+2
2018-06-08drm/i915: Cancel reset preparations on failed resetsMika Kuoppala1-5/+9
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson1-9/+3
2018-05-11drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo1-2/+5
2018-04-06drm/i915/icl: Add reset control register changesMichel Thierry1-2/+51
2018-03-30drm/i915: Only warn for might_sleep() before a slow wait_for_registerChris Wilson1-2/+2
2018-03-30drm/i915: Avoid sleeping inside per-engine resetChris Wilson1-17/+34
2018-03-22drm/i915: Flush pending interrupt following a GPU resetChris Wilson1-1/+3
2018-03-20drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo1-0/+56
2018-03-07drm/i915/icl: Gen11 forcewake supportDaniele Ceraolo Spurio1-10/+147
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-7/+16
2018-02-16Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+16
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin1-3/+3
2018-02-08drm/i915: Wait for gen3 reset status to be assertedChris Wilson1-4/+11
2018-02-08drm/i915: Be paranoid and post the writes to stop the ringsChris Wilson1-0/+2
2018-01-31drm/i915/icl: allow the reg_read ioctl to read the RCS TIMESTAMP registerPaulo Zanoni1-1/+1
2018-01-08drm/i915: Add more control to wait_for routinesSean Paul1-7/+16
2018-01-03drm/i915/guc : GEM_BUG_ON on invoking GuC reset functionSujaritha Sundaresan1-2/+1
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson1-3/+0
2017-11-15drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede1-0/+6
2017-11-15drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier v2Hans de Goede1-0/+7
2017-11-13drm/i915: Clear per-engine fault register as early as possibleMichel Thierry1-2/+0
2017-11-10drm/i915: Acquire PUNIT->PMIC bus for intel_uncore_forcewake_reset()Hans de Goede1-4/+13
2017-11-02drm/i915: Use fallback forcewake if primary ack missingMika Kuoppala1-10/+127
2017-11-02drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry1-5/+0
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry1-1/+1
2017-10-27drm/i915: Empty the ring before disablingChris Wilson1-1/+5
2017-10-13drm/i915: Always stop the rings before a missing GPU resetChris Wilson1-6/+7
2017-10-09drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson1-1/+17
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-10/+12
2017-09-20drm/i915: Stop engines before resetMika Kuoppala1-32/+43
2017-09-14drm/i915: Simplify i915_reg_read_ioctlJoonas Lahtinen1-51/+44
2017-09-07drm/i915: Disable mmio debugging during user accessChris Wilson1-0/+51
2017-09-06drm/i915/cnl: Allow the reg_read ioctl to read the RCS TIMESTAMP registerNanley Chery1-1/+1
2017-08-18drm/i915: Stop touching forcewake following a gen6+ engine resetChris Wilson1-6/+1
2017-07-06drm/i915/cnl: Add force wake for gen10+.Rodrigo Vivi1-2/+2
2017-06-20drm/i915: Modify error handler for per engine hang recoveryMichel Thierry1-0/+11
2017-05-30drm/i915: Remove decoupled MMIO codeKai Chen1-126/+0
2017-05-26drm/i915: Keep the forcewake timer alive for 1ms past the most recent useChris Wilson1-3/+12
2017-05-22drm/i915/g33: Improve reset reliabilityMika Kuoppala1-0/+3
2017-05-19drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala1-0/+35
2017-05-18drm/i915: Reorder media/render reset on g4xChris Wilson1-12/+15
2017-05-18drm/i915: Try harder to reset the GPUChris Wilson1-21/+46
2017-05-10drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomicDaniel Vetter1-2/+2
2017-05-09drm/i915: Move uncore definitions into a separate headerMichal Wajdeczko1-0/+12
2017-05-03drm/i915: Use wait_for_atomic_us when waiting for gt fifoMika Kuoppala1-16/+14
2017-05-03drm/i915: Move the GTFIFODBG to the common mmio dbg frameworkMika Kuoppala1-46/+30
2017-04-28drm/i915/guc: Fix sleep under spinlock during resetTvrtko Ursulin1-6/+1
2017-04-27drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancelMichel Thierry1-4/+4
2017-04-12drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson1-24/+23