summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-07-01drm/i915/gen9+: Fix initial readout for Y tiled framebuffersJoshua Stein
2019-07-01revert local changes in code under #ifdef __linux__Jonathan Gray
2019-06-30drm: add fallback override/firmware EDID modes workaroundJonathan Gray
2019-06-30drm/edid: abstract override/firmware EDID retrievalJonathan Gray
2019-06-30drm/i915/sdvo: Implement proper HDMI audio support for SDVOJonathan Gray
2019-06-27Enable MSI-X interrupts.Mark Kettenis
2019-06-26Use timeout_add_msec(9)kn
2019-06-26Fix IPL of connector_list_lock.Mark Kettenis
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onMark Kettenis
2019-06-22Set if_link_state based on the PAOS port register, and update it whenJonathan Matthew
2019-06-17Split out the code that assigns addresses to BARs into its own function.Mark Kettenis
2019-06-17When reloading station address via TWSI is timed out, try to reloadKevin Lo
2019-06-16drm/amd/display: Use plane->color_space for dpp if specifiedJonathan Gray
2019-06-14match on Intel Apollo Lake idsJonathan Gray
2019-06-14regenJonathan Gray
2019-06-14more Intel Apollo Lake idsJonathan Gray
2019-06-14Only add and remove flow table entries for multicast while the interface isJonathan Matthew
2019-06-14Add a barrier after arming a completion queue. If multiple cqs are usingJonathan Matthew
2019-06-13the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits.David Gwynne
2019-06-12Set interrupt moderation on the completion queue for around 10000Jonathan Matthew
2019-06-11drm: don't block fb changes for async plane updatesJonathan Gray
2019-06-11drm/i915: Maintain consistent documentation subsection orderingJonathan Gray
2019-06-11drm/i915/fbc: disable framebuffer compression on GeminiLakeJonathan Gray
2019-06-11drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inJonathan Gray
2019-06-11drm/radeon: prefer lower reference dividersJonathan Gray
2019-06-11drm/amdgpu/psp: move psp version specific function pointers to early_initJonathan Gray
2019-06-11drm: add non-desktop quirks to Sensics and OSVR headsets.Jonathan Gray
2019-06-11drm: add non-desktop quirk for Valve HMDsJonathan Gray
2019-06-11Use km_alloc() instead of mallocarray() when allocating ttm dma segmentsJonathan Gray
2019-06-11pass what pci_intr_established returns to intr_barrierDavid Gwynne
2019-06-11if ifiq_input says there's too much pressure, tell the rxr we're livelockedDavid Gwynne
2019-06-11bump up the ring sizes for dlg@Jonathan Matthew
2019-06-11records a flowid in the mbuf if the rx cqe provides an rx hash value.David Gwynne
2019-06-10support hardware timestamping for received packets.David Gwynne
2019-06-10drm/lease: Make sure implicit planes are leasedJonathan Gray
2019-06-09Let drm(4) allocate memory without constraints if the hardware supportsMark Kettenis
2019-06-08disambiguate memory extent conflicts for membars and rom addressesDavid Gwynne
2019-06-07make struct mcx_cq_entry a bit closer to realityDavid Gwynne
2019-06-07have mcx_process_rx return the number of slots it made freeDavid Gwynne
2019-06-06ConnectX-5 cards work tooJonathan Matthew
2019-06-06Set up the interrupt handler before creating the event queue.Jonathan Matthew
2019-06-05We know which flow table entries are actually in use, so we can justJonathan Matthew
2019-06-05this can support 64BIT DVA for ioDavid Gwynne
2019-06-04Move a function used as a callback out of a header so there will only beJonathan Gray
2019-06-04use htolemXX and lemtohXX instead of htoleXX and letohXXDavid Gwynne
2019-06-04tx and rx descriptors work fine with 64bit dvaDavid Gwynne
2019-06-04Implement mcx_media_change(). This disables the port, sets the media type toJonathan Matthew
2019-06-03Implement rx filtering using the flow table. Now we have three flow groups,Jonathan Matthew
2019-06-03- Remove a redundant check within alc_mii_readreg_813x().Kevin Lo
2019-06-01drm: Wake up next in drm_read() chain if we are forced to putback the eventJonathan Gray