summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Add WSDISPLAY_TYPE_RKDRMkettenis1-1/+2
2020-03-03Merge two blocks calling if_link_state_change().mpi1-9/+6
2020-03-03Clean up attachment of PCI drm(4) devices and make the PCI aspects optional.kettenis3-58/+39
2020-03-02previous commit accidentally aliased two unique timeoutsderaadt1-4/+4
2020-03-02Allow puc(4) to cope with 64-bit BARs. puc(4) iterates over the BARspatrick1-2/+7
2020-03-02Shuffle logic a bit to make sizes/limits more obvious.krw1-14/+12
2020-03-02Fix endian swapping of trb_flags and trb_status in xhci(4).visa1-9/+10
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchipkettenis5-1/+1826
2020-03-02Update ix(4) from freebsd to add support for X553 controllers.jmatthew10-1141/+4051
2020-03-01rename functions and types unrelated to the higher-level arc4 APIderaadt1-16/+16
2020-03-01When activating a video port, don't bail out if activating an endpointkettenis1-3/+3
2020-03-01Make it possible to set the VPLL clock frequency and add a few more PLL clockkettenis1-1/+13
2020-03-01Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1krw2-6/+5
2020-03-01Handle pinctrl and reset.kettenis1-1/+6
2020-03-01Implement support for read transfers larger than 32 bytes. Register thekettenis1-22/+46
2020-02-29Fix bogus received frame data rates reported by iwx(4) in monitor mode.stsp1-2/+2
2020-02-29Fix bogus received frame data rates reported by iwm(4) in monitor mode.stsp1-2/+2
2020-02-29drm/amdgpu/soc15: fix xclk for ravenjsg1-1/+6
2020-02-28nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits.krw1-6/+6
2020-02-28Let iwx(4) ignore RX_NO_DATA_NOTIF firmware messages; seen in monitor modestsp2-2/+6
2020-02-28In iwx(4) do not drop short control frames in monitor mode and do notstsp1-2/+10
2020-02-28In iwx(4), free mbufs that won't be passed to if_inputm().stsp1-2/+8
2020-02-28Sync monitor mode fixes from iwm(4) to iwx(4):stsp2-7/+24
2020-02-28Sync tobhe's periodic interrupt fix from iwm(4) to iwx(4).stsp1-19/+23
2020-02-28In iwm(4), do not drop short control frames in monitor mode and do notstsp1-3/+19
2020-02-28In iwm(4), free mbufs that won't be passed to if_inputm().stsp1-4/+16
2020-02-28Some monitor mode fixes for iwm(4):stsp2-22/+52
2020-02-28Treat non-0 value as true for boolean indicators.mpi1-2/+5
2020-02-28Allow devices with incomplete feature unit descriptor to attach.ratchov1-1/+9
2020-02-28oops some snapshot tests fell inderaadt10-4051/+1141
2020-02-28syncderaadt10-1141/+4051
2020-02-27Trailing whitespace.krw1-7/+7
2020-02-27drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)jsg1-11/+23
2020-02-27drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltagejsg1-3/+5
2020-02-27drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latencyjsg1-6/+9
2020-02-27radeon: insert 10ms sleep in dce5_crtc_load_lutjsg1-0/+2
2020-02-27drm/amd/display: fixup DML dependenciesjsg3-2/+2
2020-02-27drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREGjsg1-0/+1
2020-02-27drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_tablejsg1-17/+2
2020-02-27drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zerojsg1-2/+1
2020-02-26Rx interrupt handling can lead to a race where the interrupt is handledtobhe1-19/+23
2020-02-25Make bwfm(4) call if_input() only once per interrupt.patrick5-41/+51
2020-02-25Prevent buffer overflows by not assuming the report length, given bympi3-13/+22
2020-02-25pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha1-3/+3
2020-02-23regenjasper2-4/+28
2020-02-23- add an AMD hub found on APU2jasper1-1/+9
2020-02-22use the UE_GET_XFERTYPE macro where applicablejasper15-48/+48
2020-02-21Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399.patrick2-1/+298
2020-02-21Add anxdp(4), a driver for the Analogix Display Port controller,patrick2-0/+949
2020-02-21Add rkvop(4), a driver for the RK3399's Video Output Processors,patrick2-1/+621