summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-06-26drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsjsg2-10/+14
2020-06-26drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsjsg2-33/+41
2020-06-26drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsjsg3-49/+63
2020-06-26drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsjsg2-37/+50
2020-06-26drm/i915/gt: Incrementally check for rewindingjsg4-4/+43
2020-06-26drm/i915/tc: fix the reset of ln0jsg1-1/+1
2020-06-26drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionjsg1-0/+1
2020-06-26stuff for PPCNT - Ports Performance Counters Registerdlg1-1/+110
2020-06-26drm/amd/display: Use kvfree() to free coeff in build_regamma()jsg1-1/+1
2020-06-26drm/amdkfd: Use correct major in devcgroup checkjsg1-1/+2
2020-06-26drm/connector: notify userspace on hotplug after register completejsg1-0/+5
2020-06-26drm/i915: Whitelist context-local timestamp in the gen9 cmdparserjsg1-0/+4
2020-06-26drm/i915/gem: Avoid iterating an empty listjsg1-6/+9
2020-06-26drm/i915: Fix AUX power domain toggling across TypeC mode resetsjsg1-2/+3
2020-06-26drm/dp_mst: Increase ACT retry timeout to 3sjsg1-21/+31
2020-06-26drm/amdgpu: Replace invalid device ID with a valid device IDjsg1-1/+1
2020-06-26drm/amdgpu/display: use blanked rather than plane state for sync groupsjsg1-4/+20
2020-06-26drm/dp_mst: Reformat drm_dp_check_act_status() a bitjsg1-12/+10
2020-06-26drm: encoder_slave: fix refcouting error for modulesjsg1-2/+3
2020-06-26drm/amd/display: Revalidate bandwidth before commiting DC updatesjsg1-0/+6
2020-06-26add readx_poll_timeout() required for 5.7.6 drmjsg1-0/+34
2020-06-26add some whitespace to let things breathe a bit.dlg1-149/+133
2020-06-26whitespace fixes, no functional change.dlg1-17/+17
2020-06-26fix link state handling so we can see link go both up and down.dlg1-20/+22
2020-06-25Return negative value to show that no index was found. The callerspatrick1-3/+3
2020-06-25Register mvmdio(4) in the MII "framework". On the Armada 7K and 8Kpatrick4-41/+26
2020-06-25Add a "framework" for MII busses.patrick2-2/+52
2020-06-25Add mvpp(4), a driver for the Marvell Packet Processor v2, as used onpatrick3-1/+6206
2020-06-25LUT writes go through actual regsiters on 710s, not ctl writes.dlg1-4/+6
2020-06-25add rss/toeplitz support for 710 chips.dlg2-4/+236
2020-06-25use the ixl_chip struct to store different rss_hena settings for 710/722dlg1-4/+26
2020-06-25add definitions for rss bits.dlg1-1/+60
2020-06-25we're close to a point where the differences between 710s and 722s matter.dlg1-21/+56
2020-06-25use intrmap to set up multiple queues across multiple cpus.dlg2-105/+167
2020-06-25bump the ifq maxlen like i just did for ixl(4).dlg1-2/+2
2020-06-25report rx ring state for all rings, not just the first one.dlg1-3/+30
2020-06-24set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1.dlg1-2/+2
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha10-27/+29
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter iskrw1-2/+2
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw14-28/+28
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw4-8/+8
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicatekrw4-9/+9
2020-06-24Use C99 initializers in wsdisplay_font struct definitions forfcambus3-39/+39
2020-06-24get rid of the per device sff lock because we only use the global one.dlg1-3/+1
2020-06-24Acknowledge xhci(4) interrupts before calling usb_schedsoftintr().patrick1-5/+5
2020-06-24Apply sc->sc_xfer_flags to control transfers as well. These are usedpatrick1-5/+5
2020-06-24actually use pci_intr_establish_cpu with cpus from the intrmap.dlg1-4/+3
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw2-26/+8
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for Spleenfcambus5-65/+65
2020-06-22Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.stsp2-146/+13