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

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drv.h 347 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon6702
drmmode_display.c 1850 static xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
1942 crtc = xf86CrtcCreate(pScrn, &info->drmmode_crtc_funcs);
3380 /* Need per-screen drmmode_crtc_funcs, based on our global template,
3383 info->drmmode_crtc_funcs = drmmode_crtc_funcs;
3387 info->drmmode_crtc_funcs.shadow_allocate = NULL;
3388 info->drmmode_crtc_funcs.shadow_create = NULL;
3389 info->drmmode_crtc_funcs.shadow_destroy = NULL;
3396 info->drmmode_crtc_funcs.gamma_set = NULL;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c 1409 static xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
1463 crtc = xf86CrtcCreate(pScrn, &info->drmmode_crtc_funcs);
2844 /* Need per-screen drmmode_crtc_funcs, based on our global template,
2847 info->drmmode_crtc_funcs = drmmode_crtc_funcs;
2851 info->drmmode_crtc_funcs.shadow_allocate = NULL;
2852 info->drmmode_crtc_funcs.shadow_create = NULL;
2853 info->drmmode_crtc_funcs.shadow_destroy = NULL;
2860 info->drmmode_crtc_funcs.gamma_set = NULL;
radeon.h 641 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon6929
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.c 314 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
332 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.c 326 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
346 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 572 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
594 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 671 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
698 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 608 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
657 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 2078 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable
2385 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);

Completed in 139 milliseconds