summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-03-30Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed byMark Kettenis
2013-03-30Two fixes to intel_sdvo_write_cmd():Mark Kettenis
2013-03-30Provide wrappers for scsi_io_get() and scsi_io_put(), that also includeJoel Sing
2013-03-30If the ws_{get|set}_param hooks are set, use those for brightness controlMark Kettenis
2013-03-30Fix intel gmbus i2c code. Not all transactions were handled correctly, andMark Kettenis
2013-03-30Remove debug printf that causes problems with framebuffer acceleration whenMark Kettenis
2013-03-30go back to the old method of execbuffer pinningJonathan Gray
2013-03-30Provide a default discipline interrupt handling function and migrate all ofJoel Sing
2013-03-29Properly release ccbs when restarting a work unit.Joel Sing
2013-03-29Convert RAID 4/5/6 to new ccb completion code.Joel Sing
2013-03-29Decouple wakeups on work unit completion from the type of I/O beingJoel Sing
2013-03-29sd_wu_pending is only decremented when scsi_done() or scsi_io_put() areJoel Sing
2013-03-29Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.Brad Smith
2013-03-29reduce the diff to linux in i915_gem_get/set_tilingJonathan Gray
2013-03-29release the i2c bus in the error paths of fetching an edidJonathan Gray
2013-03-29remove some of the unused fields from rndstats and stop printing zeroes.Ted Unangst
2013-03-28as DRM_LOG_KMS is called with partial lines make it a simple printfJonathan Gray
2013-03-28add support for relaxed deltasJonathan Gray
2013-03-28Add missing locking in i915_gem_retire_work_handler() and callMark Kettenis
2013-03-28Reduce diffs with Linux now that we have i915_enable_hangcheck.Mark Kettenis
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-28Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()Mark Kettenis
2013-03-28Add i915_enable_hangcheck parameter.Mark Kettenis
2013-03-28Let mii_attach() know where the PHY is located instead of scanningBrad Smith
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add the ioctls to get/set the caching level of a buffer objectJonathan Gray
2013-03-28removed unneccessary .h fileTheo de Raadt
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-03-28you probably don't need to include vnode.h or reboot.h. you most definitelyTed Unangst
2013-03-27Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.Joel Sing
2013-03-27match recent linux and return whether the ring is initialisedJonathan Gray
2013-03-27claim support for secure and pinned batch buffersJonathan Gray
2013-03-27Claim to support I915_PARAM_HAS_COHERENT_RINGS.Jonathan Gray
2013-03-26Short-circuit screen switching if we're switching to the screen that'sMark Kettenis
2013-03-26Stop rePOSTing devices supported by inteldrm(4). The driver now properlyMark Kettenis
2013-03-25Use the new rasops multiple screen support to provide proper virtualMark Kettenis
2013-03-25Add basic support for multiple screens.Mark Kettenis
2013-03-25these will not be built for palm since it went awayTheo de Raadt
2013-03-25Factor out the code that is used to recreate work units - one copy of theJoel Sing
2013-03-25reseed the random pool with 'dmesg' when more devices are attachedMarkus Friedl
2013-03-25move the message announcing overlay init to debugJonathan Gray
2013-03-25add the missing parts of the upstream linux commit toJonathan Gray
2013-03-24syncTheo de Raadt
2013-03-24another ppb; soekris net1841; pointed out by mitjaTheo de Raadt
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2013-03-22Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename itMark Kettenis
2013-03-22Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightnessMark Kettenis
2013-03-22add some macros needed by newer libdrmJonathan Gray
2013-03-22wire up the mode object property ioctlsJonathan Gray