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
/
i915_drv.c
Age
Commit message (
Expand
)
Author
2008-10-10
[FreeBSD] Rework all of the memory allocations
Robert Noland
2008-10-03
[FreeBSD] Don't explicitly bzero driver softc.
Robert Noland
2008-10-03
[FreeBSD] Use M_WAITOK when allocating driver memory.
Robert Noland
2008-09-10
Remove incomplete and obsolete free/net/open code.
vehemens
2008-09-08
[FreeBSD] We need to call drm_detach before we free dev->driver.
Robert Noland
2008-09-05
Need M_NOWAIT for malloc.
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-06-08
I915 suspend/resume for FreeBSD
Robert Noland
2008-05-27
[FreeBSD] Add vblank-rework support and get drivers building.
Robert Noland
2008-05-27
[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.
Eric Anholt
2007-12-02
bsd: Now make secondary vblank work
Robert Noland
2007-12-01
bsd: Hook secondary vblank support.
Robert Noland
2007-12-01
bsd: Fix typo in i915_drv.c
Robert Noland
2006-10-31
Fix bug #8839 - a comment
Alan Hourihane
2006-05-17
Add the bits for vblank support on FreeBSD, which most importantly avoids
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-11-15
Fix compiling and reenable build of i915 driver.
Eric Anholt
2005-11-11
Fix breakage from the move of driver ioctl externs to header files.
Eric Anholt
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
2005-05-27
Modify drm_driver::device_is_agp to return a tri-state value to indicate
Ian Romanick
2005-04-16
Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD
Eric Anholt
2004-11-06
Convert more drivers for bsd-core, moving the ioctl definitions to shared
Eric Anholt
2004-08-14
Remove unused pcigart/sg header stuff from i915 driver.
Eric Anholt
2004-08-03
bring over fix from i865-agp branch, it now probes the driver, X hangs
Dave Airlie
2004-07-29
change to agp not pci ... still not working
Dave Airlie
2004-07-29
initial port of i915 to BSD, not finished doesn't work.. no idea why...
Dave Airlie