summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-05Rework the vblank subsystem so that instead of having various bits inOwain Ainsworth
2009-04-05- accept l modifier for %fMartynas Venckus
2009-04-05const static -> static const; since it's deprecated per C99. ok millert@Martynas Venckus
2009-04-05kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we canOwain Ainsworth
2009-04-04Make extent_print() use printf to avoid the pagination that db_printfMark Kettenis
2009-04-04Bump the size of the array that we use to store bootpath components. Makes theMark Kettenis
2009-04-04A couple of fixes (based mostly on stuff from upstream) to stopOwain Ainsworth
2009-04-04Translate the size values in the auto-allocate table from blocks toKenneth R Westerback
2009-04-04Remove an unused function inherited from NetBSD that deals with a brokenMark Kettenis
2009-04-04Remove the three inline functions from drmP.h.Owain Ainsworth
2009-04-04Remove unused #include.Mark Kettenis
2009-04-04make bus_dmamap_load_raw respect the constraints of the dmamap we'reDavid Gwynne
2009-04-04make bus_dmamap_load_raw respect teh constraints of the dmamap we'reDavid Gwynne
2009-04-04use time_uptime instead of time_second internally. time_uptime isntDavid Gwynne
2009-04-04Do not run make in /var/yp at the end of ypinit -m.Ingo Schwarze
2009-04-04Cleanup debug printfs.Mark Kettenis
2009-04-04don't try to free stuff we shouldnt free, really.Joris Vink
2009-04-04properly expand modules if requested by the client,Joris Vink
2009-04-04Cleanup debug printf.Mark Kettenis
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
2009-04-04scrub more fields in the ccb when returning them to the free list afterDavid Gwynne
2009-04-04- make sure codec->nsense_pins is initilized to 0Jacob Meuser
2009-04-03Bring comment into line with other docs. -E(dit) is not just forKenneth R Westerback
2009-04-03Show interface description names in "systat if 1"; some help from canacarTheo de Raadt
2009-04-03i fucked up last night, bad so partially revert a piece ofJoris Vink
2009-04-03detypedef drm_local_map.Owain Ainsworth
2009-04-03detypedef drm_device_dma_t.Owain Ainsworth
2009-04-03detypedef drm_buf_entry_t too.Owain Ainsworth
2009-04-03detypedef struct drm_buf from the dma_buffers api. Just because it'sOwain Ainsworth
2009-04-03Change a bunch of "printk" in commented out debug code into "printf" andOwain Ainsworth
2009-04-03More dead typdefs and defines.Owain Ainsworth
2009-04-03dead function.Owain Ainsworth
2009-04-03Dead prototypeOwain Ainsworth
2009-04-03unused type.Owain Ainsworth
2009-04-03detypedef drm_pci_id_list_t.Owain Ainsworth
2009-04-03Sprinkle some const correctness for the pciid lists. From mickey agesOwain Ainsworth
2009-04-03${XORGNAME}_driver_irq_handler() is a stupid name for an interruptOwain Ainsworth
2009-04-03More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLEDOwain Ainsworth
2009-04-03kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch toOwain Ainsworth
2009-04-03Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and removeOwain Ainsworth
2009-04-03Final irq_lock piece. Switch inteldrm over like radeomdrm and the rest.Owain Ainsworth
2009-04-03Same as just done for machdrm, just convert us over to using our irqOwain Ainsworth
2009-04-03Convert machdrm to not have to user drm_irq_handler. Since the onlyOwain Ainsworth
2009-04-03Same as just done for radeon. Add and use a lock for procecting againstOwain Ainsworth
2009-04-03Add a lock to protect races for the software interrupt on radeon chipsOwain Ainsworth
2009-04-03use i915_pipe_enabled() to test to see if the pipe is lit up, instead ofOwain Ainsworth
2009-04-03Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,Owain Ainsworth
2009-04-03Make sure that sys_reboot runs on the primary cpu. Won't hurt when notArtur Grabowski
2009-04-03sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpuArtur Grabowski
2009-04-03my last commit to diff.c broke diffing in some cases,Joris Vink