Searched refs:mmio_debug (Results 1 – 7 of 7) sorted by relevance
40 intel_uncore_mmio_debug_init_early(struct intel_uncore_mmio_debug *mmio_debug) in intel_uncore_mmio_debug_init_early() argument42 spin_lock_init(&mmio_debug->lock); in intel_uncore_mmio_debug_init_early()43 mmio_debug->unclaimed_mmio_check = 1; in intel_uncore_mmio_debug_init_early()46 static void mmio_debug_suspend(struct intel_uncore_mmio_debug *mmio_debug) in mmio_debug_suspend() argument48 lockdep_assert_held(&mmio_debug->lock); in mmio_debug_suspend()51 if (!mmio_debug->suspend_count++) { in mmio_debug_suspend()52 mmio_debug->saved_mmio_check = mmio_debug->unclaimed_mmio_check; in mmio_debug_suspend()53 mmio_debug->unclaimed_mmio_check = 0; in mmio_debug_suspend()57 static void mmio_debug_resume(struct intel_uncore_mmio_debug *mmio_debug) in mmio_debug_resume() argument59 lockdep_assert_held(&mmio_debug->lock); in mmio_debug_resume()[all …]
67 param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO), 0600) \
143 i915_param_named(mmio_debug, int, 0400,
204 intel_uncore_mmio_debug_init_early(struct intel_uncore_mmio_debug *mmio_debug);
58 down. This sets the default value of i915.mmio_debug to -1 and can
313 intel_uncore_mmio_debug_init_early(&dev_priv->mmio_debug); in i915_driver_early_probe()
867 struct intel_uncore_mmio_debug mmio_debug; member