Home
last modified time | relevance | path

Searched refs:randr_mode (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1001 xf86RandRModeMatches(RRModePtr randr_mode, DisplayModePtr mode) in xf86RandRModeMatches() argument
1008 if (randr_mode->mode.nameLength != len) in xf86RandRModeMatches()
1010 if (memcmp(randr_mode->name, mode->name, len) != 0) in xf86RandRModeMatches()
1016 if (randr_mode->mode.dotClock / 1000 != mode->Clock) in xf86RandRModeMatches()
1018 if (randr_mode->mode.width != mode->HDisplay) in xf86RandRModeMatches()
1020 if (randr_mode->mode.hSyncStart != mode->HSyncStart) in xf86RandRModeMatches()
1022 if (randr_mode->mode.hSyncEnd != mode->HSyncEnd) in xf86RandRModeMatches()
1024 if (randr_mode->mode.hTotal != mode->HTotal) in xf86RandRModeMatches()
1026 if (randr_mode->mode.hSkew != mode->HSkew) in xf86RandRModeMatches()
1028 if (randr_mode->mode.height != mode->VDisplay) in xf86RandRModeMatches()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c218 RRModePtr randr_mode; in apply_output_change() local
237 randr_mode = xwayland_cvt(mode_width, mode_height, in apply_output_change()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
240 RRCrtcNotify(xwl_output->randr_crtc, randr_mode, in apply_output_change()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog7844 randr_crtc=0x55e1524b2b90, randr_mode=0x0, x=0, y=0, rotation=<optimized out>,