Home
last modified time | relevance | path

Searched refs:vinfo (Results 1 - 8 of 8) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.c151 struct fb_videoinfo_s *vinfo = (struct fb_videoinfo_s *)((uintptr_t)arg); in fb_ioctl() local
153 ret = fb->vtable->getvideoinfo(fb->vtable, &vinfo); in fb_ioctl()
351 struct fb_videoinfo_s vinfo; in fb_register() local
386 ret = fb->vtable->getvideoinfo(fb->vtable, &vinfo); in fb_register()
392 nplanes = vinfo.nplanes; in fb_register()
393 DEBUGASSERT(vinfo.nplanes > 0 && (unsigned)plane < vinfo.nplanes); in fb_register()
H A Dfb.h476 int (*getvideoinfo)(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo);
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtgpu.c682 static int FbGetVideoInfo(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo) in FbGetVideoInfo() argument
685 vinfo->fmt = FB_FMT_RGB32; /* sRGB */ in FbGetVideoInfo()
686 vinfo->xres = g_virtGpu->screen.width; in FbGetVideoInfo()
687 vinfo->yres = g_virtGpu->screen.height; in FbGetVideoInfo()
688 vinfo->nplanes = 1; in FbGetVideoInfo()
/device/qemu/drivers/virtio/
H A Dvirtgpu.c668 static int FbGetVideoInfo(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo) in FbGetVideoInfo() argument
671 vinfo->fmt = FB_FMT_RGB32; /* sRGB */ in FbGetVideoInfo()
672 vinfo->xres = g_virtGpu->screen.width; in FbGetVideoInfo()
673 vinfo->yres = g_virtGpu->screen.height; in FbGetVideoInfo()
674 vinfo->nplanes = 1; in FbGetVideoInfo()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c552 return (hi_u32)info->vinfo.xres; in hifb_get_xres()
557 return (hi_u32)info->vinfo.yres; in hifb_get_yres()
660 info->vinfo.xres = sinfo->xres; in hifb_screeninfo_init()
661 info->vinfo.yres = sinfo->yres; in hifb_screeninfo_init()
666 info->vinfo.nplanes = sinfo->nplanes; in hifb_screeninfo_init()
667 info->vinfo.noverlays = sinfo->noverlays; in hifb_screeninfo_init()
1566 *color_format = info->vinfo.fmt; in hifb_open_default_param()
3487 info->vinfo.xres = info_temp->vinfo.xres; in hifb_ioctl_liteos_standard_io()
3488 info->vinfo in hifb_ioctl_liteos_standard_io()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h400 struct fb_videoinfo_s vinfo; /* This structure descrides the overall video controller */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h375 struct fb_videoinfo_s vinfo; /* This structure descrides the overall video controller */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhifb.h380 struct fb_videoinfo_s vinfo; /* This structure descrides the overall video controller */ member

Completed in 14 milliseconds