summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-01Use timeout_add_msec(9)kn
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-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanClaudio Jeker
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-25Turn off the code which waits for AHCI_PREG_CMD_CR to be set by thePatrick Wildt
2019-06-25avoid uninitialised var accessJonathan Gray
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's GeminiMark Kettenis
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callClaudio Jeker
2019-06-22Set if_link_state based on the PAOS port register, and update it whenJonathan Matthew
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's ApolloPatrick Wildt
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-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha
2019-06-14Use timeout_add_msec(9)kn
2019-06-14Use timeout_add_msec(9)kn
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-13Do not consider the pipe as halted if the device is gone.Martin Pieuchot
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-10Print proper ACPI version number.Mark Kettenis
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