summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-05-20Rename hid_none to hid_all as it represents all possible hid kinds byAnton Lindqvist
2022-05-20uhid_maxrepid() is currently not able to observe all report IDs as itAnton Lindqvist
2022-05-19Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Jonathan Gray
2022-05-19Force maximum payload size to 128 bytes for AR816X/AR817x as it triggersKevin Lo
2022-05-17Use a higher match priority such that mvclock(4) wins from syscon(4).Mark Kettenis
2022-05-14Remove unused buf_dma member from struct iwx_rx_ring.Stefan Sperling
2022-05-14Remove unused buf_dma member from struct iwm_rx_ring.Stefan Sperling
2022-05-14Fix iwx_ampdu_rx_stop() for multiple Rx BA sessions.Stefan Sperling
2022-05-13Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.Stefan Sperling
2022-05-13Make iwx(4) load a0-hr-b0 firmware on AX211 devices which require it.Stefan Sperling
2022-05-13reduce diff to linuxJonathan Gray
2022-05-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetJonathan Gray
2022-05-13drm/amdgpu: don't set s3 and s0ix at the same timeJonathan Gray
2022-05-13drm/amdgpu: explicitly check for s0ix when evicting resourcesJonathan Gray
2022-05-13drm/amdgpu: unify BO evicting method in amdgpu_ttmJonathan Gray
2022-05-13drm/amdgpu: do not use passthrough mode in Xen dom0Jonathan Gray
2022-05-13drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNTJonathan Gray
2022-05-13add xen.h for 5.15.39 drmJonathan Gray
2022-05-12Fix setting of HT/VHT bits in rate flags of the iwx(4) Tx command.Stefan Sperling
2022-05-12Bump IWX_UCODE_SECT_MAX to allow all new AX210/AX211 fw images to be parsedStefan Sperling
2022-05-12Add missing AX210/AX211 devices to the device ID matching table.Stefan Sperling
2022-05-11Use hardware routine for PHY reset and always accept the PHY that's present.Kevin Lo
2022-05-10Fix reading of the MAC address on AX210 devices.Stefan Sperling
2022-05-10Make run(4) attach to RT5372 devices.Stefan Sperling
2022-05-10regenStefan Sperling
2022-05-10add USB device ID of RT5372 for run(4); patch by molotov31337 on tech@Stefan Sperling
2022-05-10spellingJonathan Gray
2022-05-09Add support for AX210/AX211 devices to iwx(4).Stefan Sperling
2022-05-09regenStefan Sperling
2022-05-09add another iwx(4) product ID (presumably AX211, marketing name differs)Stefan Sperling
2022-05-09drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesJonathan Gray
2022-05-09drm/i915: Check EDID for HDR static metadata when choosing blcJonathan Gray
2022-05-09drm/amd/display: Fix memory leak in dcn21_clock_source_createJonathan Gray
2022-05-09drm/amdkfd: Fix GWS queue countJonathan Gray
2022-05-05regenFrederic Cambus
2022-05-05Add ID for the AMD Sensor Fusion Hub found on my Ryzen-based ZBOX CA621.Frederic Cambus
2022-05-04regenJonathan Gray
2022-05-04update Intel ADL-S graphics ids, add ADL-N RPL-S RPL-PJonathan Gray
2022-05-04drm/i915/adl-n: Enable ADL-N platformJonathan Gray
2022-05-04drm/i915/rpl-s: Add PCI IDS for Raptor Lake SJonathan Gray
2022-05-04drm/i915/dg1: Add new PCI idJonathan Gray
2022-05-04drm/i915/adl_s: Update ADL-S PCI IDsJonathan Gray
2022-05-02Disable DMA as part of the hardware reset, preventing the device fromAnton Lindqvist
2022-05-02Use the given queue id argument which happen to already be equal toAnton Lindqvist
2022-05-01Check for the correct length field when checking the control transfer dataMarcus Glocker
2022-04-28drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps...Jonathan Gray
2022-04-25Reimplement the page allocation code using bus_dma(9) APIs to make sureMark Kettenis
2022-04-25Extend ksmn(4) driver to also show CCD tempratures if available.Claudio Jeker
2022-04-24Increase rx buffer size to 62kB (same as linux). It turns out the deviceJonathan Matthew
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling