summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2022-09-09drm/i915: Skip wm/ddb readout for disabled pipesJonathan Gray
2022-09-09drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirkJonathan Gray
2022-09-09drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Jonathan Gray
2022-09-09drm/i915/display: avoid warnings when registering dual panel backlightJonathan Gray
2022-09-09add backlight_device_get_by_name() used by 5.15.66 drmJonathan Gray
2022-09-09drm/i915/backlight: extract backlight code to a separate fileJonathan Gray
2022-09-08initialise inteldrm device params from module paramsJonathan Gray
2022-09-08recognise Realtek ALC245Jonathan Gray
2022-09-08match on Intel 600 Series LP HD Audio (0x51c8)Jonathan Gray
2022-09-06Fix spacing/indent, no object changeKlemens Nanni
2022-09-05drm/amd/display: avoid doing vm_init multiple timeJonathan Gray
2022-09-05drm/amdgpu: Increase tlb flush timeout for sriovJonathan Gray
2022-09-05drm/amd/display: Fix pixel clock programmingJonathan Gray
2022-09-05drm/amd/pm: add missing ->fini_microcode interface for Sienna CichlidJonathan Gray
2022-09-05drm/amd/display: clear optc underflow before turn off odm clockJonathan Gray
2022-09-05drm/amd/display: For stereo keep "FLIP_ANY_FRAME"Jonathan Gray
2022-09-05drm/amd/display: Fix HDMI VSIF V3 incorrect issueJonathan Gray
2022-09-05drm/amd/display: Avoid MPC infinite loopJonathan Gray
2022-09-05drm/i915/gt: Skip TLB invalidations once wedgedJonathan Gray
2022-09-05drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabledJonathan Gray
2022-09-04spellingJonathan Gray
2022-09-02Fix TSO large receive offloading in ix(4).Jan Klemkow
2022-09-02syncJonathan Gray
2022-09-02drm/i915: Add new ADL-S pci idJonathan Gray
2022-09-02regenJonathan Gray
2022-09-02sync Intel ADL-S devices with Mesa gitJonathan Gray
2022-08-30remove an unused argument of ixgbe_rx_checksum()Sebastian Benoit
2022-08-29Fix integer overflows in iwm(4) and iwx(4) firmware file parsers.Stefan Sperling
2022-08-29regenMark Kettenis
2022-08-29Add Qualcomm SC8280XP PCIe.Mark Kettenis
2022-08-29static const, not const staticJonathan Gray
2022-08-28directly use ansi volatile keyword in local drm filesJonathan Gray
2022-08-25drm/amd/display: Check correct bounds for stream encoder instances for DCN303Jonathan Gray
2022-08-25drm/ttm: Fix dummy res NULL ptr deref bugJonathan Gray
2022-08-24match on Intel 400 Series LP HD Audio (0x02c8)Jonathan Gray
2022-08-21regenDaniel Dickman
2022-08-21improve some Transmeta pci device namesDaniel Dickman
2022-08-18drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.cJonathan Gray
2022-08-18drm/dp/mst: Read the extended DPCD capabilities during system resumeJonathan Gray
2022-08-18drm/bridge: Add a function to abstract away panelsJonathan Gray
2022-08-18add empty drm_of.h for 5.15.61 drm_bridge.cJonathan Gray
2022-08-18drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Jonathan Gray
2022-08-18drm/amdgpu: Remove one duplicated ef removalJonathan Gray
2022-08-18drm/amdgpu: fix check in fbdev initJonathan Gray
2022-08-18drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsJonathan Gray
2022-08-18drm/gem: Properly annotate WW context on drm_gem_lock_reservations() errorJonathan Gray
2022-08-16regenJonathan Gray
2022-08-16add id for Intel Optane SSD 9 Series (900P/905P)Jonathan Gray
2022-08-15remove tulip_mbuf_compress() unused since if_de.c 1.127Jonathan Gray
2022-08-05The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.Alexander Bluhm