summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uncore.c
AgeCommit message (Expand)Author
2017-12-05drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede
2017-12-05drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access...Hans de Goede
2017-08-18drm/i915: Stop touching forcewake following a gen6+ engine resetChris Wilson
2017-07-06drm/i915/cnl: Add force wake for gen10+.Rodrigo Vivi
2017-06-20drm/i915: Modify error handler for per engine hang recoveryMichel Thierry
2017-05-30drm/i915: Remove decoupled MMIO codeKai Chen
2017-05-26drm/i915: Keep the forcewake timer alive for 1ms past the most recent useChris Wilson
2017-05-22drm/i915/g33: Improve reset reliabilityMika Kuoppala
2017-05-19drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala
2017-05-18drm/i915: Reorder media/render reset on g4xChris Wilson
2017-05-18drm/i915: Try harder to reset the GPUChris Wilson
2017-05-10drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomicDaniel Vetter
2017-05-09drm/i915: Move uncore definitions into a separate headerMichal Wajdeczko
2017-05-03drm/i915: Use wait_for_atomic_us when waiting for gt fifoMika Kuoppala
2017-05-03drm/i915: Move the GTFIFODBG to the common mmio dbg frameworkMika Kuoppala
2017-04-28drm/i915/guc: Fix sleep under spinlock during resetTvrtko Ursulin
2017-04-27drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancelMichel Thierry
2017-04-12drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson
2017-04-11drm/i915: Acquire uncore.lock over intel_uncore_wait_for_register()Chris Wilson
2017-04-11drm/i915: Stop second guessing the caller for intel_uncore_wait_for_register()Chris Wilson
2017-04-10drm/i915: Don't allow overuse of __intel_wait_for_register_fw()Michal Wajdeczko
2017-04-10drm/i915: Drop const qualifiers from params in wait_for_register()Michal Wajdeczko
2017-04-07drm/i915: Extend intel_wait_for_register_fw() with fast timeoutMichal Wajdeczko
2017-04-07drm/i915: Fix type of timeout_ms parameter in intel_wait_for_register_fw()Michal Wajdeczko
2017-03-23drm/i915: All fw_domains share the same set/clear/reset valuesChris Wilson
2017-03-23drm/i915: Remove posting-read for forcewake putChris Wilson
2017-03-23drm/i915: Skip unused fw_domainsChris Wilson
2017-03-23drm/i915: Use correct fw_domains during resetChris Wilson
2017-03-23drm/i915: Use correct fw_domains during initialisationChris Wilson
2017-03-23drm/i915: Eliminate per-fw_domain i915 backpointerChris Wilson
2017-03-17drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughlyTvrtko Ursulin
2017-03-13Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...Daniel Vetter
2017-03-10drm/i915: Fix forcewake active domain trackingTvrtko Ursulin
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson
2017-03-02drm/i915: Listen for PMIC bus access notificationsHans de Goede
2017-03-02drm/i915: Add intel_uncore_suspend / resume functionsHans de Goede
2017-02-13drm/i915: Move uncore selfchecks to live selftest infrastructureChris Wilson
2017-02-06drm/i915: refactor register fw read/write macros for recent GENsDaniele Ceraolo Spurio
2017-01-31drm/i915: clean up unused vgpu_read/writeWeinan Li
2017-01-31drm/i915: noop forcewake get/put when vgpu activatedWeinan Li
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-08drm/i915: Catch non-existent registers in find_fw_domainJoonas Lahtinen
2016-12-07drm/i915: distinguish G33 and Pineview from each otherJani Nikula
2016-11-25drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxtonAnder Conselvan de Oliveira
2016-11-17drm/i915: Waterproof verification of gen9 forcewake table rangesTvrtko Ursulin
2016-11-17drm/i915: Assorted INTEL_INFO(dev) cleanupsTvrtko Ursulin
2016-11-17drm/i915: Fix gen9 forcewake range tableTvrtko Ursulin
2016-11-16drm/i915/bxt: Broxton decoupled MMIOPraveen Paneri
2016-10-04drm/i915: Inline binary searchTvrtko Ursulin