drm/bsd-core
Eric Anholt 06cb132e86 - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the
server or client to notify the DRM that it expects a certain version of
    the device dependent or device independent interface. If the major
    doesn't match or minor is too large, EINVAL is returned. A major of -1
    means that the requestor doesn't care about that portion of the
    interface. The ioctl returns the actual versions in the same struct.
- Introduce DRM DI interface version 1.1. If the server requests version
    1.1, then the DRM sets the unique itself according to the busid of the
    device it probed, which may then be accessed as normal using getunique.
- Request version 1.1 in libdrm's drmOpenByBusID, allowing the X Server to
    request based on a BusID. Introduce a wrapper for DRM_IOCTL_SET_VERSION
    and bump libdrm minor version.
- Pass the busid in DRIScreenInit if libdrm can handle both a busid and
    name. This allows drmOpenByBusID to be used to find the DRM instead of
    just the driver name, which allows us in the future to tie a DRM more
    strongly to the device it probed to. Introduce a function
    DRICreatePCIBusID which creates a busid in the form pci:oooo:bb:dd.f
    similar to linux's pci_name() function. This matches the format used by
    the DRM in version 1.1. libdrm knows how to match both this format and
    the old PCI🅱️d:f format.
- Use the new DRICreatePCIBusID function in the *_dri.c to request the new,
    more exact busid format.
2003-10-23 02:23:31 +00:00
..
mga Kernel support for vblank syncing on Rage 128 and Matrox. 2002-10-30 06:10:34 +00:00
r128 Kernel support for vblank syncing on Rage 128 and Matrox. 2002-10-30 06:10:34 +00:00
radeon merged r200-0-2-branch to trunk 2002-09-23 17:26:43 +00:00
sis These files were missed in the SiS DRM commit. 2003-08-29 20:54:26 +00:00
tdfx Remove some extra symlinking for kernel module building that hasn't been 2002-08-30 23:49:25 +00:00
Makefile Port the SiS DRM to FreeBSD. This includes the ability for the DRM to 2003-08-29 19:24:36 +00:00
ati_pcigart.c - SMPng lock the DRM. This is only partial -- there are a few code paths 2003-10-19 23:35:58 +00:00
drmP.h - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the 2003-10-23 02:23:31 +00:00
drm_agpsupport.c - Remove $FreeBSD$ tags as they weren't too useful and merges are now being 2003-08-19 00:41:00 +00:00
drm_auth.c - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to 2003-10-22 22:08:53 +00:00
drm_bufs.c Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best 2003-10-20 00:55:56 +00:00
drm_context.c Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side 2003-10-03 07:02:51 +00:00
drm_dma.c - SMPng lock the DRM. This is only partial -- there are a few code paths 2003-10-19 23:35:58 +00:00
drm_drawable.c - Remove $FreeBSD$ tags as they weren't too useful and merges are now being 2003-08-19 00:41:00 +00:00
drm_drv.c - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the 2003-10-23 02:23:31 +00:00
drm_fops.c - SMPng lock the DRM. This is only partial -- there are a few code paths 2003-10-19 23:35:58 +00:00
drm_ioctl.c - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the 2003-10-23 02:23:31 +00:00
drm_irq.c - SMPng lock the DRM. This is only partial -- there are a few code paths 2003-10-19 23:35:58 +00:00
drm_lock.c - Remove $FreeBSD$ tags as they weren't too useful and merges are now being 2003-08-19 00:41:00 +00:00
drm_memory.c Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best 2003-10-20 00:55:56 +00:00
drm_os_freebsd.h - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to 2003-10-22 22:08:53 +00:00
drm_os_netbsd.h - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to 2003-10-22 22:08:53 +00:00
drm_pci.c - SMPng lock the DRM. This is only partial -- there are a few code paths 2003-10-19 23:35:58 +00:00
drm_scatter.c - Remove $FreeBSD$ tags as they weren't too useful and merges are now being 2003-08-19 00:41:00 +00:00
drm_sysctl.c Fix warning about static DRM(bufs_info) defined but not used in the 2003-10-22 21:50:09 +00:00
drm_vm.c - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to 2003-10-22 22:08:53 +00:00
mga_drv.c - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them 2003-10-17 05:13:48 +00:00
r128_drv.c - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them 2003-10-17 05:13:48 +00:00
radeon_drv.c - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them 2003-10-17 05:13:48 +00:00
sis_drv.c - Converted Linux drivers to initialize DRM instances based on PCI IDs, not 2003-10-17 03:14:39 +00:00
tdfx_drv.c - Converted Linux drivers to initialize DRM instances based on PCI IDs, not 2003-10-17 03:14:39 +00:00