Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update #1

Closed
notro opened this issue Feb 12, 2013 · 1 comment
Labels

Comments

@notro
Copy link
Owner

notro commented Feb 12, 2013

When compiling adafruit22fb into the kernel, the following appears in the log at boot:

graphics fb1: adafruit22fb frame buffer, 75 KiB video memory, 16 KiB buffer memory, fps=10, spi0.0 at 32 MHz, GPIO25 for reset
bcm2708_spi bcm2708_spi.0: SPI Controller at 0x20204000 (irq 80)
adafruit22fb spi0.0: fbtft_update_display: dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update
adafruit22fb spi0.0: fbtft_update_display: dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update
adafruit22fb spi0.0: fbtft_update_display: dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update
adafruit22fb spi0.0: fbtft_update_display: dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update
adafruit22fb spi0.0: fbtft_update_display: dirty_lines_start=219 is larger than dirty_lines_end=0. Shouldn't happen, will do full display update

This doesn't affect the working of the driver/display. It states that an unexpected thing happended, and that it is rectified.

I haven't had time to look into it.

If someone will look into it:
Compile fbtft-core.c with DEBUG to find out which framebuffer function that is triggering this display update.

@notro
Copy link
Owner Author

notro commented Apr 11, 2013

I have turned off this message when debug=0 : 286287f

The warning shows up when using the display as boot console. But I don't know why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant