summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2021-12-08drm/amd/display: Allow DSC on supported MST branch devicesJonathan Gray
2021-12-08drm/amd/amdgpu: fix potential memleakJonathan Gray
2021-12-08drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againJonathan Gray
2021-12-03Switch iwx(4) to new -67 firmware images.Stefan Sperling
2021-12-03Disable probe requests during scans in iwx(4) again.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwx(4).Stefan Sperling
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Jonathan Gray
2021-12-01drm/amd/display: Set plane update flags for all planes in resetJonathan Gray
2021-11-27previous commit causes gcc to perform an unaligned access to the tcphdrTheo de Raadt
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-27drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...Jonathan Gray
2021-11-27drm/i915/dp: Ensure sink rate values are always validJonathan Gray
2021-11-27drm/amd/display: Update swizzle mode enumsJonathan Gray
2021-11-25Prepare iwx(4) for using new firmware (API version -67) in the future.Stefan Sperling
2021-11-23Fix mbuf leaks after reception error in rge_rxeof().Kevin Lo
2021-11-23avoid clang -Wsometimes-uninitialized warnings in fms(4)Jonathan Gray
2021-11-22avoid uninitialised variable use in igc(4)Jonathan Gray
2021-11-22Make iwx(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Make iwm(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Let iwx(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-22In iwx(4), fix off-by-one errors during TID value bounds checks.Stefan Sperling
2021-11-22Fix iwx(4) Tx ring array size which was one entry too short.Stefan Sperling
2021-11-22Let iwm(4) resume directly in DVACT_WAKEUP instead of running the init task.Stefan Sperling
2021-11-19Fix monitor mode on iwm(4) and iwx(4).Stefan Sperling
2021-11-19drm/plane-helper: fix uninitialized variable referenceJonathan Gray
2021-11-19drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsJonathan Gray
2021-11-19drm/amdgpu: fix warning for overflow checkJonathan Gray
2021-11-19drm/ttm: stop calling tt_swapin in vm_accessJonathan Gray
2021-11-19drm/amd/display: dcn20_resource_construct reduce scope of FPU enabledJonathan Gray
2021-11-19drm/amdkfd: fix resume error when iommu disabled in PicassoJonathan Gray
2021-11-19drm/amdgpu: Fix MMIO access page faultJonathan Gray
2021-11-19drm/panel-orientation-quirks: add Valve Steam DeckJonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for GPD Win3Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for Aya Neo 2021Jonathan Gray
2021-11-17Disable active scanning on iwm(4) 9260 and 9560.Stefan Sperling
2021-11-16fix typo in an error message printed by iwx_phy_ctxt_update()Stefan Sperling
2021-11-16fix typo in an error message printed by iwm_phy_ctxt_update()Stefan Sperling
2021-11-12Add support for 40MHz channels to the iwn(4) driver.Stefan Sperling
2021-11-12Sync the iwn(4) "enhanced Tx power" eeprom data structure with Linux.Stefan Sperling
2021-11-11Fix iwn(4) with 4965 devices.Stefan Sperling
2021-11-09Add IPv4, TCP4/6 and UDP4/6 checksum offloading.Jan Klemkow
2021-11-04revert rev 1.30 of ttm_bo_util.cJonathan Gray
2021-11-03drm/amdgpu: fix out of bounds writeJonathan Gray
2021-11-03drm/ttm: fix memleak in ttm_transfered_destroyJonathan Gray
2021-11-01use hw_power to implement power_supply_is_system_supplied()Jonathan Gray
2021-10-31Disable both TCP/UDP checksum offloading and VLAN HW tag offloading for now,Patrick Wildt