summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2020-04-20Add Broadcom BCM2711.Mark Kettenis
2020-04-20regenPatrick Wildt
2020-04-20Add another SanDisk/WD Black NVMe device.Patrick Wildt
2020-04-20Increase the completion queue size to prevent overflow. Under reasonablyJonathan Matthew
2020-04-20Check if we've reached the end of the current mailbox before writing pastJonathan Matthew
2020-04-20Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from earlyJonathan Matthew
2020-04-18Disable MSI for AMD Hudson2 HDA to fix random lock ups.Alexandre Ratchov
2020-04-18drm/dp_mst: Fix clearing payload state on topology disableJonathan Gray
2020-04-18Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"Jonathan Gray
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.Sebastian Benoit
2020-04-15drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Jonathan Gray
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkJonathan Gray
2020-04-15drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017Jonathan Gray
2020-04-14Fix loop condition in sparc64-specific radeondrm_setcolor()Jeremie Courreges-Anglas
2020-04-13Fix a recently introduced iwn(4) problem where the link gets stuck sinceStefan Sperling
2020-04-12Turn those spinlock and seqlock inline functions to macrosJeremie Courreges-Anglas
2020-04-09When I removed CCK fallback from iwm(4) I accidentally left an else-if blockStefan Sperling
2020-04-09Fix an automatic Tx rate control issue in iwn(4).Stefan Sperling
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-06fix previous: use the correct offset for sq/rq creation, and don'tJonathan Matthew
2020-04-06Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-04-06Add a helper function for writing physical addresses for queues intoJonathan Matthew
2020-04-04Return ENETRESET on success from mcx_up() so mcx_ioctl() will callJonathan Matthew
2020-04-03Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Jonathan Gray
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).Stefan Sperling
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-03-31Fix MIMO rates with firmware-based rate scaling in iwm(4).Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-27Don't free() part of a struct.Kenneth R Westerback
2020-03-27Use correct bit mask to promptly exit rge_set_phy_power() andKenneth R Westerback
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)Jonathan Gray
2020-03-26drm/amd/display: fix dcc swath size calculations on dcn1Jonathan Gray
2020-03-26drm/amd/display: Clear link settings on MST disable connectorJonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-25Revert introduction of MSI-X code, deraadt@ reported a regression on i386.Martin Pieuchot
2020-03-25Indicate that the case handling data underruns falls through to the caseJonathan Matthew
2020-03-24Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.Martin Pieuchot
2020-03-23Make it possible to use em(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-23Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-21Simplify some goto'ing that jumps a single line orKenneth R Westerback
2020-03-21drm/amd/display: remove duplicated assignment to grph_obj_typeJonathan Gray
2020-03-20pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)cheloha
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-15kthread_park() and kthread_stop() don't need PCATCH the linux API doesClaudio Jeker
2020-03-14drm/i915: Don't try to use the hardware frame counter with i965gm TV outputJonathan Gray
2020-03-11cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)cheloha