summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-05-06drm: add drm_gem_object_is_shared_for_memory_stats() helperJonathan Gray
2024-05-06add NR_PAGE_ORDERS for 6.6.30 drmJonathan Gray
2024-05-04Add TSO capabilites.Moritz Buhl
2024-05-04amd64 is guaranteed to have PAT and CLFLUSH; stop testing cpu flagsPhilip Guenther
2024-05-03Make qwx(4) call into ifmedia more like iwx(4) does it.Stefan Sperling
2024-05-03Add support for Rx checksum offloading to dwqe(4).Stefan Sperling
2024-05-01Refactor receive offloading code in ix(4)Jan Klemkow
2024-04-29drm/amdgpu: remove invalid resource->start check v2Jonathan Gray
2024-04-29drm/amdkfd: Fix memory leak in create_process failureJonathan Gray
2024-04-29drm/amdgpu: validate the parameters of bo mapping operations more clearlyJonathan Gray
2024-04-29drm/radeon: make -fstrict-flex-arrays=3 happyJonathan Gray
2024-04-29drm/i915/mst: Limit MST+DSC to TGL+Jonathan Gray
2024-04-29drm/i915/vma: Fix UAF on destroy against retire raceJonathan Gray
2024-04-29drm/amd/display: Do not recursively call manual trigger programmingJonathan Gray
2024-04-29drm/i915: Disable live M/N updates when using bigjoinerJonathan Gray
2024-04-29drm/i915: Adjust seamless_m_n flag behaviourJonathan Gray
2024-04-29drm/i915: Enable VRR later during fastsetsJonathan Gray
2024-04-29drm/i915: Extract intel_crtc_vblank_evade_scanlines()Jonathan Gray
2024-04-29drm/i915: Change intel_pipe_update_{start,end}() calling conventionJonathan Gray
2024-04-29drm/i915/cdclk: Fix voltage_level programming edge caseJonathan Gray
2024-04-29drm/i915/mst: Reject FEC+MST on ICLJonathan Gray
2024-04-29drm/i915: Fix FEC pipe A vs. DDI A mixupJonathan Gray
2024-04-29add check_add_overflow() for 6.6.29 drmJonathan Gray
2024-04-29remove unused global varsJonathan Gray
2024-04-25Adjust macro definitions for dwqe(4) Rx descriptors.Stefan Sperling
2024-04-25Mask off MAC management counter interrupts. The driver doesn't know howJonathan Matthew
2024-04-24Use static inline for cd1400_write_ccr() because clang 16 has issues with it.Claudio Jeker
2024-04-23use 1U << 31 to avoid undefined behaviourJonathan Gray
2024-04-23simplify bit shift; avoids shifting into int sign bitJonathan Gray
2024-04-20regenJonathan Gray
2024-04-20add Ryzen 8040 "Hawk Point" idsJonathan Gray
2024-04-19As of the documentation, the UTP Command Descriptor Base Address (UCDBA)Marcus Glocker
2024-04-18drm/amd/display: fix disable otg wa logic in DCN316Jonathan Gray
2024-04-18drm/amd/display: Set VSC SDP Colorimetry same way for MST and SSTJonathan Gray
2024-04-18drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4Jonathan Gray
2024-04-18drm/amdgpu: fix incorrect number of active RBs for gfx11Jonathan Gray
2024-04-18drm/amdgpu: always force full reset for SOC21Jonathan Gray
2024-04-18drm/amdgpu: Reset dGPU if suspend got abortedJonathan Gray
2024-04-18drm/i915: Disable port sync when bigjoiner is usedJonathan Gray
2024-04-18drm/i915/cdclk: Fix CDCLK programming order when pipes are activeJonathan Gray
2024-04-18drm/client: Fully protect modes[] with dev->mode_config.mutexJonathan Gray
2024-04-18drm/amdkfd: Reset GPU on queue preemption failureJonathan Gray
2024-04-18drm/i915/vrr: Disable VRR when using bigjoinerJonathan Gray
2024-04-18drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Jonathan Gray
2024-04-16Update Spleen kernel fonts to version 2.1.0, bringing the followingFrederic Cambus
2024-04-15Don't wait forever in nvme_poll(). Respect the timeout provided by a scsi_xfer.Kenneth R Westerback
2024-04-15Don't hang in nvme_poll() if the nvme controller has disconnected from the pcieKenneth R Westerback
2024-04-15drm: Check polling initialized before enabling in drm_helper_probe_single_con...Jonathan Gray
2024-04-15drm: Check output polling initialized before disablingJonathan Gray
2024-04-15drm/amd/display: Fix nanosec stat overflowJonathan Gray