From: Timur Tabi Date: Mon, 19 Dec 2011 22:26:15 +0000 (-0600) Subject: drivers/video: fsl-diu-fb: set correct framebuffer flags X-Git-Tag: v3.3-rc1~59^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934dbeebed7764de683f8048cd94973d47c57f7b;p=pandora-kernel.git drivers/video: fsl-diu-fb: set correct framebuffer flags The DIU uses system RAM for the framebuffer, so FBINFO_VIRTFB should be set. Since the framebuffer is in system RAM, it can be read from more quickly than written to, so FBINFO_READS_FAST should be set. We can also set FBINFO_PARTIAL_PAN_OK for the same reasons. Signed-off-by: Timur Tabi Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed