Commit a9af656e authored by Jorge Zapata's avatar Jorge Zapata

Add more memory to the attribute window

This adds more memory to the attribute window, to make it big enough for
a 720x480 screen, this is enough for now.
parent 7ee93e59
......@@ -170,7 +170,7 @@ static struct davincifb_mach_info davincifb_mach_info = {
.size[DAVINCIFB_WIN_VID0] = 12441600, /* 1920x1080*16bpp*3buffers */
.size[DAVINCIFB_WIN_VID1] = 691200, /* 720x480*16bpp*1buffer */
.size[DAVINCIFB_WIN_OSD0] = 3686400, /* 1280x720*16bpp*2buffers */
.size[DAVINCIFB_WIN_OSD1] = 172800, /* 720x480*4bpp*1buffer */
.size[DAVINCIFB_WIN_OSD1] = 184320, /* 768x480*4bpp*1buffer */
};
static u64 davinci_fb_dma_mask = DMA_32BIT_MASK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment