HomeSort by: relevance | last modified time | path
    Searched defs:client_head (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 111 struct qxl_head *client_head = local in function:qxl_display_copy_rom_client_monitors_config
113 if (client_head->x != c_rect->left) {
114 client_head->x = c_rect->left;
117 if (client_head->y != c_rect->top) {
118 client_head->y = c_rect->top;
121 if (client_head->width != c_rect->right - c_rect->left) {
122 client_head->width = c_rect->right - c_rect->left;
125 if (client_head->height != c_rect->bottom - c_rect->top) {
126 client_head->height = c_rect->bottom - c_rect->top;
129 if (client_head->surface_id != 0)
    [all...]

Completed in 19 milliseconds