Searched refs:platform_dev (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_probe.c114 struct xf86_platform_device *platform_dev,
123 if (platform_dev)
124 dev = platform_dev->pdev;
131 if (platform_dev) {
133 fd = xf86_get_platform_device_int_attrib(platform_dev,
140 path = xf86_get_platform_device_attrib(platform_dev,
179 if (!(pAMDGPUEnt->platform_dev &&
180 pAMDGPUEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
196 struct xf86_platform_device *platform_dev,
202 pAMDGPUEnt->fd = amdgpu_kernel_open_fd(pScrn, pci_dev, platform_dev, pAMDGPUEn
112 amdgpu_kernel_open_fd(ScrnInfoPtr pScrn,struct pci_device * pci_dev,struct xf86_platform_device * platform_dev,AMDGPUEntPtr pAMDGPUEnt) argument
194 amdgpu_open_drm_master(ScrnInfoPtr pScrn,struct pci_device * pci_dev,struct xf86_platform_device * platform_dev,AMDGPUEntPtr pAMDGPUEnt) argument
233 amdgpu_device_setup(ScrnInfoPtr pScrn,struct pci_device * pci_dev,struct xf86_platform_device * platform_dev,AMDGPUEntPtr pAMDGPUEnt) argument
[all...]
H A Damdgpu_probe.h70 struct xf86_platform_device *platform_dev; member in struct:__anon6ebf7a450108
H A Damdgpu_kms.c1839 if (pAMDGPUEnt->platform_dev &&
1840 (pAMDGPUEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
1856 if (pAMDGPUEnt->platform_dev &&
1857 (pAMDGPUEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_driver.c247 NVInitScrn(ScrnInfoPtr pScrn, struct xf86_platform_device *platform_dev, argument
275 pNVEnt->platform_dev = platform_dev;
293 struct xf86_platform_device *platform_dev, int scrnIndex, Bool probe)
300 if (platform_dev)
311 if (platform_dev)
312 fd = xf86_get_platform_device_int_attrib(platform_dev,
318 else if (platform_dev) {
321 path = xf86_get_platform_device_attrib(platform_dev,
342 NVHasKMS(struct pci_device *pci_dev, struct xf86_platform_device *platform_dev) argument
292 NVOpenNouveauDevice(struct pci_device * pci_dev,struct xf86_platform_device * platform_dev,int scrnIndex,Bool probe) argument
[all...]
H A Dnv_type.h36 struct xf86_platform_device *platform_dev; member in struct:__anonc3f1a0fa0108
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.h146 struct xf86_platform_device *platform_dev; member in struct:__anonf31c12780308
H A Dradeon_probe.c272 pRADEONEnt->platform_dev = dev;
H A Dradeon_kms.c240 if (!(pRADEONEnt->platform_dev &&
241 pRADEONEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
1519 if (pRADEONEnt->platform_dev) {
1520 fd = xf86_get_platform_device_int_attrib(pRADEONEnt->platform_dev,
2173 if (pRADEONEnt->platform_dev &&
2174 (pRADEONEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
2190 if (pRADEONEnt->platform_dev &&
2191 (pRADEONEnt->platform_dev->flags & XF86_PDEV_SERVER_FD))
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_driver.h113 struct xf86_platform_device *platform_dev; member in struct:_modesettingRec
H A Dvmwgfx_driver.c258 return ms->platform_dev && (ms->platform_dev->flags & XF86_PDEV_SERVER_FD);
276 ms->fd = xf86_get_platform_device_int_attrib(ms->platform_dev,
501 ms->platform_dev = pEnt->location.id.plat;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_kms.c72 if (qxl->platform_dev) {
73 qxl->drm_fd = xf86_get_platform_device_int_attrib(qxl->platform_dev,
256 if (!(qxl->platform_dev &&
257 (qxl->platform_dev->flags & XF86_PDEV_SERVER_FD)))
285 if (qxl->platform_dev && (qxl->platform_dev->flags & XF86_PDEV_SERVER_FD))
H A Dqxl.h283 struct xf86_platform_device *platform_dev; member in struct:_qxl_screen_t
H A Dqxl_driver.c1438 qxl->platform_dev = dev;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c271 probe_hw(const char *dev, struct xf86_platform_device *platform_dev) argument
276 if (platform_dev && (platform_dev->flags & XF86_PDEV_SERVER_FD)) {
277 fd = xf86_platform_device_odev_attributes(platform_dev)->fd;

Completed in 21 milliseconds