summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-12-14drm/i915: Skip some timing checks on BXT/GLK DSI transcodersJonathan Gray
2023-12-14drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvoJonathan Gray
2023-12-14drm/i915/lvds: Use REG_BIT() & co.Jonathan Gray
2023-12-14drm/i915/display: Drop check for doublescan mode in modevalidJonathan Gray
2023-12-14drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Jonathan Gray
2023-12-14drm/amdgpu: Add I2C EEPROM support on smu v13_0_6Jonathan Gray
2023-12-14drm/amdgpu: simplify amdgpu_ras_eeprom.cJonathan Gray
2023-12-14drm/amdgpu: Return from switch early for EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Remove second moot switch to set EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Add support for RAS table at 0x40000Jonathan Gray
2023-12-14drm/amdgpu: Decouple RAS EEPROM addresses from chipsJonathan Gray
2023-12-14drm/amdgpu: Remove redundant I2C EEPROM addressJonathan Gray
2023-12-14drm/amdgpu: Add EEPROM I2C address support for ip discoveryJonathan Gray
2023-12-14drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Jonathan Gray
2023-12-14drm/amdgpu: correct the amdgpu runtime dereference usage countJonathan Gray
2023-12-14drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cJonathan Gray
2023-12-14drm/amdgpu: fix memory overflow in the IB testJonathan Gray
2023-12-14drm/amdgpu: correct chunk_ptr to a pointer to chunk.Jonathan Gray
2023-12-11Fix the shift of status bits 2:0 to 11:9 from <<8 to <<9.Kenneth R Westerback
2023-12-11vio(4): simplify mbuf parsing with ether_extract_headers()Jan Klemkow
2023-12-11drm/amd/display: Fix MPCC 1DLUT programmingJonathan Gray
2023-12-11drm/amd/display: Fix the delta clamping for shaper LUTJonathan Gray
2023-12-11drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlutJonathan Gray
2023-12-11drm/amd/display: Expand kernel doc for DCJonathan Gray
2023-12-11drm/amd/pm: fix a memleak in aldebaran_tables_initJonathan Gray
2023-12-11drm/amd/display: Guard against invalid RPTR/WPTR being setJonathan Gray
2023-12-11drm/amd/display: Restore rptr/wptr for DMCUB as workaroundJonathan Gray
2023-12-11dma-buf: fix check in dma_resv_add_fenceJonathan Gray
2023-12-11drm/amd/display: fix ABM disablementJonathan Gray
2023-12-11drm/amd/display: Update min Z8 residency time to 2100 for DCN314Jonathan Gray
2023-12-11drm/amd/display: Use DRAM speed from validation for dummy p-stateJonathan Gray
2023-12-11drm/amd/display: Remove min_dst_y_next_start check for Z8Jonathan Gray
2023-12-11drm/amd/display: Include udelay when waiting for INBOX0 ACKJonathan Gray
2023-12-11drm/amdgpu: Force order between a read and write to the same addressJonathan Gray
2023-12-11drm/amd: Enable PCIe PME from D3Jonathan Gray
2023-12-11add dma_fence_is_later_or_same() for 6.1.66 drmJonathan Gray
2023-12-10The new cinematic to get sensor information as soon as possible sometimesMiod Vallat
2023-12-10Skip interfaces already claimed by other uaudio(4) instances.Alexandre Ratchov
2023-12-09vio(4) add recv TCP/UDP checksum offloadingJan Klemkow
2023-12-08New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-07avoid bad register access in eephy_reset for Marvell Alaska 88E1512Uwe Stuehler
2023-12-05Add more devices which may attach ukbd (and thus wskbd) but should never beMiod Vallat
2023-12-05timeout_del() the timer while stopping an interface so that no timeoutKevin Lo
2023-12-05Remove "disable auto-negotiation" workaround for Marvell Alaska PHYsUwe Stuehler
2023-12-04drm/i915: do not clean GT table on error pathJonathan Gray
2023-12-04Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver.Marcus Glocker
2023-12-03match Lunar Lake, Raptor Lake and Arrow LakeJonathan Gray
2023-12-03regenJonathan Gray
2023-12-03add Intel Ethernet ids: Lunar Lake, Raptor Lake and Arrow LakeJonathan Gray
2023-12-02virtio: Fix handling of feature bits >= 32Stefan Fritsch