summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-04-04The intel_dp_i2c_aux_ch() function has to return Linux-style negative errnoMark Kettenis
2013-04-03Return ENOENT instead of EBADF if looking up a gem object fails.Mark Kettenis
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
2013-04-02- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESETBrad Smith
2013-04-02Set the IFF_ALLMULTI flag as appropriate.Brad Smith
2013-04-02Remove Evergreen ids people have incorrectly added to radeondrm.Jonathan Gray
2013-04-02recognize and ignore power change event from newer thinkpadsjoshua stein
2013-04-01Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()Marcus Glocker
2013-04-01Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects theJoel Sing
2013-04-01Validate the I/O request when it is first received, rather than waitingJoel Sing
2013-04-01Rewrite receive filter and ioctl handling code.Brad Smith
2013-03-31do not need machine/cpu.h directlyTheo de Raadt
2013-03-31Use the discipline name instead of the product string when reporting theJoel Sing
2013-03-31Use consistent error handling when validating the number of chunksJoel Sing
2013-03-31Resort to I2C bit-banging on the SDVO port like Linux does. Using GMBUS simplyMark Kettenis
2013-03-31More runtime value initialisation functions.Joel Sing
2013-03-31Unbreak the build on amd64 by making sure that inteldrm pulls in the genericMark Kettenis
2013-03-31Add bit banging support.Mark Kettenis
2013-03-31The return value of sd_free_resources() is never checked and all of theJoel Sing
2013-03-31Fix compilation with debug.Joel Sing
2013-03-31Provide default resource allocation and free functions. Convert allJoel Sing
2013-03-31Pull the initialisation of runtime values out into a separate initJoel Sing
2013-03-31Let the DDC "proxy" functions call the high-level I2C functions insteadMark Kettenis
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