summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2021-09-27drm/amd/display: Update number of DCN3 clock statesJonathan Gray
2021-09-27drm/amdgpu: Fix BUG_ON assertJonathan Gray
2021-09-27drm/dp_mst: Fix return code on sideband message failureJonathan Gray
2021-09-27drm/amdkfd: Account for SH/SE count when setting up cu masks.Jonathan Gray
2021-09-27drm/display: fix possible null-pointer dereference in dcn10_set_clock()Jonathan Gray
2021-09-27gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access...Jonathan Gray
2021-09-27drm/amd/display: fix incorrect CM/TF programming sequence in dwbJonathan Gray
2021-09-27drm/amd/display: fix missing writeback disablement if plane is removedJonathan Gray
2021-09-27drm/amd/amdgpu: Update debugfs link_settings output link_rate field in hexJonathan Gray
2021-09-27drm/amdgpu: Fix a printing messageJonathan Gray
2021-09-27drm/amd/display: Fix timer_per_pixel unit errorJonathan Gray
2021-09-27drm: protect drm_master pointers in drm_lease.cJonathan Gray
2021-09-27drm: serialize drm_file.master with a new spinlockJonathan Gray
2021-09-27drm: avoid blocking in drm_clients_info's rcu sectionJonathan Gray
2021-09-27drm/amdgpu: Fix amdgpu_ras_eeprom_init()Jonathan Gray
2021-09-24Reset the Tx timer when iwm(4) firmware sends a BA notification.Stefan Sperling
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