Searched refs:mm_width (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_rr_inlines.h83 float mm_width, mm_height; local in function:vmwgfx_rr_screen_set_size
85 mm_width = ((float) width) * VMW_INCH_TO_MM / VMW_DPI + .5;
89 (int) mm_width, (int) mm_height);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_dcon.c123 pGeode->mm_width = 0;
149 pGeode->mm_width = 152;
H A Dlx_output.c307 output->mm_width = pScrni->monitor->widthmm;
310 else if (pGeode->mm_width && pGeode->mm_height) {
312 output->mm_width = pScrni->monitor->widthmm = pGeode->mm_width;
H A Dgeode.h213 int mm_width, mm_height; /* physical display size */ member in struct:_geodeRec
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrOutput.c103 xoi->mm_width = rep.mmWidth;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display_fake.c254 output->mm_width = 0;
H A Dsna_display.c3850 output->mm_width = compat_conn.conn.mm_width;
3899 conn_mm_width = output->mm_width;
3904 if (output->mm_width != conn_mm_width || output->mm_height != conn_mm_height) {
3908 output->mm_width, output->mm_height));
3911 output->mm_width = conn_mm_width;
5334 output->mm_width = compat_conn.conn.mm_width;
7451 output->mm_width = output->conf_monitor->mon_width;
7460 if (output->mm_width
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display_fake.c261 output->mm_width = 0;
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h287 unsigned long mm_width; member in struct:_XRROutputInfo
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h503 /** @mm_width: Width of the connected sink in millimeters. */
504 __u32 mm_width; member in struct:drm_mode_get_connector
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h374 __u32 mm_width; /**< width in millimeters */ member in struct:drm_mode_get_connector
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h500 /** @mm_width: Width of the connected sink in millimeters. */
501 __u32 mm_width; member in struct:drm_mode_get_connector
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h454 * This function may also update MonInfo, mm_width, and mm_height.
576 int mm_width, mm_height; member in struct:_xf86Output
H A Dxf86Crtc.c2109 aspect = (float)config->output[p]->mm_width /
2148 aspects[o] = (float)output->mm_width / (float)output->mm_height;
2950 p->output->mm_width = det_mon->section.d_timings.h_size;
2972 output->mm_width = 0;
3010 if ((!output->mm_width || !output->mm_height) &&
3013 output->mm_width = edid_mon->features.hsize * 10;
H A Dxf86RandR12.c1461 output->mm_width,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h500 * This function may also update MonInfo, mm_width, and mm_height.
617 int mm_width, mm_height; member in struct:_xf86Output
H A Dxf86Crtc.c2362 aspect = (float) config->output[p]->mm_width /
2403 aspects[o] = (float) output->mm_width / (float) output->mm_height;
3198 p->output->mm_width = det_mon->section.d_timings.h_size;
3259 output->mm_width = 0;
3299 if ((!output->mm_width || !output->mm_height) &&
3301 output->mm_width = edid_mon->features.hsize * 10;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c709 output->mm_width = koutput->mmWidth;
H A Dvia_fp.c1511 output->mm_width = 114;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c783 output->mm_width = koutput->mmWidth;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c1288 output->mm_width = koutput->mmWidth;
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c577 r->mmWidth = conn.mm_width;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c1375 output->mm_width = koutput->mmWidth;
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c3577 fb_width_mm = output_info->mm_width;
3764 (int)output_info->mm_width, (int)output_info->mm_height);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c1575 output->mm_width = koutput->mmWidth;

Completed in 54 milliseconds

12