Guest User

Untitled

a guest
Dec 9th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. [root@rockchip:/tmp]# glmark2-es2-drm -b jellyfish
  2.  
  3. causes this crash (dmesg)
  4.  
  5. [ 2475.796583] ------------[ cut here ]------------
  6. [ 2475.803462] WARNING: CPU: 0 PID: 146 at drivers/gpu/drm/panfrost/panfrost_job.c:154 panfrost_job_run+0x2d8/0x2ec [panfrost]
  7. [ 2475.817682] Modules linked in: governor_simpleondemand rk_crypto md5 panfrost gpu_sched sha256_generic phy_rockchip_usb libsha256 sha1_generic libdes rtc_hym8563
  8. [ 2475.835688] CPU: 0 PID: 146 Comm: pan_js Tainted: G W 5.9.12-00002-g1de03fe167d9 #20
  9. [ 2475.847651] Hardware name: Rockchip (Device Tree)
  10. [ 2475.854753] [<c030ed0c>] (unwind_backtrace) from [<c030a824>] (show_stack+0x10/0x14)
  11. [ 2475.865307] [<c030a824>] (show_stack) from [<c0d695c8>] (dump_stack+0xb8/0xcc)
  12. [ 2475.875280] [<c0d695c8>] (dump_stack) from [<c0d656cc>] (__warn+0xbc/0xd4)
  13. [ 2475.884799] [<c0d656cc>] (__warn) from [<c0d65748>] (warn_slowpath_fmt+0x64/0xc8)
  14. [ 2475.894989] [<c0d65748>] (warn_slowpath_fmt) from [<bf046534>] (panfrost_job_run+0x2d8/0x2ec [panfrost])
  15. [ 2475.907440] [<bf046534>] (panfrost_job_run [panfrost]) from [<bf036e08>] (drm_sched_main+0x148/0x350 [gpu_sched])
  16. [ 2475.920768] [<bf036e08>] (drm_sched_main [gpu_sched]) from [<c035ee94>] (kthread+0x14c/0x18c)
  17. [ 2475.932107] [<c035ee94>] (kthread) from [<c03001a8>] (ret_from_fork+0x14/0x2c)
  18. [ 2475.941919] Exception stack(0xecd2dfb0 to 0xecd2dff8)
  19. [ 2475.949289] dfa0: 00000000 00000000 00000000 00000000
  20. [ 2475.960184] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  21. [ 2475.971050] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  22. [ 2475.980171] ---[ end trace 10c9b7d3d83c91e0 ]---
  23. [ 2476.492803] panfrost ffa30000.gpu: gpu sched timeout, js=1, config=0x3300, status=0x8, head=0x2186f80, tail=0x2186f80, sched_job=322018d2
  24. [ 2476.518443] panfrost ffa30000.gpu: gpu soft reset timed out
  25. [ 2476.526439] ------------[ cut here ]------------
  26. [ 2476.533308] WARNING: CPU: 0 PID: 145 at drivers/gpu/drm/panfrost/panfrost_job.c:154 panfrost_job_run+0x2d8/0x2ec [panfrost]
  27. [ 2476.547539] Modules linked in: governor_simpleondemand rk_crypto md5 panfrost gpu_sched sha256_generic phy_rockchip_usb libsha256 sha1_generic libdes rtc_hym8563
  28. [ 2476.565543] CPU: 0 PID: 145 Comm: pan_js Tainted: G W 5.9.12-00002-g1de03fe167d9 #20
  29. [ 2476.577510] Hardware name: Rockchip (Device Tree)
  30. [ 2476.584614] [<c030ed0c>] (unwind_backtrace) from [<c030a824>] (show_stack+0x10/0x14)
  31. [ 2476.595175] [<c030a824>] (show_stack) from [<c0d695c8>] (dump_stack+0xb8/0xcc)
  32. [ 2476.605144] [<c0d695c8>] (dump_stack) from [<c0d656cc>] (__warn+0xbc/0xd4)
  33. [ 2476.614671] [<c0d656cc>] (__warn) from [<c0d65748>] (warn_slowpath_fmt+0x64/0xc8)
  34. [ 2476.624857] [<c0d65748>] (warn_slowpath_fmt) from [<bf046534>] (panfrost_job_run+0x2d8/0x2ec [panfrost])
  35. [ 2476.637321] [<bf046534>] (panfrost_job_run [panfrost]) from [<bf036e08>] (drm_sched_main+0x148/0x350 [gpu_sched])
  36. [ 2476.650653] [<bf036e08>] (drm_sched_main [gpu_sched]) from [<c035ee94>] (kthread+0x14c/0x18c)
  37. [ 2476.661987] [<c035ee94>] (kthread) from [<c03001a8>] (ret_from_fork+0x14/0x2c)
  38. [ 2476.671806] Exception stack(0xecd25fb0 to 0xecd25ff8)
  39. [ 2476.679177] 5fa0: 00000000 00000000 00000000 00000000
  40. [ 2476.690074] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  41. [ 2476.700951] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  42. [ 2476.710069] ---[ end trace 10c9b7d3d83c91e1 ]---
  43. [ 2477.222803] panfrost ffa30000.gpu: gpu sched timeout, js=0, config=0x3300, status=0x8, head=0x2147c80, tail=0x2147c80, sched_job=e885dac8
  44. [ 2477.248439] panfrost ffa30000.gpu: gpu soft reset timed out
  45. [root@rockchip:/tmp]#
  46.  
Advertisement
Add Comment
Please, Sign In to add comment