Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc6 30 lines 732 B view raw
1# Suspend to RAM seems to be broken on this machine 2.*suspend.* 3 4# Skip driver specific tests 5^amdgpu.* 6nouveau_.* 7^panfrost.* 8^v3d.* 9^vc4.* 10^vmwgfx* 11 12# Skip intel specific tests 13gem_.* 14i915_.* 15tools_test.* 16kms_dp_link_training.* 17 18# Currently fails and causes coverage loss for other tests 19# since core_getversion also fails. 20core_hotunplug.* 21 22# IGT issue. is_joiner_mode() should return false for non-Intel hardware. 23# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162 24kms_display_modes@extended-mode-basic 25kms_display_modes@mst-extended-mode-negative 26 27# sc7180 does not have APRIV, so memptrs is not protected. 28# (Preemption is not supported on devices that do not have 29# APRIV, so this is ok) 30msm/msm_mapping@memptrs