aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02drm/i915: always use INTEL_INFO() to access device infoJani Nikula1-1/+1
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-2/+2
2018-12-13drm/i915/icl: Mind the SFC units when resetting VD or VEBox enginesOscar Mateo1-5/+110
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-3/+3
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-9/+9
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi1-6/+6
2018-10-22drm/i915: uncore_fw_domains_init sort platforms newer-to-olderRodrigo Vivi1-1/+1
2018-09-04drm/i915: Pull intel_uncore_arm_unclaimed_mmio_detection() under the spinlockChris Wilson1-3/+10
2018-09-04drm/i915: Double check we didn't miss an unclaimed register accessChris Wilson1-6/+7
2018-08-13drm/i915: Force reset on unready engineMika Kuoppala1-13/+37
2018-08-13drm/i915: Expose retry count to per gen reset logicMika Kuoppala1-14/+26
2018-08-09drm/i915: Restore user forcewake domains across suspendChris Wilson1-20/+26
2018-07-24drm/i915: Show stack (by WARN) for hitting forcewake errorsChris Wilson1-4/+14
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