Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2017-05-16
    UAPI Changes:
    - Return -ENODEV instead of -ENXIO when creating cma fb w/o valid gem (Daniel)
    - Add aspect ratio and custom scaling propertis to connector state (Maarten)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Add Laurent as bridge reviewer and Andrzej as bridge maintainer (Archit)
    - Maintain new STM driver through -misc (Yannick)
    - Misc doc improvements (as is tradition) (Daniel)
    - Add driver-private objects to atomic state (Dhinakaran)
    - Deprecate preclose hook in modern drivers (use postclose) (Daniel)
    - Add hwmode to vblank struct. This fixes mode access in irq context and reduced
      a bunch of boilerplate (Daniel)
    
    Driver Changes:
    - vc4: Add out-fence support to vc4 V3D rendering (Eric)
    - stm: Add stm32f429 display hw and am-480272h3tmqw-t01h panel support (Yannick)
    - vc4: Remove 256MB cma limit from vc4 (Eric)
    - dw-hdmi: Disable audio when inactive, instead of always enabled (Romain)
    - zte: Add support for VGA to the ZTE driver (Shawn)
    - i915: Track DP MST bandwidth and check it in atomic_check (Dhinakaran)
    - vgem: Enable gem dmabuf import iface to facilitate ion testing (Laura)
    - vc4: Add support for Cygnus (new dt compat string + couple bug fixes) (Eric)
    - pl111: Add driver for pl111 CLCD display controller (Eric/Tom)
    - vgem: Subclass drm_device instead of standalone platform device (Chris)
    
    Cc: Archit Taneja <architt@codeaurora.org>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Yannick Fertre <yannick.fertre@st.com>
    Cc: Romain Perier <romain.perier@collabora.com>
    Cc: Navare, Manasi D <manasi.d.navare@intel.com>
    Cc: Shawn Guo <shawn.guo@linaro.org>
    Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
    Cc: Laura Abbott <labbott@redhat.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Tom Cooksey <tom.cooksey@arm.com>
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
  • v3.18.53
    b3eba07a · Linux 3.18.53 ·
    This is the 3.18.53 stable release
    
  • drm-intel-next-2017-05-15
    Another pile of stuff for 4.12:
    
    - OA improvements and fixes from Robert Bragg
    - fixes for the dp aux backlight driver (Puthikorn Voravootivat)
    - no RCU during shrinking (unfortunately), from Joonas
    - small atomic leftovers (better unpin, statified hw verifier), from
      Maarten
    - g4x wm fixes (Ville)
    - piles of cursor fixes/improvements (Ville)
    - g4x overlay plane support (Ville)
    - prep for new guc logging/notification (Michal Wajdeczko)
    - pile of static checker appeasement from Imre
    - implement dma_buf->kmap, good for testing (Chris)
    - fine-tune ring handling (Chris)
  • v4.10.16
    6e8e9958 · Linux 4.10.16 ·
    This is the 4.10.16 stable release
    
  • v4.11.1
    4c71e91a · Linux 4.11.1 ·
    This is the 4.11.1 stable release
    
  • v4.9.28
    58cd97ff · Linux 4.9.28 ·
    This is the 4.9.28 stable release
    
  • v4.4.68
    be90e260 · Linux 4.4.68 ·
    This is the 4.4.68 stable release
    
  • v4.12-rc1
    2ea659a9 · Linux 4.12-rc1 ·
    Linux 4.12-rc1
    
  • debian-qcom-dragonboard410c-17.04
    17.04
  • drm-fixes-for-v4.12-rc1
    amd, nouveau, one i915 and one EDID fix for v4.12-rc1
    
  • v3.12.74
    8c26eee9 · Linux 3.12.74 ·
    This is the 3.12.74 stable release
    
  • iommu-updates-v4.12
    IOMMU Updates for Linux v4.12
    
    This includes:
    
    	* Some code optimizations for the Intel VT-d driver
    
    	* Code to switch off a previously enabled Intel IOMMU
    
    	* Support for 'struct iommu_device' for OMAP, Rockchip and
    	  Mediatek IOMMUs
    
    	* Some header optimizations for IOMMU core code headers and a
    	  few fixes that became necessary in other parts of the kernel
    	  because of that
    
    	* ACPI/IORT updates and fixes
    
    	* Some Exynos IOMMU optimizations
    
    	* Code updates for the IOMMU dma-api code to bring it closer to
    	  use per-cpu iova caches
    
    	* New command-line option to set default domain type allocated
    	  by the iommu core code
    
    	* Another command line option to allow the Intel IOMMU switched
    	  off in a tboot environment
    
    	* ARM/SMMU: TLB sync optimisations for SMMUv2, Support for using
    	  an IDENTITY domain in conjunction with DMA ops, Support for
    	  SMR masking, Support for 16-bit ASIDs (was previously broken)
    
    	* Various other small fixes and improvements
    
  • v4.10.15
    b1cff0b2 · Linux 4.10.15 ·
    This is the 4.10.15 stable release
    
  • v4.9.27
    89f3b8d5 · Linux 4.9.27 ·
    This is the 4.9.27 stable release
    
  • v4.4.67
    dec1dc2a · Linux 4.4.67 ·
    This is the 4.4.67 stable release
    
  • v3.18.52
    68e50dad · Linux 3.18.52 ·
    This is the 3.18.52 stable release
    
  • drm-misc-next-fixes-2017-05-05
    Core Changes:
    - Add quirk for LGD 764 panel to default 10bpc (Mario)
    
    Cc: Mario Kleiner <mario.kleiner.de@gmail.com>
  • drm-misc-next-2017-05-05
    UAPI Changes:
    - Return -ENODEV instead of -ENXIO when creating cma fb w/o valid gem (Daniel)
    
    Core Changes:
    - Add Laurent as bridge reviewer and Andrzej as bridge maintainer (Archit)
    - Maintain new STM driver through -misc (Yannick)
    - Misc doc improvements (as is tradition) (Daniel)
    
    Driver Changes:
    - Add out-fence support to vc4 V3D rendering (Eric)
    - Add support for stm32f429 display hw and am-480272h3tmqw-t01h panel (Yannick)
    - Remove 256MB cma limit from vc4 (Eric)
    - Disable dw-hdmi audio when inactive, instead of always enabled (Romain)
    - Add support for VGA to the ZTE driver (Shawn)
    
    Cc: Archit Taneja <architt@codeaurora.org>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Yannick Fertre <yannick.fertre@st.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Romain Perier <romain.perier@collabora.com>
    Cc: Navare, Manasi D <manasi.d.navare@intel.com>
    Cc: Shawn Guo <shawn.guo@linaro.org>
  • media/v4.12-1
    media updates for v4.12-rc1
    
  • drm-coc-for-v4.12-rc1
    drm docs pointer to freedesktop code of conduct.