summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2022-02-24drm/amd: Only run s3 or s0ix if system is configured properlyJonathan Gray
2022-02-24drm/amd: add support to check whether the system is set to s3Jonathan Gray
2022-02-24drm/amd: Warn users about potential s0ix problemsJonathan Gray
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-21dmammem -> dmamemJonathan Gray
2022-02-21entried -> entriesJonathan Gray
2022-02-21ignorint -> ignoringJonathan Gray
2022-02-21splitted -> split, necesssary -> necessaryJonathan Gray
2022-02-21receice -> receiveJonathan Gray
2022-02-18Extra whitespace removal. No code change.Mike Larkin
2022-02-17drm/amd/pm: fix hwmon node of power1_label create issueJonathan Gray
2022-02-17drm/i915: Populate pipe dbuf slices more accurately during readoutJonathan Gray
2022-02-17drm/i915: Allow !join_mbus cases for adlp+ dbuf configurationJonathan Gray
2022-02-17drm/amdgpu/display: change pipe policy for DCN 2.0Jonathan Gray
2022-02-17drm/amd/display: Correct MPC split policy for DCN301Jonathan Gray
2022-02-17drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayerJonathan Gray
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15consistently use __linux__Jonathan Gray
2022-02-14reprint device name in attach error paths if neededJonathan Gray
2022-02-14check return value of drm_attach_pci()Jonathan Gray
2022-02-14remove unused codeJonathan Gray
2022-02-14no need for ifndef __sparc64__Jonathan Gray
2022-02-14change a NULL pa_memex test after use to an earlier KASSERTJonathan Gray
2022-02-10Enable receive checksum offloading on ixl(4) network interfaces.Alexander Bluhm
2022-02-10bring back a local change to use DC_FP_START()/DC_FP_END() inJonathan Gray
2022-02-09enable hw vlan tag handling in the rx path too.David Gwynne
2022-02-09drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledJonathan Gray
2022-02-09drm/i915/overlay: Prevent divide by zero bugs in scalingJonathan Gray
2022-02-09drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...Jonathan Gray
2022-02-09drm/amd/display: watermark latencies is not enough on DCN31Jonathan Gray
2022-02-09drm/amd/pm: correct the MGpuFanBoost support for Beige GobyJonathan Gray
2022-02-09drm/i915/adlp: Fix TypeC PHY-ready status readoutJonathan Gray
2022-02-09drm/i915: Disable DSB usage for nowJonathan Gray
2022-02-09enable hardware vlan tagging.David Gwynne
2022-02-08Fix a KASSERT in iwm(4) being triggered for the wrong reason.Stefan Sperling
2022-02-08bring back IPv4, TCP4/6 and UDP4/6 checksum offloading.David Gwynne
2022-02-08rework checksum/vlan offloading, and enable it for ipv6 too.David Gwynne
2022-02-07Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-03store root bridge data in softc before calling intel_init_stolen_res()Jonathan Gray
2022-02-03inteldrm now requires ttmJonathan Gray
2022-02-02unifdef __OpenBSD__Jonathan Gray
2022-02-02unifdef __NetBSD_Version__Jonathan Gray
2022-02-02drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.Jonathan Gray
2022-02-02drm/atomic: Add the crtc to affected crtc only if uapi.enable = trueJonathan Gray
2022-02-01call intel_init_stolen_res() lost in drm 5.7 updateJonathan Gray
2022-02-01get stolen memory base and size for gen 12Jonathan Gray
2022-02-01use unsigned long for length argument of linux copyin/copyout equivalentsJonathan Gray
2022-01-31enable the movntdqa version of drm_memcpy_from_wc()Jonathan Gray
2022-01-31define CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND to reduce diff to linuxJonathan Gray
2022-01-31revert fb size workaround from amdgpu_gmc.c rev 1.3Jonathan Gray