From: Geert Uytterhoeven Date: Tue, 16 Oct 2007 08:29:48 +0000 (-0700) Subject: ps3fb: use fb_info.par properly X-Git-Tag: v2.6.24-rc1~854 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0333d83509c7d8496c8965b5ba9bc0c98e83c259;p=pandora-kernel.git ps3fb: use fb_info.par properly ps3fb: Use fb_info.par properly: o Move mode-specific fields into struct ps3fb_par o Allocate struct ps3fb_par using framebuffer_alloc() o Protect access to ps3fb_par in ps3fb_sync() using the console semaphore (this semaphore is already held when ps3fb_set_par() is called) o Avoid calling ps3av_set_video_mode() if the actual video mode hasn't changed Signed-off-by: Geert Uytterhoeven Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed