pmaports/main/msm-fb-refresher
Daniele Debernardi e090a0a498
msm-fb-refresher: also do ioctl on errors (!89)
I noticed that some times the framebuffer driver gets configured in a
way that the ioctl performed by msm-fb-refresher returns something lower
than zero:

0ed263db09/drivers/video/fbmem.c (L877-L911)

For example when the Xorg starts I noticed it does a ioctl BLANK and
UNBLANK, but if msm-fb-refresher performs a ioctl in that moment it
stops its loop and exit.

For this reason I lost a lot of time trying to understand what was the
problem with Xorg not displaying anything until I noticed that I had
to restart the msm-fb-refresher.

With this change we don't have to care about msm-fb-refresher as it will
continue call ioctl PAN even if the framebuffer returns some negative
error code.
2018-12-03 23:33:03 +01:00
..
00-msm-fb-refresher.files msm-fb-refresher: use initfs hook (#1438) 2018-04-24 21:09:53 +00:00
00-msm-fb-refresher.sh msm-fb-refresher: use initfs hook (#1438) 2018-04-24 21:09:53 +00:00
0001-Perform-ioctl-even-if-there-are-errors.patch msm-fb-refresher: also do ioctl on errors (!89) 2018-12-03 23:33:03 +01:00
APKBUILD msm-fb-refresher: also do ioctl on errors (!89) 2018-12-03 23:33:03 +01:00
msm-fb-refresher.init Add msm-fb-refresher package and initfs config (#587) 2017-09-18 19:17:30 +00:00
msm-fb-refresher.post-install device packages: depend on postmarketos-base (#1258) 2018-02-25 18:40:54 +00:00