summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-10-07unstub intel_guc_send_busy_loop() ct_send()Jonathan Gray
2022-10-07add msleep_interruptible()Jonathan Gray
2022-10-07unstub guc_ct_buffer_reset() h2g_has_room()Jonathan Gray
2022-10-07add CIRC_SPACE()Jonathan Gray
2022-10-07unstub guc_mmio_reg_add()Jonathan Gray
2022-10-07add bsearch() from libcJonathan Gray
2022-10-07unstub i915_gem_object_create_shmem_from_data()Jonathan Gray
2022-10-04Repair Apple-specific translation support broken by mistake in 1.88; reportedMiod Vallat
2022-10-03dapmic(4): support clean shutdown with the power buttonJeremie Courreges-Anglas
2022-10-03Reorganize the EFI code a bit. Move the efi.h header from dev/acpi toMark Kettenis
2022-10-03drm/amdgpu: don't register a dirty callback for non-atomicJonathan Gray
2022-10-03drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageJonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Jonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Jonathan Gray
2022-10-03drm/amd/display: Limit user regamma to a valid valueJonathan Gray
2022-10-03drm/amdgpu: use dirty framebuffer helperJonathan Gray
2022-10-03drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsJonathan Gray
2022-10-03drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJonathan Gray
2022-10-03drm/amdgpu: make sure to init common IP before gmcJonathan Gray
2022-10-03drm/amdgpu: Separate vf2pf work item init from virt data exchangeJonathan Gray
2022-10-03add noinline_for_stack for 5.15.71 drmJonathan Gray
2022-10-03drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaJonathan Gray
2022-10-03drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaJonathan Gray
2022-10-03drm/amdgpu: Don't enable LTR if not supportedJonathan Gray
2022-10-03define CONFIG_PCIEASPM, add ltr_path to struct pci_dev for 5.15.70 drmJonathan Gray
2022-10-03regenJonathan Gray
2022-10-03add id for Raphael, Ryzen 7000 GPU (gfx1036, GC 10.3.6?)Jonathan Gray
2022-09-26For framebuffers that don't start on a page boundary, we need to allowMark Kettenis
2022-09-26Regenerate usbdevs{.h,_data.h} for Wacom One S (CTL-472)Stefan Hagen
2022-09-26uwacom(4): Support for Wacom One S (CTL-472)Stefan Hagen
2022-09-25Give mfii(4) firmware more time to transition out of UNDEFINED state.Stefan Sperling
2022-09-20drm/amd/amdgpu: skip ucode loading if ucode_size == 0Jonathan Gray
2022-09-19Change OF_getnodebyname() such that looking up a node using just the namePatrick Wildt
2022-09-18Fix a memory leak which was introduced by the previous commit.Marcus Glocker
2022-09-18Revert previous it prevents the PinebookPro and the Rockpro64 to reach userland.Martin Pieuchot
2022-09-16move most of the key combination translation code out of ukbd(4)Robert Nagy
2022-09-16Make mfii(4) recover from firmware FAULT state on startup.Stefan Sperling
2022-09-16drm/i915: Implement WaEdpLinkRateDataReloadJonathan Gray
2022-09-16drm/amd/display: fix memory leak when using debugfs_lookup()Jonathan Gray
2022-09-16drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctlyJonathan Gray
2022-09-16drm/radeon: add a force flush to delay work when radeonJonathan Gray
2022-09-16drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Jonathan Gray
2022-09-16drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to ps...Jonathan Gray
2022-09-16drm/gem: Fix GEM handle release errorsJonathan Gray
2022-09-16mask non-chain fence sequence numbers to 32-bit for comparisonsJonathan Gray
2022-09-15Enable the keyboard on the Samsung Galaxy Book Go.Marcus Glocker
2022-09-15regenKurt Mosiejczuk
2022-09-15Add IDs for the JHL6240 Thunderbolt 3 controller found in my Thinkpad T490Kurt Mosiejczuk
2022-09-13Split out the code that collects data from acpiac(4), acpibat(4) andMark Kettenis
2022-09-12Add support for level-triggered GPIO events.Mark Kettenis