Searched refs:virtual_height (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 51 + int virtual_height; 150 + sscanf(buf, "%dx%d", &b->virtual_width, &b->virtual_height); 354 + if (b->virtual_width && b->virtual_height) { 356 + mode->base.height = b->virtual_height;
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 215 int virtual_height; 613 - if (b->virtual_width && b->virtual_height) { 617 + } else if (b->virtual_width && b->virtual_height) { 619 mode->base.height = b->virtual_height;
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 97 int virtual_height;
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 51 + int virtual_height; 150 + sscanf(buf, "%dx%d", &b->virtual_width, &b->virtual_height); 354 + if (b->virtual_width && b->virtual_height) { 356 + mode->base.height = b->virtual_height;
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 214 int virtual_height; 613 - if (b->virtual_width && b->virtual_height) { 617 + } else if (b->virtual_width && b->virtual_height) { 619 mode->base.height = b->virtual_height;
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 97 int virtual_height;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0014-backend-drm-Support-virtual-screen-size.patch | 59 + int virtual_height; 158 + sscanf(buf, "%dx%d", &b->virtual_width, &b->virtual_height); 368 + if (b->virtual_width && b->virtual_height) { 370 + mode->base.height = b->virtual_height;
|
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 208 int virtual_height; 612 - if (b->virtual_width && b->virtual_height) { 616 + } else if (b->virtual_width && b->virtual_height) { 618 mode->base.height = b->virtual_height;
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 97 int virtual_height;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 273 int virtual_height; member
|
| H A D | drmmode_display.c | 1582 if (drmmode_output->virtual_width && drmmode_output->virtual_height) { in drmmode_ConvertFromKMode() 1584 mode->VDisplay = drmmode_output->virtual_height; in drmmode_ConvertFromKMode() 1604 if (!drmmode_output->virtual_width || !drmmode_output->virtual_height) in drmmode_ConvertToKMode() 3451 drmmode_output->virtual_height = h; in drmmode_output_init() 3455 drmmode_output->virtual_height, output->name); in drmmode_output_init()
|