Searched refs:aperture_base (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/savage/ |
| H A D | savage_bci.c | 580 unsigned long mmio_base, fb_base, fb_size, aperture_base; in savage_driver_firstopen() local 594 aperture_base = fb_base + SAVAGE_APERTURE_OFFSET; in savage_driver_firstopen() 619 aperture_base = fb_base + SAVAGE_APERTURE_OFFSET; in savage_driver_firstopen() 638 aperture_base = pci_resource_start(dev->pdev, 2); in savage_driver_firstopen() 653 ret = drm_legacy_addmap(dev, aperture_base, SAVAGE_APERTURE_SIZE, in savage_driver_firstopen()
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | savage_bci.c | 563 unsigned long mmio_base, fb_base, fb_size, aperture_base; in savage_driver_firstopen() local 580 aperture_base = fb_base + SAVAGE_APERTURE_OFFSET; in savage_driver_firstopen() 611 aperture_base = fb_base + SAVAGE_APERTURE_OFFSET; in savage_driver_firstopen() 631 aperture_base = drm_get_resource_start(dev, 2); in savage_driver_firstopen() 647 ret = drm_addmap(dev, aperture_base, SAVAGE_APERTURE_SIZE, in savage_driver_firstopen()
|
| H A D | drm.h | 624 unsigned long aperture_base; /**< physical address */ member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd.c | 94 phys_addr_t *aperture_base, in amdgpu_doorbell_get_kfd_info() argument 103 *aperture_base = adev->doorbell.base; in amdgpu_doorbell_get_kfd_info() 107 *aperture_base = 0; in amdgpu_doorbell_get_kfd_info()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_agpsupport.c | 77 info->aperture_base = kern->aki_info.ai_aperture_base; in drm_agp_info_hook() 87 info->aperture_base = kern->aper_base; in drm_agp_info_hook()
|
| H A D | drm_ioc32.c | 645 u32 aperture_base; /* physical address */ member 670 i32.aperture_base = info.aperture_base; in compat_drm_agp_info()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_drm.c | 606 uint32_t aperture_base; /* physical address */ member 622 i32->aperture_base = i64->aperture_base; in info64to32()
|
| /netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
| H A D | drm_agpsupport.c | 124 info->aperture_base = kern->ai_aperture_base; in drm_agp_info()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| H A D | drm.h | 595 unsigned long aperture_base; /* physical address */ member
|