summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2022-02-06vchiq(4): Fix llvm build with only one loff_t definition.martin
2022-02-02s/Incluse/Include/msaitoh
2021-12-31drm: Reduce default debug level to driver-specific messages.riastradh
2021-12-31drm: Convert noisy flush_workqueue message to dtrace probe.riastradh
2021-12-29drm: Restore hw.drm2.debug sysctl knob, previously lost in merge.riastradh
2021-12-27linux: Fix copypasto in comment.riastradh
2021-12-27i915: Fix timeout return value of i915_request_wait.riastradh
2021-12-27i915: Factor a little out of #ifdef NetBSD.riastradh
2021-12-27i915: Omit diff now that TASK_INTERRUPTIBLE is defined.riastradh
2021-12-27drm: Define TASK_INTERRUPTIBLE so we can reduce diffs a little.riastradh
2021-12-27i915: Disable message citing firmware URL.riastradh
2021-12-27linux: Define mb/wmb/rmb as mfence/sfence/lfence on i386 too.riastradh
2021-12-26i915: Unifdef cnp_enable/disable_backlight.riastradh
2021-12-26drm: Fix locking around accurate vblank counts.riastradh
2021-12-26drm: Allow ww_mutex_lock after ww_acquire_done if we already hold it.riastradh
2021-12-24drm: Fix missing newline in DRM_WARN (redux).riastradh
2021-12-24Revert "drm: Fix missing newline in DRM_WARN."riastradh
2021-12-24drm: Fix missing newline in DRM_WARN.riastradh
2021-12-24drm: Sprinkle some assertions into sg dma logic.riastradh
2021-12-24i915: Use AcpiOsMapMemory, not bus_space_map, for opregion.riastradh
2021-12-24i915: Restore uao_set_pgfl for i915 gem objects, lost in the merge.riastradh
2021-12-24amdgpu: Sprinkle __diagused.riastradh
2021-12-24i915: Fix memory leak in active node allocation under #ifdef NetBSD.riastradh
2021-12-23Initialize crtc_state to suppress false warning it may be used uninitialized.hannken
2021-12-23Cast addr to uint64_t before printing.hannken
2021-12-22Reduce code duplication: kmem_cache_create() is now exactly the same asthorpej
2021-12-22Do the last change differently:thorpej
2021-12-22drm: Omit local diff -- vmem is entirely a NetBSDism.riastradh
2021-12-21- For kmem_cache_create_dtor(), use a pre-destructor to issue thethorpej
2021-12-21files.radeon: add clang -Wno-format for radeon_uvd.ctnn
2021-12-21drm: sprinkle some -Wno-unused-function for clangtnn
2021-12-21drm_device.h: don't redefine vmem_ttnn
2021-12-21i915_scheduler.c: node_to_request: duplicate 'const' declaration specifiertnn
2021-12-21i915_gem_shmem.c: shmem_get_pages: fix uninitialize use of "noreclaim"tnn
2021-12-21i915_drm_resume_early: initialize rettnn
2021-12-21Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead ofskrll
2021-12-20drm: add missing KERNEL_LOCK around calls to config_found().chs
2021-12-20i915: Obviate need for __diagused on variables in GEM_BUG_ON.riastradh
2021-12-20i915: Mark a KASSERT-only variable __diagused.riastradh
2021-12-20drm: Apply the Intel pipe_drmhack in more places.riastradh
2021-12-20Explicitly use -I$S/external/bsd/dwc2/dist for dwc2 instead of possiblysimonb
2021-12-20drm: Simplify use of drm API for display on/off logic in drmfb.riastradh
2021-12-20drm: Fix return code interpretation in timed wait loop.riastradh
2021-12-19PR/56544: Andreas Gustafsson: Disable ACPI_LV_DEBUG_OBJECT; it is too chatty,christos
2021-12-19linux: Define need_resched as alias for preempt_needed.riastradh
2021-12-19i915: Use BUS_DMA_COHERENT where Linux uses dma_alloc_coherent.riastradh
2021-12-19nouveau: adjust the list of PCI devices to matchriastradh
2021-12-19drm: Sprinkle miscellaneous includes.riastradh
2021-12-19drm: Restore local patch for struct drm_connector::physical_address.riastradh
2021-12-19drm: Allow drm_atomic_helper_wait_for_vblanks while cold.riastradh