summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2021-09-23Reset the Tx timer when iwx(4) firmware sends a BA notification.Stefan Sperling
2021-09-23Add support for Tx aggregation to the iwx(4) driver.Stefan Sperling
2021-09-22Add a workaround for machines where the framebuffer size reported by theMark Kettenis
2021-09-20wire up bpf correctlyJonathan Matthew
2021-09-20pci_mapreg_map() will assign an address to the BAR if it doesn't have oneJonathan Matthew
2021-09-16drm/amdgpu/acp: Make PM domain really workJonathan Gray
2021-09-11Zero out iwx(4) Tx descriptors of frames which are done.Stefan Sperling
2021-09-11Fix a bug in iwx(4) Tx done interrupt processing.Stefan Sperling
2021-09-10Let iwx(4) resume directly in DVACT_WAKEUP instead of running the init task.Stefan Sperling
2021-09-09drm: Copy drm_wait_vblank to user before returningJonathan Gray
2021-09-09drm/amd/pm: change the workload type for some cardsJonathan Gray
2021-09-09Revert "drm/amd/pm: fix workload mismatch on vega10"Jonathan Gray
2021-09-09drm/i915: Fix syncmap memory leakJonathan Gray
2021-09-09drm/amdgpu: Cancel delayed work when GFXOFF is disabledJonathan Gray
2021-09-09Don't print references to Intel's website for downloading firmwareJoshua Stein
2021-09-08Add a missing call to iwx_ctxt_info_free_fw_img() in an error pathStefan Sperling
2021-09-08Make iwm(4) and iwx(4) raise IPL to splnet() while loading firmware.Stefan Sperling
2021-09-08Let iwm(4) and iwx(4) sleep for 1 second while loading firmware.Stefan Sperling
2021-09-05Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.Martin Pieuchot
2021-09-03Make virtio(4) less restrictive on the type of BAR it supports forPatrick Wildt
2021-09-03Make iwm(4) and iwx(4) resume code path more similar to the attach code path.Stefan Sperling
2021-09-03Ensure that iwm(4) and iwx(4) will reload firmware from disk on down/up,Stefan Sperling
2021-09-02Initialize the uvm object when we actually need it such that we canMark Kettenis
2021-09-02Fix our iwx(4) xtal latency values to match the values used by Linux iwlwifi.Stefan Sperling
2021-09-02The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000Kevin Lo
2021-09-02aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adaptersMike Larkin
2021-08-31Implement suspend/resume for bwfm(4) with PCIe backend. We try to send thePatrick Wildt
2021-08-31Properly deallocate some more structures upon detach, and make sure we'rePatrick Wildt
2021-08-31Initialize some struct variables to make sure that upon reinit, caused byPatrick Wildt
2021-08-31Initialize ring read/write pointers to make sure that upon reinit, causedPatrick Wildt
2021-08-31Fix use of wrong pointer argument when freeing firmware paging info in iwx(4).Stefan Sperling
2021-08-31remove empty forward structs fro bge_ring_data as found with ctfconv.Jasper Lievisse Adriaanse
2021-08-29iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routinesGreg Steuck
2021-08-28Remove bogus code that tries to unmap GTT pages in a codepath that clearlyMark Kettenis
2021-08-27drm/amd/display: workaround for hard hang on HPD on native DPJonathan Gray
2021-08-27drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1XJonathan Gray
2021-08-27drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Jonathan Gray
2021-08-26There are some races in the hardware which thus require a few more triesKevin Lo
2021-08-23Fix the initial length check in iwx_fill_probe_req() to match iwm(4).Stefan Sperling
2021-08-20In the attach routine, the hardware bug workaround is only for legacy PCIKevin Lo
2021-08-20Revert previous; Turns out the start_hw() functions don't alwaysStefan Sperling
2021-08-19Run more device init code when resuming iwm(4) and iwx(4) devices.Stefan Sperling
2021-08-19Hide detailed firmware error reports from iwn/iwm/iwx by default.Stefan Sperling
2021-08-18drm/i915: Only access SFC_DONE when media domain is not fused offJonathan Gray
2021-08-18drm/amdgpu: don't enable baco on boco platforms in runpmJonathan Gray
2021-08-18drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_workJonathan Gray
2021-08-18drm/amd/display: Remove invalid assert for ODM + MPC caseJonathan Gray
2021-08-16Remove obsolete pre-release support code about two early versions of 8260.Kevin Lo
2021-08-16Remove redundant SIOCSIFMTU ioctl handler already handlded by ether_ioctl().Kevin Lo
2021-08-14call task_del() from destroy_work_on_stack()Jonathan Gray