summaryrefslogtreecommitdiff
path: root/bsd-core
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[FreeBSD] We should use dev2unit() rather than minor()Robert Noland2-2/+2
2008-10-23[FreeBSD] This check isn't correct and causes at least mga to lockup.Robert Noland1-6/+4
2008-10-10[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()Robert Noland1-11/+9
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland24-173/+184
2008-10-09[FreeBSD] Fix linux list compat list_for_each_safe()Robert Noland1-2/+2
2008-10-03[FreeBSD] Don't explicitly bzero driver softc.Robert Noland9-18/+0
2008-10-03[FreeBSD] Use M_WAITOK when allocating driver memory.Robert Noland9-9/+27
2008-10-03[FreeBSD] Do a bit of optimization on drm_order()Robert Noland1-3/+4
2008-10-01Use devfs_get_cdevpriv in mmap as well.Robert Noland1-9/+12
2008-09-17[FreeBSD] Convert to using cdevpriv for file_priv trackingRobert Noland7-89/+62
2008-09-10Remove incomplete and obsolete free/net/open code.vehemens20-665/+8
2008-09-08[FreeBSD] We need to call drm_detach before we free dev->driver.Robert Noland9-9/+36
2008-09-07[FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combiningRobert Noland2-2/+12
2008-09-06[FreeBSD] IGP gart needs to be un-cached.Robert Noland1-18/+73
2008-09-06Free temp_pagelist on error. Free in reverse order. Noticed by open.vehemens1-1/+2
2008-09-06Pass lock data like linux and open.vehemens4-24/+21
2008-09-06Move order to end like linux.vehemens1-16/+16
2008-09-06Style white space cleanup part 2.vehemens8-23/+23
2008-09-06[FreeBSD] Ensure that drm_pci_alloc is never called while locks are held.Robert Noland3-8/+20
2008-09-05Reorder lock functions like linux.vehemens1-64/+64
2008-09-05Style white space cleanup.vehemens9-190/+192
2008-09-05Need M_NOWAIT for malloc.vehemens9-9/+9
2008-08-29[FreeBSD] Use driver features macros and flagsvehemens14-72/+73
2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens20-306/+423
2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens12-83/+83
2008-08-29[FreeBSD] Catch up to vblank rework for via.vehemens1-1/+3
2008-08-29[FreeBSD] Correct debug messagevehemens1-1/+1
2008-08-29[FreeBSD] Fix a couple of locking problems.Robert Noland1-1/+6
2008-08-29[FreeBSD] Increase debugging output for vblank code.Robert Noland1-0/+7
2008-08-29Fix drm_realloc when you're reallocing into something smaller.Tomas Carnecky1-1/+1
2008-08-24[FreeBSD] Add drm_drawable_free_all()Robert Noland3-0/+24
2008-08-24[FreeBSD] Fix long standing memory leak in drm_remove_magic.Robert Noland1-1/+1
2008-08-24[FreeBSD] Move vblank bits into their own structure.vehemens2-82/+46
2008-08-24[FreeBSD] Fix lock leak.vehemens1-2/+4
2008-07-25[FreeBSD] Duh, we need to actually define the drm_modeset_ctl...Robert Noland1-0/+1
2008-07-24[FreeBSD] Catch up to linux on vblank-reworkRobert Noland2-64/+42
2008-07-21[FreeBSD] Improve upper_32_bits define.Robert Noland1-1/+1
2008-07-17[FreeBSD] drm_irq.c updates for vblank fixes.Robert Noland2-23/+36
2008-07-16FreeBSD: Fix radeon buildRobert Noland1-0/+2
2008-07-16BSD: change drm_locked_task*() to use the same scheme as linux.Owain Gordon Ainsworth4-22/+32
2008-07-15[FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmam...Robert Noland1-1/+4
2008-06-13[FreeBSD] Fix another lock leakRobert Noland1-2/+2
2008-06-08I915 suspend/resume for FreeBSDRobert Noland3-2/+33
2008-06-08[FreeBSD] Rework ati_pcigart.cRobert Noland1-39/+88
2008-06-08[FreeBSD] We need to request busmastering support.Robert Noland1-0/+6
2008-06-08[FreeBSD] Incorporate vblank fixes for bsd.Robert Noland2-35/+65
2008-06-08[FreeBSD] Forgot to call mtx_destroy on all the locks at unload.Robert Noland1-0/+3
2008-06-08[FreeBSD] Remove the locks in the vblank_disable_fnRobert Noland1-5/+1
2008-06-08[FreeBSD] Go back to using vbl_lock and move init/destroy to load/unload.Robert Noland3-22/+23
2008-06-01[FreeBSD] Declare vblank_disable_fn callout MPSAFE.Robert Noland1-3/+24