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

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.h 58 drmModeCrtcPtr mode_crtc; member in struct:__anon9163
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.h 71 drmModeCrtcPtr mode_crtc; member in struct:__anon6771
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.h 56 drmModeCrtcPtr mode_crtc; member in struct:__anon9211
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.h 101 drmModeCrtcPtr mode_crtc; member in struct:__anon6708
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.h 88 drmModeCrtcPtr mode_crtc; member in struct:__anon6899
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 55 drmModeCrtcPtr mode_crtc; member in struct:__anon8847
381 ret = drmModeSetCrtc(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
425 drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
450 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
460 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
568 drmModeCrtcSetGamma(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
599 drmmode_crtc->mode_crtc = drmModeGetCrtc(drmmode->fd,
1422 return drm_intel_get_pipe_from_crtc_id (bufmgr, drmmode_crtc->mode_crtc->crtc_id);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 107 drmModeCrtcPtr mode_crtc; member in struct:intel_crtc
160 return crtc->mode_crtc->crtc_id;
751 intel_crtc->mode_crtc = drmModeGetCrtc(mode->fd,
753 if (intel_crtc->mode_crtc == NULL) {
2485 if (intel_crtc->mode_crtc->buffer_id)
2486 fbcon_id = intel_crtc->mode_crtc->buffer_id;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 107 drmModeCrtcPtr mode_crtc; member in struct:intel_crtc
161 return crtc->mode_crtc->crtc_id;
749 intel_crtc->mode_crtc = drmModeGetCrtc(mode->fd,
751 if (intel_crtc->mode_crtc == NULL) {
2475 if (intel_crtc->mode_crtc->buffer_id)
2476 fbcon_id = intel_crtc->mode_crtc->buffer_id;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 61 drmModeCrtcPtr mode_crtc; member in struct:__anon9068
118 return drmmode_crtc->mode_crtc->crtc_id;
415 ret = drmModeSetCrtc(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
453 drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
480 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
491 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
502 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
596 ret = drmModeCrtcSetGamma(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
703 drmmode_crtc->mode_crtc = drmModeGetCrtc(drmmode->fd,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 171 drmModeCrtcPtr mode_crtc; member in struct:__anon10025
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
amdgpu_drm.h 860 } mode_crtc; member in union:drm_amdgpu_info::__anon288
  /xsrc/external/mit/libdrm/dist/include/drm/
amdgpu_drm.h 1246 } mode_crtc; member in union:drm_amdgpu_info::__anon8

Completed in 15 milliseconds