[ASUS ZenBook flip 15] Sleep do not work again (regression)

Few days ago I discovered wakeup from sleep is working on my laptop. Earlier, only black screen with blinking cursor is displayed.

It works on kernel 7.0.9-2-default. I update kernel to 7.0.10 and have need to test it again (more use cases, like watching video on FF) and discovered wakeup from sleep do not work again (the same effect with black screen).

How to gather info and report this bug?

Black screen with blinking cursor might be a sign for a graphic driver issues.

inxi -GSaz

There are also reports for black screen after suspend:
https://bugzilla.opensuse.org/show_bug.cgi?id=1264698

 inxi -GSaz
System:
  Kernel: 7.0.10-2-default arch: x86_64 bits: 64 compiler: gcc v: 15.2.1
    clocksource: hpet avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-7.0.10-2-default
    root=UUID=589e5f7b-afcf-4539-b4f5-f76f2363e243 splash=silent
    systemd.show_status=yes quiet security=apparmor
    rd.driver.blacklist=nouveau psi=1 rd.shell=0 mitigations=auto
  Desktop: KDE Plasma v: 6.6.5 tk: Qt v: N/A info: frameworks v: 6.26.0
    wm: kwin_wayland tools: avail: xscreensaver vt: 3 dm: SDDM Distro: openSUSE
    Tumbleweed 20260527
Graphics:
  Device-1: NVIDIA GP107M [GeForce MX350] vendor: ASUSTeK driver: nvidia
    v: 580.159.03 alternate: nouveau,nvidia_drm non-free: 550-580.xx+
    status: current (as of 2025-11; EOL~2026-12-xx) arch: Pascal code: GP10x
    process: TSMC 16nm built: 2016-2021 pcie: gen: 1 speed: 2.5 GT/s lanes: 4
    link-max: gen: 3 speed: 8 GT/s lanes: 16 bus-ID: 01:00.0
    chip-ID: 10de:1c96 class-ID: 0302
  Device-2: Advanced Micro Devices [AMD/ATI] Renoir [Radeon Vega Series /
    Radeon Mobile Series] vendor: ASUSTeK driver: amdgpu v: kernel arch: GCN-5
    code: Vega process: GF 14nm built: 2017-20 pcie: gen: 4 speed: 16 GT/s
    lanes: 16 ports: active: HDMI-A-1,eDP-1 empty: none bus-ID: 04:00.0
    chip-ID: 1002:1636 class-ID: 0300 temp: 86.0 C
  Device-3: IMC Networks USB2.0 HD IR UVC WebCam driver: uvcvideo type: USB
    rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 3-2:2 chip-ID: 13d3:56cb
    class-ID: 0e02 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.11
    compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
    unloaded: vesa alternate: fbdev,nouveau,nv dri: radeonsi gpu: amdgpu
    d-rect: 4480x1440 display-ID: 0
  Monitor-1: HDMI-A-1 pos: right model: Idek Iiyama PL2770QS
    serial: <filter> built: 2023 res: mode: 2560x1440 hz: 144 scale: 100% (1)
    dpi: 109 gamma: 1.2 size: 597x336mm (23.5x13.23") diag: 685mm (27")
    ratio: 16:9 modes: max: 2560x1440 min: 640x480
  Monitor-2: eDP-1 pos: primary,left model: BOE Display 0x07d8 built: 2018
    res: mode: 1920x1080 hz: 60 scale: 100% (1) dpi: 142 gamma: 1.2
    size: 344x194mm (13.54x7.64") diag: 395mm (15.5") ratio: 16:9 modes:
    max: 1920x1080 min: 640x480
  API: EGL v: 1.5 hw: drv: nvidia drv: amd radeonsi platforms: device: 0
    drv: nvidia device: 1 drv: nvidia-drm device: 2 drv: radeonsi device: 3
    drv: swrast gbm: drv: nvidia surfaceless: drv: nvidia wayland:
    drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6.0 compat-v: 4.6 vendor: amd mesa v: 26.1.0 glx-v: 1.4
    direct-render: yes renderer: AMD Radeon Graphics (radeonsi renoir ACO DRM
    3.64 7.0.10-2-default) device-ID: 1002:1636 memory: 500 MiB unified: yes
    display-ID: :1.0
  API: Vulkan v: 1.4.350 layers: 8 device: 0 type: integrated-gpu name: AMD
    Radeon Graphics (RADV RENOIR) driver: mesa radv v: 26.1.0
    device-ID: 1002:1636 surfaces: N/A device: 1 type: discrete-gpu
    name: NVIDIA GeForce MX350 driver: nvidia v: 580.159.03
    device-ID: 10de:1c96 surfaces: N/A device: 2 type: cpu name: llvmpipe
    (LLVM 22.1.5 256 bits) driver: mesa llvmpipe v: 26.1.0 (LLVM 22.1.5)
    device-ID: 10005:0000 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: nvidia-smi wl: wayland-info
    x11: xdpyinfo, xprop, xrandr

Because I have hardware that is related to this topic I decided to compile kernels using git bisect and understand, which commit made problems. Any advice on what I should take a look? Is there any dangerous case, which I should avoid? Are there any descriptions, which patch requires which other patch? How long kernel is compiling?