Re: Should I use FBINFO_VIRTFB?
From: Timur Tabi <hidden>
Date: 2011-12-19 16:08:38
Geert Uytterhoeven wrote:
quoted
quoted
I'm a little confused about panning support in my driver (which I didn't write -- I'm just cleaning it up). There is .fb_pan_display function, but it only gets called early in the boot process, and only with xoffset=0 and yoffset=0. After that, it never seems to get called again. Under what circumstances is panning really used?
Is yres_virtual larger than yres? Is the font size a multiple of ypanstep? If not, panning is disabled.
I can't seem to get partial panning to "activate", no matter what I do. I set 'flags' to FBINFO_DEFAULT | FBINFO_VIRTFB | FBINFO_PARTIAL_PAN_OK | FBINFO_READS_FAST. I have a 1280x1024 monitor. I set the virtual_size to 1280,1280 via sysfs. Then I set panning to "0,100", and I see the screen scroll. I tried sending a bunch of output to /dev/tty1, but no matter what I do, none of the SCROLL_PAN_REDRAW or SCROLL_PAN_MOVE case statements in fbcon_scroll() get executed. At this point, should I just FBINFO_VIRTFB | FBINFO_PARTIAL_PAN_OK | FBINFO_READS_FAST and not worry about whether it really makes a difference? -- Timur Tabi Linux kernel developer at Freescale