aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-11drm/i915: Acquire uncore.lock over intel_uncore_wait_for_register()Chris Wilson1-4/+12
2017-04-11drm/i915: Stop second guessing the caller for intel_uncore_wait_for_register()Chris Wilson1-5/+7
2017-04-10drm/i915: Don't allow overuse of __intel_wait_for_register_fw()Michal Wajdeczko1-0/+5
2017-04-10drm/i915: Drop const qualifiers from params in wait_for_register()Michal Wajdeczko1-7/+7
2017-04-07drm/i915: Extend intel_wait_for_register_fw() with fast timeoutMichal Wajdeczko1-12/+24
2017-04-07drm/i915: Fix type of timeout_ms parameter in intel_wait_for_register_fw()Michal Wajdeczko1-1/+1
2017-03-23drm/i915: All fw_domains share the same set/clear/reset valuesChris Wilson1-19/+21
2017-03-23drm/i915: Remove posting-read for forcewake putChris Wilson1-32/+1
2017-03-23drm/i915: Skip unused fw_domainsChris Wilson1-13/+29
2017-03-23drm/i915: Use correct fw_domains during resetChris Wilson1-1/+1
2017-03-23drm/i915: Use correct fw_domains during initialisationChris Wilson1-2/+2
2017-03-23drm/i915: Eliminate per-fw_domain i915 backpointerChris Wilson1-35/+42
2017-03-17drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughlyTvrtko Ursulin1-49/+27
2017-03-13Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop.org/git/drm-intel into drm-intel-next-queuedDaniel Vetter1-5/+48
2017-03-10drm/i915: Fix forcewake active domain trackingTvrtko Ursulin1-7/+6
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-2/+2
2017-03-02drm/i915: Listen for PMIC bus access notificationsHans de Goede1-0/+39
2017-03-02drm/i915: Add intel_uncore_suspend / resume functionsHans de Goede1-5/+9
2017-02-13drm/i915: Move uncore selfchecks to live selftest infrastructureChris Wilson1-48/+4
2017-02-06drm/i915: refactor register fw read/write macros for recent GENsDaniele Ceraolo Spurio1-30/+10
2017-01-31drm/i915: clean up unused vgpu_read/writeWeinan Li1-58/+0
2017-01-31drm/i915: noop forcewake get/put when vgpu activatedWeinan Li1-0/+12
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-08drm/i915: Catch non-existent registers in find_fw_domainJoonas Lahtinen1-1/+8
2016-12-07drm/i915: distinguish G33 and Pineview from each otherJani Nikula1-1/+1
2016-11-25drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxtonAnder Conselvan de Oliveira1-2/+1
2016-11-17drm/i915: Waterproof verification of gen9 forcewake table rangesTvrtko Ursulin1-0/+2
2016-11-17drm/i915: Assorted INTEL_INFO(dev) cleanupsTvrtko Ursulin1-1/+1
2016-11-17drm/i915: Fix gen9 forcewake range tableTvrtko Ursulin1-1/+1
2016-11-16drm/i915/bxt: Broxton decoupled MMIOPraveen Paneri1-0/+115
2016-10-04drm/i915: Inline binary searchTvrtko Ursulin1-25/+31
2016-10-04drm/i915: Use binary search when looking for shadowed registersTvrtko Ursulin1-5/+21
2016-10-04drm/i915: Sort the shadow register tableTvrtko Ursulin1-6/+26