Searched refs:drmmode_crtc_funcs (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h347 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon164a9d390308
H A Ddrmmode_display.c1850 static xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:xf86CrtcFuncsRec
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-openchrome/dist/src/
H A Dvia_kms.c314 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
332 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c326 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
346 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1409 static xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:xf86CrtcFuncsRec
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;
H A Dradeon.h641 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon5a499fe10208
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c572 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
594 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c671 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
698 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c608 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
657 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2078 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec
2385 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);

Completed in 28 milliseconds