https://bugzilla.suse.com/show_bug.cgi?id=1222156 https://bugzilla.suse.com/show_bug.cgi?id=1222156#c61 --- Comment #61 from Togan Muftuoglu <toganm@dinamizm.com> --- (In reply to Stefan Dirsch from comment #60)
Hmm. Seems with newer kernels. Both SI and CIK support has been disabled in amdgpu driver?
tw:/how/tux # uname -r 6.7.9-1-default tw:/home/tux # modinfo radeon|grep -e si_support -e cik_support parm: si_support:SI support (1 = enabled (default), 0 = disabled) (int) parm: cik_support:CIK support (1 = enabled (default), 0 = disabled) (int) tw:/home/tux # modinfo amdgpu|grep -e si_support -e cik_support parm: si_support:SI support (1 = enabled, 0 = disabled (default)) (int) parm: cik_support:CIK support (1 = enabled, 0 = disabled (default)) (int)
I thought radeon would support SI by default and disable CIK by default, whereas amdgpu would disable SI by default and enable CIK by default. Apparently I'm totally wrong.
But isn't this one part of the puzzle, don't we need to find the cultprit in Mesa as well. Or does kernel 6.7.8 with Mesa 24.0.3 work? -- You are receiving this mail because: You are on the CC list for the bug.