index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-core
/
drm_drv.c
Age
Commit message (
Expand
)
Author
2009-02-26
FreeBSD: Fix up some ioctl permissions issues missed many times over.
Robert Noland
2009-02-24
FreeBSD: Drop the Giant lock.
Robert Noland
2009-02-24
FreeBSD: Turn on msi
Robert Noland
2009-02-24
FreeBSD: Rip out the locked task support now that i915 no longer uses it.
Robert Noland
2009-02-23
FreeBSD: There is no compelling reason to hold the lock here.
Robert Noland
2008-10-23
[FreeBSD] We should use dev2unit() rather than minor()
Robert Noland
2008-10-10
[FreeBSD] Rework all of the memory allocations
Robert Noland
2008-09-17
[FreeBSD] Convert to using cdevpriv for file_priv tracking
Robert Noland
2008-09-10
Remove incomplete and obsolete free/net/open code.
vehemens
2008-09-06
Pass lock data like linux and open.
vehemens
2008-09-06
Style white space cleanup part 2.
vehemens
2008-09-05
Style white space cleanup.
vehemens
2008-08-29
[FreeBSD] Use driver features macros and flags
vehemens
2008-08-29
[FreeBSD] Convert drm_driver to a pointer like linux.
vehemens
2008-08-29
[FreeBSD] Replace typedefs on bsd.
vehemens
2008-08-29
[FreeBSD] Fix a couple of locking problems.
Robert Noland
2008-08-24
[FreeBSD] Add drm_drawable_free_all()
Robert Noland
2008-08-24
[FreeBSD] Fix lock leak.
vehemens
2008-07-25
[FreeBSD] Duh, we need to actually define the drm_modeset_ctl...
Robert Noland
2008-07-16
BSD: change drm_locked_task*() to use the same scheme as linux.
Owain Gordon Ainsworth
2008-06-08
[FreeBSD] We need to request busmastering support.
Robert Noland
2008-06-08
[FreeBSD] Forgot to call mtx_destroy on all the locks at unload.
Robert Noland
2008-06-08
[FreeBSD] Go back to using vbl_lock and move init/destroy to load/unload.
Robert Noland
2008-05-27
[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.
Eric Anholt
2007-12-01
mtx_sleep is preferred to msleep
Robert Noland
2007-12-01
drm: Add _DRM_DRIVER map flag.
Robert Noland
2007-12-01
bsd: Move counter initialization to load time.
Robert Noland
2007-10-17
Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process.
Jung-uk Kim
2007-10-10
FreeBSD: Fill in domain field when supported.
Eric Anholt
2007-08-15
BSD: simplify drm_ioctl() after other refactoring.
vehemens
2007-08-15
BSD: Replace brief description in each file's first line with doxygen later on.
Eric Anholt
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
2007-07-19
FreeBSD: Fix the recently added drawable add/remove/update code.
Eric Anholt
2007-07-18
Add dry-coded DRM drawable private information storage for FreeBSD.
Eric Anholt
2007-07-11
Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...
Arthur Huillet
2007-05-29
Update a bunch of FreeBSD port code.
Jung-uk Kim
2006-09-06
Put the PCI device/vendor id in the drm_device_t.
Eric Anholt
2005-12-30
Merge patch from jhb to catch up with FreeBSD-current vgapci master device
Eric Anholt
2005-12-02
Finish the last bits necessary to get the i915 DRM port working on FreeBSD
Eric Anholt
2005-12-02
FreeBSD PR kern/85479: Restore the enabling of debugging by default by the
Eric Anholt
2005-11-08
Correct another LOR issue with resource allocation. This leaves the
Eric Anholt
2005-11-08
Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds
Eric Anholt
2005-11-08
Correct a LOR related to the PCI resource allocations by simply moving the
Eric Anholt
2005-11-08
Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things
Eric Anholt
2005-09-03
convert ioctl flags to use flags instead of separate ints
Dave Airlie
2005-08-26
Previously, drm_get_resource_start() and drm_get_resource_len() would
Eric Anholt
2005-08-26
[1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the
Eric Anholt
2005-08-12
Fix build after linux-side checkin of master/root-only split. Still only
Eric Anholt
[next]