HomeSort by: relevance | last modified time | path
    Searched refs:set_mode_major (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display_fake.c 105 .set_mode_major = sna_crtc_set_mode_major,
sna_display.c 3267 .set_mode_major = sna_crtc_set_mode_major,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display_fake.c 111 .set_mode_major = sna_crtc_set_mode_major,
sna_display.c 2474 .set_mode_major = sna_crtc_set_mode_major,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
present.c 431 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation,
drmmode_display.c 2080 .set_mode_major = drmmode_set_mode_major,
3814 set_mode_major(crtc, &crtc->desiredMode, crtc->desiredRotation,
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_present.c 441 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation,
amdgpu_kms.c 856 xf86_crtc->funcs->set_mode_major(xf86_crtc, &xf86_crtc->mode,
1168 xf86_crtc->funcs->set_mode_major(xf86_crtc, &xf86_crtc->mode,
drmmode_display.c 371 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation,
1852 .set_mode_major = drmmode_set_mode_major,
3652 if (crtc->funcs->set_mode_major(crtc, &crtc->desiredMode,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_present.c 435 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation,
radeon_kms.c 810 xf86_crtc->funcs->set_mode_major(xf86_crtc, &xf86_crtc->mode,
1132 xf86_crtc->funcs->set_mode_major(xf86_crtc, &xf86_crtc->mode,
drmmode_display.c 367 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation,
1411 .set_mode_major = drmmode_set_mode_major,
3136 if (crtc->funcs->set_mode_major(crtc, &crtc->desiredMode,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_ums_mode.c 381 .set_mode_major = qxl_crtc_set_mode_major,
qxl_drmmode.c 328 .set_mode_major = drmmode_set_mode_major,
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_crtc.c 440 .set_mode_major = crtc_set_mode_major,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 214 (*set_mode_major)(xf86CrtcPtr crtc, DisplayModePtr mode, member in struct:_xf86CrtcFuncs
xf86Crtc.c 302 if (crtc->funcs->set_mode_major) {
303 ret = crtc->funcs->set_mode_major(crtc, mode, rotation, x, y);
2608 if (!crtc->funcs->set_mode_major) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h 234 (*set_mode_major) (xf86CrtcPtr crtc, DisplayModePtr mode, member in struct:_xf86CrtcFuncs
xf86Crtc.c 318 if (crtc->funcs->set_mode_major) {
319 ret = crtc->funcs->set_mode_major(crtc, mode, rotation, x, y);
2824 if (!crtc->funcs->set_mode_major) {
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.c 316 .set_mode_major = drmmode_set_mode_major,
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 610 .set_mode_major = drmmode_set_mode_major,
1634 if (!crtc->funcs->set_mode_major(crtc, &crtc->desiredMode, crtc->desiredRotation,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 574 .set_mode_major = drmmode_set_mode_major,
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 673 .set_mode_major = drmmode_set_mode_major,
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 714 .set_mode_major = intel_crtc_set_mode_major,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 712 .set_mode_major = intel_crtc_set_mode_major,

Completed in 36 milliseconds