summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-01-30fix qwx_core_pdev_create() to not drop into its error path on successStefan Sperling
2024-01-29handle qwx(4) association state transitions from ASSOC to RUNStefan Sperling
2024-01-29Because of the way the Linux code behind apldrm(4) is structured it mayMark Kettenis
2024-01-29drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTLJonathan Gray
2024-01-29drm/amdkfd: fixes for HMM mem allocationJonathan Gray
2024-01-29Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Jonathan Gray
2024-01-29drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Jonathan Gray
2024-01-29drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initJonathan Gray
2024-01-29drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Jonathan Gray
2024-01-29drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Jonathan Gray
2024-01-29drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_tableJonathan Gray
2024-01-29gpu/drm/radeon: fix two memleaks in radeon_vm_initJonathan Gray
2024-01-29drivers/amd/pm: fix a use-after-free in kv_parse_power_tableJonathan Gray
2024-01-29drm/amd/pm: fix a double-free in si_dpm_initJonathan Gray
2024-01-29drm/amdgpu/debugfs: fix error code when smc register accessors are NULLJonathan Gray
2024-01-29drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableJonathan Gray
2024-01-29drm/radeon/dpm: fix a memleak in sumo_parse_power_tableJonathan Gray
2024-01-29drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Jonathan Gray
2024-01-29drm/drv: propagate errors from drm_modeset_register_all()Jonathan Gray
2024-01-29drm/radeon: check return value of radeon_ring_lock()Jonathan Gray
2024-01-29drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Jonathan Gray
2024-01-29drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Jonathan Gray
2024-01-29drm/bridge: Fix typo in post_disable() descriptionJonathan Gray
2024-01-29drm/dp_mst: Fix fractional DSC bpp handlingJonathan Gray
2024-01-28add support for sending management frames to qwx(4)Stefan Sperling
2024-01-28Back out the TSO support diff, since we got issues reported for whichMarcus Glocker
2024-01-28match on Intel C3000Jonathan Gray
2024-01-27Add support for newer SoCs that store the data as number of days since theMark Kettenis
2024-01-26Initial clock support for Allwinner D1.Mark Kettenis
2024-01-26Add support for the Allwinner D1 USB PHY.Mark Kettenis
2024-01-26Add Allwinner D1 support.Mark Kettenis
2024-01-26remove stub printf from amdgpu_acpi_enumerate_xcc()Jonathan Gray
2024-01-25Make qwx(4) avoid sub-directories in firmware paths.Stefan Sperling
2024-01-25implement qwx_auth() which moves the device from SCAN into AUTH stateStefan Sperling
2024-01-25Process scan results in qwx(4) now that we are longer crashing the kernel.Stefan Sperling
2024-01-25Disable monitor status ring support in qwx(4).Stefan Sperling
2024-01-25Port over some ath11k code to handle the qwx(4) monitor status ring.Stefan Sperling
2024-01-25Use multi-vector MSI interrupts in qwx(4).Stefan Sperling
2024-01-25call amdgpu_driver_load_kms() instead of doing the equivalentJonathan Gray
2024-01-25move pwr_state init out of ifdefJonathan Gray
2024-01-23drm: apple: Fix/remove log messagesMark Kettenis
2024-01-23drm: apple: backlight: force backlight update after resumeMark Kettenis
2024-01-23drm/apple: spelling fixesMark Kettenis
2024-01-23drm: apple: use strscpy() in place of strlcpy()Mark Kettenis
2024-01-23drm: apple: mark local functions staticMark Kettenis
2024-01-23Pick up some fixup commits that add #include <linux/bitfield.h> fromMark Kettenis
2024-01-23explicitly disable Energy-Efficient Ethernet (EEE) on Marvell E151xUwe Stuehler
2024-01-23Change default duplex setting and simplify the setup of srrctl.BSIZEPKT.Kevin Lo
2024-01-23move more defines out of kernel.hJonathan Gray
2024-01-23move CONCATENATE() to args.h to match linuxJonathan Gray