Summary: | [CI][DRMTIP] igt@debugfs_test@read_all_entries_display_off - dmesg-warn - Unclaimed read from register 0x1e1110 | ||
---|---|---|---|
Product: | DRI | Reporter: | Lakshmi <lakshminarayana.vudum> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs, marta.lofstedt |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | BYT | i915 features: |
Description
Lakshmi
2019-03-04 08:42:34 UTC
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * BYT : igt@debugfs_test@read_all_entries_display_off - dmesg-warn - Unclaimed read from register 0x1e1110 - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_234/fi-byt-n2820/igt@debugfs_test@read_all_entries_display_off.html * BYT : igt@runner@aborted - fail - Previous test: debugfs_test (read_all_entries_display_off) - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_234/fi-byt-n2820/igt@runner@aborted.html A CI Bug Log filter associated to this bug has been updated: {- BYT : igt@debugfs_test@read_all_entries_display_off - dmesg-warn - Unclaimed read from register 0x1e1110 -} {+ BYT : igt@debugfs_test@read_all_entries_display_off / igt@i915_pm_rpm@debugfs-read - dmesg-warn - Unclaimed read from register 0x1e1110 +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-clapper/igt@i915_pm_rpm@debugfs-read.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-j1900/igt@i915_pm_rpm@debugfs-read.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-n2820/igt@i915_pm_rpm@debugfs-read.html The CI Bug Log issue associated to this bug has been updated. ### New filters associated * BYT: igt@runner@aborted - fail - Previous test: i915_pm_rpm (debugfs-read) - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-clapper/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-j1900/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_248/fi-byt-n2820/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_249/fi-byt-clapper/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_249/fi-byt-j1900/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_250/fi-byt-clapper/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_250/fi-byt-j1900/igt@runner@aborted.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_250/fi-byt-n2820/igt@runner@aborted.html *** Bug 105588 has been marked as a duplicate of this bug. *** Seems like we have unclaimed read on ('PORT_HOTPLUG_EN', '0x61110', '0x180000')[1] That happens here[2]: } else if (IS_VALLEYVIEW(dev_priv)) { /* ... */ seq_printf(m, "Port hotplug:\t%08x\n", I915_READ(PORT_HOTPLUG_EN)); /* ... */ } else if (!HAS_PCH_SPLIT(dev_priv)) { We don't take any extra wakerefs for VLV but on CHV we do: intel_display_power_get(dev_priv, POWER_DOMAIN_INIT); for this register and the following DP registers. Keeping this as medium bacause: 1. user impact is negligible - it's an error in the debugfs 2. CI impact is medium - kernel taints and stops execution on this bug [1]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/blob/master/tools/registers/vlv_display_base.txt#L103 [2]: https://cgit.freedesktop.org/drm-tip/tree/drivers/gpu/drm/i915/i915_debugfs.c#n581 commit 0c653722e6e669fae969c178f0d4a55d9c2dc922 (HEAD -> drm-intel-next-queued, drm-intel/drm-intel-next-queued) Author: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Date: Thu Sep 12 15:54:18 2019 +0300 drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al. Without it we get: Unclaimed read from register 0x1e1110 WARNING: CPU: 2 PID: 1029 at drivers/gpu/drm/i915/intel_uncore.c:1101 __unclaimed_reg_debug+0x40/0x50 [i915] Call Trace: fwtable_read32+0x233/0x300 [i915] i915_interrupt_info+0xa73/0xd60 [i915] seq_read+0xdb/0x3c0 full_proxy_read+0x51/0x80 vfs_read+0x9e/0x160 ksys_read+0x8f/0xe0 do_syscall_64+0x55/0x1c0 entry_SYSCALL_64_after_hwframe+0x49/0xbe Cc: Chris Wilson <chris@chris-wilson.co.uk> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109824 Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190912125418.23115-2-arkadiusz.hiler@intel.com The CI Bug Log issue associated to this bug has been archived. New failures matching the above filters will not be associated to this bug anymore. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.