summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-01-22drm/amdkfd: svm range always mapped flag not working on APUJonathan Gray
2024-01-22drm/crtc: Fix uninit-value bug in drm_mode_setcrtcJonathan Gray
2024-01-22drm/amdgpu: Add NULL checks for function pointersJonathan Gray
2024-01-22drm/amd/display: Add monitor patch for specific eDPJonathan Gray
2024-01-22Revert "drm/prime: Unexport helpers for fd/handle conversion"Jonathan Gray
2024-01-22drm/amdgpu: Use another offset for GC 9.4.3 remapJonathan Gray
2024-01-22drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitJonathan Gray
2024-01-22drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerJonathan Gray
2024-01-22drm/amd/display: update dcn315 lpddr pstate latencyJonathan Gray
2024-01-22drm/amdkfd: Use common function for IP version checkJonathan Gray
2024-01-22drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptJonathan Gray
2024-01-21Add support for multiple matches in the component code.Mark Kettenis
2024-01-19Implement Multiple Message MSI support on amd64. This is experimental codeMark Kettenis
2024-01-19Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use itMark Kettenis
2024-01-19consolidate pci and cardbus detach code, and have it detach kstats.David Gwynne
2024-01-19Add TSO support. Previous commit fixed up a bug that could only beJonathan Matthew
2024-01-18reduce diff to linuxJonathan Gray
2024-01-18remove duplicate defines, merge error from local patchesJonathan Gray
2024-01-18remove duplicate steam deck block, merge error from local patchesJonathan Gray
2024-01-18Instead of skipping the call to hdcp_destroy(), use NULL for the kobjectJonathan Gray
2024-01-17unstub i915_driver_hw_remove()Jonathan Gray
2024-01-16update drm to linux 6.6.12Jonathan Gray
2024-01-16Fix clang warning about possible unaligned access on arm64.Kevin Lo
2024-01-15The maximum number of ring slots a tx packet can use is 32, which isJonathan Matthew
2024-01-15vio(4): poll device status after issuing device reset.Dave Voutila
2024-01-13Provide a more complete implementation of the "component" APIs. Also tweakMark Kettenis
2024-01-12add license; ok kettenis@Jonathan Gray
2024-01-11fix build with VMM_DEBUG optionJan Klemkow
2024-01-11handle MHI M1->M2 state transitions in qwx(4)Stefan Sperling
2024-01-10If bringing up a queue fails, only tear down the ones that we set upJonathan Matthew
2024-01-09remove unused of_device_get_match_data() prototypeJonathan Gray
2024-01-09inline -> static inline ; fixes sparc64 buildJonathan Gray
2024-01-09remove needless commentJonathan Matthew
2024-01-09If there are still mbufs on a ring when we're freeing it,Jonathan Matthew
2024-01-09avoid unused var warning on sparc64Jonathan Gray
2024-01-08Implement RootPathString support in the LoadTable() AML function. FixesMark Kettenis
2024-01-07In ixl(4) attach, initialize mutex before using it.Alexander Bluhm
2024-01-06Zap more obsolete debug code.Marcus Glocker
2024-01-06revert component_add() changeJonathan Gray
2024-01-06Unify UFS command function arguments a bit.Marcus Glocker
2024-01-06Merge read/write UFS commands in to one single function, since they are veryMarcus Glocker
2024-01-06remove stray semicolonJonathan Gray
2024-01-06move struct file_operations to linux/fs.hJonathan Gray
2024-01-06Add more Linux compat code in preparation for the apple KMS driver.Mark Kettenis
2024-01-04Zap some '#if 0' code which was initially required for debugging.Marcus Glocker
2024-01-04Set the interrupt aggregation counter down to 1, which fixes the readMarcus Glocker
2024-01-04Fix timeout value for write command (typo).Marcus Glocker
2024-01-04Pass SCSI command directly to the UFS command descriptor instead ofMarcus Glocker
2024-01-04Add support for AX88179A. AX88179A interweave dummies alongside validKevin Lo
2024-01-04fix up barriers in bnxt_down() - use barriers for all interrupts andJonathan Matthew