Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-2017-08-18
    Final pile of features for 4.14
    
    - New ioctl to change NOA configurations, plus prep (Lionel)
    - CCS (color compression) scanout support, based on the fancy new
      modifier additions (Ville&Ben)
    - Document i915 register macro style (Jani)
    - Many more gen10/cnl patches (Rodrigo, Pualo, ...)
    - More gpu reset vs. modeset duct-tape to restore the old way.
    - prep work for cnl: hpd_pin reorg (Rodrigo), support for more power
      wells (Imre), i2c pin reorg (Anusha)
    - drm_syncobj support (Jason Ekstrand)
    - forcewake vs gpu reset fix (Chris)
    - execbuf speedup for the no-relocs fastpath, anv/vk low-overhead ftw (Chris)
    - switch to idr/radixtree instead of the resizing ht for execbuf id->vma
      lookups (Chris)
    
    gvt:
    - MMIO save/restore optimization (Changbin)
    - Split workload scan vs. dispatch for more parallel exec (Ping)
    - vGPU full 48bit ppgtt support (Joonas, Tina)
    - vGPU hw id expose for perf (Zhenyu)
    
    Bunch of work all over to make the igt CI runs more complete/stable.
    Watch https://intel-gfx-ci.01.org/tree/drm-tip/shards-all.html for
    progress in getting this ready. Next week we're going into production
    mode (i.e. will send results to intel-gfx) on hsw, more platforms to
    come.
    
    Also, a new maintainer tram, I'm stepping out. Huge thanks to Jani for
    being an awesome co-maintainer the past few years, and all the best
    for Jani, Joonas&Rodrigo as the new maintainers!
  • sunxi-drm-for-4.14
    Allwinner DRM changes for 4.14
    
    A few changes, but most notably improving the HDMI support merged in 4.13,
    by reporting the DDC adapter as an i2c bus, and by adding CEC support
    through the CEC framework.
    
  • sunxi-drm-fixes-for-4.13
    Allwinner DRM fixes for 4.13
    
    A single commit to restore the framebuffer console when there's no DRM
    users left.
    
  • drm-misc-next-2017-08-18
    Cross-subsystem Changes:
    - Add tinydrm to MAINTAINERS using -misc tree and Noralf as maintainer (Noralf)
    
    Core Changes:
    - Finish dumb_mmap_offset cleanup by removing gem_cma_dumb_map_offset() (Noralf)
    - Add gem_framebuffer helper to facilitate removal of fb_cma cargo cult (Noralf)
    
    Driver Changes:
    - Various trivial patches
    
    Cc: Noralf Trønnes <noralf@tronnes.org>
  • drm-misc-fixes-2017-08-18
    Core Changes:
    - Fix framebuffer leak in setplane error condition (Nikil)
    - Prevent BUG in atomic_ioctl by properly resetting state on EDEADLK (Maarten)
    - Add missing return in atomic_check_only if atomic_check fails (Maarten)
    
    Driver Changes:
    - rockchip: Don't try to suspend if device not initialized (Jeffy)
    
    Cc: Jeffy Chen <jeffy.chen@rock-chips.com>
    Cc: Nikhil Mahale <nmahale@nvidia.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
  • sunxi-fixes-for-4.13-2
    Allwinner fixes for 4.13, round 2
    
    Three fixes adding a missing alias for the Ethernet controller on A64
    boards. One adding a missing interrupt for the pin controller.
    
  • drm-fixes-for-v4.13-rc6
    amd and i915 fixes.
    
  • v4.12.8
    a0fb6543 · Linux 4.12.8 ·
    This is the 4.12.8 stable release
    
  • v4.9.44
    a97a16f1 · Linux 4.9.44 ·
    This is the 4.9.44 stable release
    
  • v4.4.83
    425fdd28 · Linux 4.4.83 ·
    This is the 4.4.83 stable release
    
  • v3.18.66
    a82d5fd0 · Linux 3.18.66 ·
    This is the 3.18.66 stable release
    
  • drm-misc-next-2017-08-16
    UAPI Changes:
    - vc4: Allow userspace to dictate rendering order in submit_cl ioctl (Eric)
    
    Cross-subsystem Changes:
    - vboxvideo: One of Cihangir's patches applies to vboxvideo which is maintained
    	     in staging
    
    Core Changes:
    - atomic_legacy_backoff is officially killed (Daniel)
    - Extract drm_device.h (Daniel)
    - Unregister drm device on unplug (Daniel)
    - Rename deprecated drm_*_(un)?reference functions to drm_*_{get|put} (Cihangir)
    
    Driver Changes:
    - vc4: Error/destroy path cleanups, log level demotion, edid leak (Eric)
    - various: Make various drm_*_funcs structs const (Bhumika)
    - tinydrm: add support for LEGO MINDSTORMS EV3 LCD (David)
    - various: Second half of .dumb_{map_offset|destroy} defaults set (Noralf)
    
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Bhumika Goyal <bhumirks@gmail.com>
    Cc: Cihangir Akturk <cakturk@gmail.com>
    Cc: David Lechner <david@lechnology.com>
    Cc: Noralf Trønnes <noralf@tronnes.org>
  • drm-intel-fixes-2017-08-16
    drm/i915 fixes for v4.13-rc6
  • wireless-drivers-for-davem-2017-08-15
    wireless-drivers fixes for 4.13
    
    This time quite a few fixes for iwlwifi and one major regression fix
    for brcmfmac. For the iwlwifi aggregation bug a small change was
    needed for mac80211, but as Johannes is still away the mac80211 patch
    is taken via wireless-drivers tree.
    
    brcmfmac
    
    * fix firmware crash (a recent regression in bcm4343{0,1,8}
    
    iwlwifi
    
    * Some simple PCI HW ID fix-ups and additions for family 9000
    
    * Remove a bogus warning message with new FWs (bug #196915)
    
    * Don't allow illegal channel options to be used (bug #195299)
    
    * A fix for checksum offload in family 9000
    
    * A fix serious throughput degradation in 11ac with multiple streams
    
    * An old bug in SMPS where the firmware was not aware of SMPS changes
    
    * Fix a memory leak in the SAR code
    
    * Fix a stuck queue case in AP mode;
    
    * Convert a WARN to a simple debug in a legitimate race case (from
      which we can recover)
    
    * Fix a severe throughput aggregation on 9000-family devices due to
      aggregation issues, needed a small change in mac80211
    
  • v4.13-rc5
    ef954844 · Linux 4.13-rc5 ·
    Linux 4.13-rc5
    
  • v4.12.7
    1ea1c41d · Linux 4.12.7 ·
    This is the 4.12.7 stable release
    
  • v4.9.43
    6da35f43 · Linux 4.9.43 ·
    This is the 4.9.43 stable release
    
  • v4.4.82
    4e2e415f · Linux 4.4.82 ·
    This is the 4.4.82 stable release
    
  • v3.18.65
    945f1d35 · Linux 3.18.65 ·
    This is the 3.18.65 stable release
    
  • v3.18.64
    e831353e · Linux 3.18.64 ·
    This is the 3.18.64 stable release