linux icon indicating copy to clipboard operation
linux copied to clipboard

drm/tiny/simpledrm: breaking regression since 6.11

Open wonderfulShrineMaidenOfParadise opened this issue 7 months ago • 3 comments

framebuffer works only for seconds during booting and then stops working. Downgrade to 6.10 and it works again.

Devices using simple-framebuffer, such as msm8909-acer-t01 are affected.

Thanks @StandaSK for getting it working.

I got it to work by specifying all the clocks and power-domains on my motorola-falcon. SimpleFB seems to completely disregard *_ignore_unused

https://matrix.to/#/!SOoKsgrhnZdLcBqEXp:z3ntu.xyz/$-clThGUK97pBktJ-kLNWVP-oOB3fMOd8mD8okZpIcAY?via=z3ntu.xyz&via=matrix.org&via=postmarketos.org

odd it work for me without any change

(8909,those 2 lxf)

exkc avatar Oct 23 '25 19:10 exkc

odd it work for me without any change

(8909,those 2 lxf)

@exkc it's probably not really since clocks and power-domains are already added at the beginning.

https://github.com/msm8916-mainline/linux/pull/374/commits/b88d0fd7c95ffee80be105d153ebcb000ea8a9af#diff-71d199cf3242787623fef4a63699f0660efe63f0faf8078729a4bb70fcfb2f44R38-R46