Searched refs:bcm271x_mbox_fb_alloc (Results 1 – 2 of 2) sorted by relevance
| /bsp/raspberry-pi/raspi4-32/driver/lcd/ |
| A D | drv_hdmi.c | 248 void *bcm271x_mbox_fb_alloc(int width, int height, int bpp, int nrender) in bcm271x_mbox_fb_alloc() function 301 _hdmi.fb = (rt_uint8_t *)bcm271x_mbox_fb_alloc(LCD_WIDTH, LCD_HEIGHT, LCD_BPP, 1); in hdmi_fb_init()
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_hdmi.c | 270 void *bcm271x_mbox_fb_alloc(int width, int height, int bpp, int nrender) in bcm271x_mbox_fb_alloc() function 322 _hdmi.fb = (rt_uint8_t *)bcm271x_mbox_fb_alloc(LCD_WIDTH, LCD_HEIGHT, LCD_BPP, 1); in hdmi_fb_init()
|
Completed in 8 milliseconds