summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2022-07-22drm/i915/selftests: fix a couple IS_ERR() vs NULL testsJonathan Gray
2022-07-22drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Jonathan Gray
2022-07-22drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Jonathan Gray
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-13drm/i915: Fix a race between vma / object destruction and unbindingJonathan Gray
2022-07-13drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsJonathan Gray
2022-07-13drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceJonathan Gray
2022-07-13drm/amd/vcn: fix an error msg on vcn 3.0Jonathan Gray
2022-07-13drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwJonathan Gray
2022-07-13drm/amd/display: Set min dcfclk if pipe count is 0Jonathan Gray
2022-07-13drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Jonathan Gray
2022-07-13drm/i915/gt: Register the migrate contexts with their enginesJonathan Gray
2022-07-13drm/i915: Disable bonding on gen12+ platformsJonathan Gray
2022-07-11remove duplicate 'if (err)' line in iwm_auth()Stefan Sperling
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-07-07drm/fourcc: fix integer type usage in uapi headerJonathan Gray
2022-07-07drm/i915/gem: add missing elseJonathan Gray
2022-07-07drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesJonathan Gray
2022-07-07Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Jonathan Gray
2022-07-07remove a DPRINTF() from iwm(4) which no longer makes any senseStefan Sperling
2022-07-05workaround link training problems on s3 resume with alder lakeJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-29drm/i915: Implement w/a 22010492432 for adl-sJonathan Gray
2022-06-29correct vararg use in kasprintf/kvasprintfJonathan Gray
2022-06-28syncTheo de Raadt
2022-06-28a start at qualcomm productsTheo de Raadt
2022-06-27Introduce Large Receive Offloading of TCP segment offloading for ix(4). It isJan Klemkow
2022-06-27Do not run receive and transmit interrupt handlers when the bnxt(4)Alexander Bluhm
2022-06-26Break out of the switch statement rather than returning early on ioctlJonathan Matthew
2022-06-26drm/amd/display: Don't reinitialize DMCUB on s0ix resumeJonathan Gray
2022-06-23ungate DMA clock on >= tgp to avoid packet loss on Alder LakeJonathan Gray
2022-06-23add tgp and adp mac types and change from reusing cnpJonathan Gray
2022-06-22drm/amd/display: Cap OLED brightness per max frame-average luminanceJonathan Gray
2022-06-22drm/i915/reset: Fix error_state_read ptr + offset useJonathan Gray
2022-06-22drm/amdkfd: add pinned BOs to kfd_bo_listJonathan Gray
2022-06-22drm/amdkfd: Use mmget_not_zero in MMU notifierJonathan Gray
2022-06-22drm/amd/display: Read Golden Settings Table from VBIOSJonathan Gray
2022-06-22Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping"Jonathan Gray
2022-06-21drm/i915/adl_p: Add ddc pin mappingJonathan Gray
2022-06-21drm/i915/adlp: Implement workaround 16013190616Jonathan Gray
2022-06-21syncJonathan Gray
2022-06-21drm/i915/adlp: Remove require_force_probe protectionJonathan Gray
2022-06-21drm/i915/adl_s: Remove require_force_probe protectionJonathan Gray
2022-06-21unstub intel_guc_submission.cJonathan Gray
2022-06-21add Intel 600 Series LPJonathan Gray
2022-06-21regenJonathan Gray
2022-06-21add some Intel ADL-P and 600 Series LP idsJonathan Gray
2022-06-20Remove unused struct fileops field fo_poll and callbacks.Visa Hankala
2022-06-19Revert previous iwn(4) commit. Later testing done by Christian SchulteStefan Sperling
2022-06-17Only probe device 0 on PCI busses corresponding to a PCIe root port or aMark Kettenis