summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
2014-02-02add min_t and div_u64 which will be used to reduce the diff to linuxJonathan Gray
2014-02-02drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFERJonathan Gray
2014-02-02add a simple version of usleep_range() that DELAYs for the min valueJonathan Gray
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
2014-02-01On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that canMark Kettenis
2014-02-01Split bge(4)'s feature flags into bge_flags and bge_phy_flags.Brad Smith
2014-01-31tl(4) already allowed for reception of frames up to MCLBYTES in size soBrad Smith
2014-01-31Rewrite the receive filter handling code, reinstate the hash filter and cleanupBrad Smith
2014-01-31Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU)Brad Smith
2014-01-31sc_function is set, but never used for anything useful. clean it up...David Gwynne
2014-01-31sc_lladdr is never used, so we can get the space in the sc back.David Gwynne
2014-01-30Get rid of the simple locks; they're lies. Also get rid of the holdingMark Kettenis
2014-01-29Switch to task queues.Mark Kettenis
2014-01-28Enable IPv6 TCP checksum offload; ok brad@Christian Weisgerber
2014-01-28unbreak 32-bit kernel builds by forcing ULL for the new macros; ok naddy@Stuart Henderson
2014-01-28- Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766Brad Smith
2014-01-27Enable IPv6 checksum offload.Brad Smith
2014-01-27regenBrad Smith
2014-01-27Add more Broadcom 10GbE PCI ids.Brad Smith
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
2014-01-24drm/radeon: fixup bad vram size on SIJonathan Gray
2014-01-24drm/radeon: Fix VRAM size calculation for VRAM >= 4GBJonathan Gray
2014-01-24drm/radeon: disable tests/benchmarks if accel is disabledJonathan Gray
2014-01-24drm/radeon: fix asic gfx values for scrapper asicsJonathan Gray
2014-01-24drm/radeon: fix typo in cu_per_sh on verdeJonathan Gray
2014-01-24drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTLJonathan Gray
2014-01-24drm: fix a use-after-free when GPU acceleration disabledJonathan Gray
2014-01-24drm/i915: Move num_pipes to intel infoJonathan Gray
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