Searched refs:yres (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fbd.c | 97 fb->vyres = fb->yres; in bcm_fb_init() 129 sc->info.fb_height = fb.yres; in bcm_fb_setup_fbd() 162 device_printf(sc->dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_setup_fbd()
|
H A D | bcm2835_mbox.c | 522 fb->yres = msg.physical_w_h.body.resp.height; in bcm2835_mbox_fb_get_w_h() 559 msg.physical_w_h.body.req.height = fb->yres; in bcm2835_mbox_fb_init() 578 fb->yres = msg.physical_w_h.body.resp.height; in bcm2835_mbox_fb_init()
|
H A D | bcm2835_fb.c | 159 fb.vyres = fb.yres; in bcm_fb_attach() 170 sc->height = fb.yres; in bcm_fb_attach() 179 device_printf(dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_attach()
|
H A D | bcm2835_mbox_prop.h | 418 uint32_t yres; member
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 998 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local 1038 yres = simple_strtol(&name[i+1], NULL, 10); in drm_mode_parse_command_line_for_connector() 1119 mode->yres = yres; in drm_mode_parse_command_line_for_connector() 1149 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode() 1155 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
|
H A D | drm_fb_helper.c | 219 mode->xres, mode->yres, in drm_fb_helper_parse_command_line() 686 var->xres > fb->width || var->yres > fb->height || 690 var->xres, var->yres, var->bits_per_pixel, 1078 mode->vdisplay != cmdline_mode->yres) in drm_pick_cmdline_mode()
|
H A D | drmP.h | 949 int xres, yres; member
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | sm501fb.txt | 15 <xres>x<yres>[-<bpp>][@<refresh>]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 98 - resolution = <xres yres> : pixel resolution of framebuffer. Some
|