Home
last modified time | relevance | path

Searched refs:xres (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_fb_helper.c119 cmdline_mode->xres = fb_info.xres; in drm_fb_helper_parse_command_line()
483 if (mode->hdisplay != cmdline_mode->xres || in drm_pick_cmdline_mode()
955 pitch = ALIGN(fb_info.xres * ((fb_info.depth + 7) / 8), 64); in drm_getfb_size()
H A Ddrm_modes.c1125 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
1131 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
/gfx-drm/usr/src/uts/common/sys/
H A Dgfx_private.h130 uint16_t xres; member
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h1018 int xres, yres; member