summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2022-07-18drm: Fix asynchronous attach logic for drm framebuffer devices.riastradh
2022-07-17drm: Fix missing barrier definitions on arm.riastradh
2022-07-17drm: Comment *mb() vs smp_*mb() and omit default for *mb().riastradh
2022-07-17linux/ww_mutex: Make wwm_debug member unconditional.riastradh
2022-07-17vmwgfx: Depend on drmkms_ttm module.riastradh
2022-07-17radeon: Depend on drmkms_ttm module.riastradh
2022-07-17nouveau: Depend on drmkms_ttm module.riastradh
2022-07-17amdgpu: Depend on drmkms_ttm module.riastradh
2022-07-17drm: Modularize ttm.riastradh
2022-07-17drm: Dust off module build a little.riastradh
2022-07-17drm: Ifdef out devm_* stuff rather than stub it out.riastradh
2022-07-17linux: Add missing symbol namespacing for tasklet, sync_file.riastradh
2022-07-17i915: Omit needless i915_global_buddy_init declaration.riastradh
2022-07-17i915: Remove spurious local i915_perf.c override.riastradh
2022-07-17linux/compiler.h: Add missing barriers in READ_ONCE, WRITE_ONCE.riastradh
2022-07-15include the return value of rv770_restrict_performance_levels_before_switch()mrg
2022-07-11i915: Defer destroying waitqueue until after callback is removed.riastradh
2022-07-10linux/hdmi: Fix size of product id.riastradh
2022-07-10linux/hdmi: Fix return value in unpack.riastradh
2022-07-09linux/hdmi: Fix hdmi_infoframe_unpack to record the unpacked header.riastradh
2022-07-09linux/hdmi: Handle audio infoframes in hdmi_infoframe_pack.riastradh
2022-07-09linux/hdmi: Convert failure branch to kassert for internal invariant.riastradh
2022-07-09linux/hdmi: Use ssize_t for all hdmi_*_infoframe_pack functions.riastradh
2022-07-09linux/hdmi: Zero entire union hdmi_infoframe on unpack.riastradh
2022-07-09linux/hdmi: Handle unpacking audio frames too. Sort by number.riastradh
2022-07-09linux/hdmi: Make some private functions static.riastradh
2022-07-09linux/hdmi: Fix missing hdmi_avi_infoframe_init namespacing.riastradh
2022-07-09linux/hdmi.h: Split out logic into .c file.riastradh
2022-07-09linux/hdmi.h: Implement hdmi_infoframe_log.riastradh
2022-07-09linux/hdmi.h: Fix spd infoframe header version.riastradh
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2022-07-02Add a missing ';'skrll
2022-07-02drm: Rewrite drm_gem_cma_helper.h from scratch.riastradh
2022-06-26drm/ttm: Fix potential leak in error branch.riastradh
2022-06-02add timeout period to timeout message.mrg
2022-05-31reorganise most of the NetBSD portion of nvkm_mem_dtor().mrg
2022-05-31nouveau(4): Fix error branches in nouveau_gem_new.riastradh
2022-05-28Let radeon DRM driver build on ports that lack ACPImanu
2022-05-27i915: Fix missing newlines in custom warning message macros.riastradh
2022-05-22i915: Fix sense of conditional for gmbus wait.riastradh
2022-05-22i915: Raise gmbus_wait timeout from 10ms to 50ms to match upstream.riastradh
2022-05-22i915: Fix bug in gmbus_wait: test status passed, not GMBUS_ACTIVE.riastradh
2022-05-22linux: Repeat i2c transfer if driver fails with EAGAIN.riastradh
2022-05-22rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expectstnn
2022-05-21drm_cache.h: fix a merge errortnn
2022-05-21drm: Nix driver-specific DRM_FILE_PAGE_OFFSET defs and tests.riastradh
2022-05-07remove conditional code that defines members of natstat_t.mrg
2022-04-09ena: Convert not-right membar_enter/exit to membar_acquire/release.riastradh
2022-04-09drm: Convert membar_enter/exit stragglers to membar_acquire/release.riastradh
2022-04-09linux/ratelimit: Convert to membar_acquire and atomic_store_release.riastradh