| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_drmmode.h | 88 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
|
| H A D | qxl_drmmode.c | 918 Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) function in typeref:typename:Bool
|
| H A D | qxl_kms.c | 186 if (drmmode_pre_init(pScrn, &qxl->drmmode, pScrn->bitsPerPixel / 8) == FALSE)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | drmmode_display.h | 102 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
|
| H A D | radeon_kms.c | 745 if (drmmode_pre_init(pScrn, &info->drmmode, pScrn->bitsPerPixel / 8) == FALSE) {
|
| H A D | drmmode_display.c | 1504 Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) function in typeref:typename:Bool
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.h | 258 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
|
| H A D | amdgpu_kms.c | 1692 if (drmmode_pre_init(pScrn, &info->drmmode, pScrn->bitsPerPixel / 8) ==
|
| H A D | drmmode_display.c | 3351 Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) function in typeref:typename:Bool
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.h | 223 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
|
| H A D | radeon_kms.c | 1957 if (drmmode_pre_init(pScrn, &info->drmmode, pScrn->bitsPerPixel / 8) == FALSE) {
|
| H A D | drmmode_display.c | 2819 Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 292 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
|
| H A D | driver.c | 1289 if (drmmode_pre_init(pScrn, &ms->drmmode, pScrn->bitsPerPixel / 8) == FALSE) {
|
| H A D | drmmode_display.c | 3672 drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) function in typeref:typename:Bool
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_proto.h | 5 Bool drmmode_pre_init(ScrnInfoPtr pScrn, int fd, int cpp);
|
| H A D | nv_driver.c | 1176 ret = drmmode_pre_init(pScrn, pNv->dev->fd, pScrn->bitsPerPixel >> 3);
|
| H A D | drmmode_display.c | 1497 Bool drmmode_pre_init(ScrnInfoPtr pScrn, int fd, int cpp) function in typeref:typename:Bool
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830.h | 694 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, int fd, int cpp);
|
| H A D | drmmode_display.c | 1383 Bool drmmode_pre_init(ScrnInfoPtr pScrn, int fd, int cpp) function in typeref:typename:Bool
|
| H A D | i830_driver.c | 1435 if (drmmode_pre_init(pScrn, pI830->drmSubFD, pI830->cpp) == FALSE) {
|