Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Dclnt.h159 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
161 argsp, xres, resp, secs))
162 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
164 argsp, xres, resp, secs))
190 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
191 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/dragonfly/sys/kern/
H A Dimgact_resident.c148 struct xresident xres; in sysctl_vm_resident() local
149 error = fill_xresident(vmres, &xres, td); in sysctl_vm_resident()
153 error = SYSCTL_OUT(req, (void *)&xres, in sysctl_vm_resident()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c52 int xres = mode->hdisplay; in radeon_legacy_rmx_mode_set() local
115 if (xres > native_mode->hdisplay) in radeon_legacy_rmx_mode_set()
116 xres = native_mode->hdisplay; in radeon_legacy_rmx_mode_set()
120 if (xres == native_mode->hdisplay) in radeon_legacy_rmx_mode_set()
130 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
133 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX) in radeon_legacy_rmx_mode_set()
154 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
195 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
/dragonfly/sys/dev/drm/
H A Ddrm_modes.c1336 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
1437 xres = simple_strtol(name, &ch, 10); in drm_mode_parse_command_line_for_connector()
1456 mode->xres = xres; in drm_mode_parse_command_line_for_connector()
1495 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
1501 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
1510 if (cmd->xres == 1366) in drm_mode_create_from_cmdline_mode()
H A Ddrm_fb_helper.c1017 drm_fb_helper_dirty(info, 0, y1, info->var.xres, y2 - y1);
1054 drm_fb_helper_dirty(info, 0, 0, info->var.xres,
1540 var->xres > fb->width || var->yres > fb->height || in drm_fb_helper_check_var()
1544 var->xres, var->yres, var->bits_per_pixel, in drm_fb_helper_check_var()
1993 info->var.xres = fb_width;
2054 if (mode->hdisplay != cmdline_mode->xres || in drm_pick_cmdline_mode()
H A Ddrm_probe_helper.c152 if (mode->hdisplay != cmdline_mode->xres || in drm_helper_probe_add_cmdline_mode()
H A Ddrm_connector.c138 mode->xres, mode->yres, in drm_connector_get_cmdline_mode()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_connector.h676 int xres, yres; member