You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] fbdev: kyrofb: Driver cleanups
- remove unneeded casts - use framebuffer_alloc/framebuffer_release to allocate/free memory - the pseudo_palette is always u32 regardless of bpp if using generic drawing functions Signed-off-by: Antonino Daplas <adaplas@pol.net> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
94f9e09ce5
commit
a26968df01
@@ -15,6 +15,7 @@
|
||||
struct kyrofb_info {
|
||||
void __iomem *regbase;
|
||||
|
||||
u32 palette[16];
|
||||
u32 HTot; /* Hor Total Time */
|
||||
u32 HFP; /* Hor Front Porch */
|
||||
u32 HST; /* Hor Sync Time */
|
||||
|
||||
Reference in New Issue
Block a user