mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
osd: fixed smem_start error [3/3]
PD#152220: fixed smem_start error Change-Id: I8beac687d912d8ffd642d05a9e4c2bee7df02649 Signed-off-by: Jiyu Yang <jiyu.yang@amlogic.com> Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
86aa35db2e
commit
474cffeae2
@@ -1054,8 +1054,8 @@ static int osd_open(struct fb_info *info, int arg)
|
||||
pr_info("%s, %d, fb_index=%d,fb_rmem_size=%ld\n",
|
||||
__func__, __LINE__, fb_index, fb_rmem_size[fb_index]);
|
||||
|
||||
fix->smem_start = 0;
|
||||
fix->smem_len = fb_rmem_size[fb_index];
|
||||
//fix->smem_start = 0;
|
||||
//fix->smem_len = fb_rmem_size[fb_index];
|
||||
if (!fb_ion_client)
|
||||
fb_ion_client = meson_ion_client_create(-1, "meson-fb");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user