summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-01-13drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Jonathan Gray
2023-01-13add acpi_video_report_nolcd() for 6.1.5 drmJonathan Gray
2023-01-12Disable double width and height escape sequences under SMALL_KERNEL.Nicholas Marriott
2023-01-12free(NULL) has been allowed in the kernel since 5.4; remove checks.Miod Vallat
2023-01-12Add CBT (cursor back tab) sequence, from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-12Add aixterm bright colour sequences (SGR 90-97 and 100-107). FromNicholas Marriott
2023-01-12Add some missing cursor movement and scrolling escape sequences that areNicholas Marriott
2023-01-12Compiling kernel with witness option failed since drm update. DoAlexander Bluhm
2023-01-11Remove rasops_isgray, this is no longer used. From Crystal KolipeNicholas Marriott
2023-01-10Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup...Tobias Heider
2023-01-10rhe -> the from Crystal KolipeTheo Buehler
2023-01-09DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe.Nicholas Marriott
2023-01-09Correct length of replies to primary and secondary DAs so as not to sendNicholas Marriott
2023-01-09drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsJonathan Gray
2023-01-09drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Jonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingJonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mappingJonathan Gray
2023-01-09drm/i915/migrate: Account for the reserved_spaceJonathan Gray
2023-01-09drm/i915: improve the catch-all evict to handle lock contentionJonathan Gray
2023-01-09drm/amdgpu: make display pinning more flexible (v2)Jonathan Gray
2023-01-09drm/amdgpu: handle polaris10/11 overlap asics (v2)Jonathan Gray
2023-01-09drm/amd/display: Add DCN314 display SG SupportJonathan Gray
2023-01-09drm/i915/ttm: consider CCS for backup objectsJonathan Gray
2023-01-09drm/i915/dsi: fix VBT send packet port selection for dual link DSIJonathan Gray
2023-01-09drm/connector: send hotplug uevent on connector cleanupJonathan Gray
2023-01-09drm/amdgpu: fix mmhub register base coding errorJonathan Gray
2023-01-09drm/amd/pm: correct SMU13.0.0 pstate profiling clock settingsJonathan Gray
2023-01-09drm/amd/pm: update SMU13.0.0 reported maximum shader clockJonathan Gray
2023-01-09drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Jonathan Gray
2023-01-09drm/amdgpu: skip MES for S0ix as well since it's part of GFXJonathan Gray
2023-01-08Rename argument funcidx_swid to func_idx as it does not include any software id.Anton Lindqvist
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2023-01-04Implement strscpy() and implement strscpy_pad() on top of that. Fixes theMark Kettenis
2023-01-04Christos Zoulas removed his name from advertising clauses and copyrightsJonathan Gray
2023-01-04remove unused version of ncr53cxxx.cJonathan Gray
2023-01-04Michael L. Hitch agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Ichiro FUKUHARA agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-03Poll battery sensors less frequently.Anton Lindqvist
2023-01-03The software id in the request must be copied as is to the response by theAnton Lindqvist
2023-01-03Group more request and response constants.Anton Lindqvist
2023-01-03Disable display backlight on Apple Silicon laptops when suspending.Tobias Heider
2023-01-01Clear status bits when we receive a host system error. Otherwise theMark Kettenis
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-12-30Do not send (normal) packets before we reach the run state. Logic copiedMark Kettenis
2022-12-30Add chip name for new revision of the BCM4378.Mark Kettenis
2022-12-30Support FTDI FT232R. The upper 2 bits encode the fractional component of theKevin Lo
2022-12-28Change space character to TAB.ASOU Masato
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
2022-12-26Add close vmt.ASOU Masato
2022-12-24Hook up xhci(4)'s activate function to the FDT attachment driver. ThisPatrick Wildt