mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk30 fb: use HAL_PIXEL_FORMAT_XXX defined by android to distinguish data format
to display correctly,please sync android update
This commit is contained in:
@@ -399,7 +399,7 @@ static int rk_fb_set_par(struct fb_info *info)
|
||||
}
|
||||
CHK_SUSPEND(inf);
|
||||
/* calculate y_offset,c_offset,line_length,cblen and crlen */
|
||||
#if 0
|
||||
#if 1
|
||||
switch (data_format)
|
||||
{
|
||||
case HAL_PIXEL_FORMAT_RGBA_8888 : // rgb
|
||||
|
||||
Reference in New Issue
Block a user