Searched refs:mmio_debug (Results 1 – 7 of 7) sorted by relevance
38 intel_uncore_mmio_debug_init_early(struct intel_uncore_mmio_debug *mmio_debug) in intel_uncore_mmio_debug_init_early() argument40 spin_lock_init(&mmio_debug->lock); in intel_uncore_mmio_debug_init_early()41 mmio_debug->unclaimed_mmio_check = 1; in intel_uncore_mmio_debug_init_early()44 static void mmio_debug_suspend(struct intel_uncore_mmio_debug *mmio_debug) in mmio_debug_suspend() argument46 lockdep_assert_held(&mmio_debug->lock); in mmio_debug_suspend()49 if (!mmio_debug->suspend_count++) { in mmio_debug_suspend()50 mmio_debug->saved_mmio_check = mmio_debug->unclaimed_mmio_check; in mmio_debug_suspend()51 mmio_debug->unclaimed_mmio_check = 0; in mmio_debug_suspend()55 static void mmio_debug_resume(struct intel_uncore_mmio_debug *mmio_debug) in mmio_debug_resume() argument57 lockdep_assert_held(&mmio_debug->lock); in mmio_debug_resume()[all …]
66 param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO), 0600) \
143 i915_param_named(mmio_debug, int, 0400,
186 intel_uncore_mmio_debug_init_early(struct intel_uncore_mmio_debug *mmio_debug);
53 down. This sets the default value of i915.mmio_debug to -1 and can
311 intel_uncore_mmio_debug_init_early(&dev_priv->mmio_debug); in i915_driver_early_probe()
853 struct intel_uncore_mmio_debug mmio_debug; member