Searched refs:drmmode_crtc_funcs (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drv.h | 347 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon164a9d390308
|
| H A D | drmmode_display.c | 1850 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 D | via_kms.c | 314 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 D | qxl_drmmode.c | 326 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 D | drmmode_display.c | 1409 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 D | radeon.h | 641 xf86CrtcFuncsRec drmmode_crtc_funcs; member in struct:__anon5a499fe10208
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 572 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 D | drmmode_display.c | 671 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 D | drmmode_display.c | 608 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 D | drmmode_display.c | 2078 static const xf86CrtcFuncsRec drmmode_crtc_funcs = { variable in typeref:typename:const xf86CrtcFuncsRec 2385 crtc = xf86CrtcCreate(pScrn, &drmmode_crtc_funcs);
|
Completed in 28 milliseconds