summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-01-24drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightJonathan Gray
2014-01-24DVA should be 64 bits, so make sure it is before getting the high bits.David Gwynne
2014-01-24drm/i915: ivb: fix edp voltage swing reg valJonathan Gray
2014-01-24drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aJonathan Gray
2014-01-24add some HAS_DDI() conversions that were missed in the earlier commitJonathan Gray
2014-01-24drm/i915: add more VLV IDsJonathan Gray
2014-01-23Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214Chris Cappuccio
2014-01-23drm/i915: don't intel_crt_init on any ULT machinesJonathan Gray
2014-01-23drm/i915: add HAS_DDI checkJonathan Gray
2014-01-23drm/i915: Preserve the DDI_A_4_LANES bit from the biosJonathan Gray
2014-01-23drm/i915: don't setup hdmi for port D edp in ddi_initJonathan Gray
2014-01-23drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextJonathan Gray
2014-01-23Switch radeondrm(4) to MSI on the cards that support it.Mark Kettenis
2014-01-23drm/i915: Revert hdmi HDP pin checksJonathan Gray
2014-01-23a lot of people have pointed out to me that taking a lock just to read anDavid Gwynne
2014-01-23factor the mutex/bus_space handling of the sts block out.David Gwynne
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
2014-01-23drm/radeon: Fix sideport problems on certain RS690 boardsJonathan Gray
2014-01-23drm/radeon: fix resume on some rs4xx boards (v2)Jonathan Gray
2014-01-22drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookJonathan Gray
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardJonathan Gray
2014-01-22add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for nowJonathan Gray
2014-01-22drm/edid: add quirk for Medion MD30217PGJonathan Gray
2014-01-22- Unconditionally set IFCAP_VLAN_MTUBrad Smith
2014-01-22Provide inline dummy implementations of drm_sysfs_connector_add() andMark Kettenis
2014-01-22bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, ableTheo de Raadt
2014-01-22Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.Mark Kettenis
2014-01-22fixup a few debug printfs; pointed out by jsg@Mike Belopuhov
2014-01-22missing printf arg, spotted by jsg@Jonathan Matthew
2014-01-21introduce fine grained locking.David Gwynne
2014-01-21Add virtio random driverStefan Fritsch
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.Mark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2014-01-21Add all the Intel KT's which got missed.Theo de Raadt
2014-01-21Add support for ISP2200 based adapters.Jonathan Matthew
2014-01-20bcopy to memcpyChris Cappuccio
2014-01-20bcmp to memcmpChris Cappuccio
2014-01-20bzero to memsetChris Cappuccio
2014-01-20Do the resume work from DVACT_WAKEUP. There is far too much code, and itMark Kettenis
2014-01-20drm_activate() serves no purpose; ok kettenisTheo de Raadt
2014-01-19white space fixDavid Gwynne
2014-01-19If the system runs out ouf mbufs, the receive queue of the vioAlexander Bluhm