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>
  • 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>
  • drm-misc-next-fixes-2017-04-20
    drm-misc-next-fixes-2017-04-20
    
    Core changes:
    - Maintain sti via drm-misc (Vincent)
    - Rename dma_buf_ops->kmap_* to avoid naming collision (Logan)
    
    Driver changes:
    - Fix UHD displays on stih407 (Vincent)
    - Fix uninitialized var return in atmel-hlcdc (Dan)
  • drm-misc-next-fixes-2017-04-12
    drm-misc-next-fixes-2017-04-12
    
    Core changes:
     - Fix off-by-one bug in get_property ioctl for enums/bitmasks (Daniel)
    
    Driver changes:
     - Add mode_fixup to dw-hdmi bridge driver to ensure mode is validated (Romain)
  • drm-misc-fixes-2017-04-11
    drm-misc-fixes for 2017-04-11
    
    Core changes:
     - None
    
    Driver changes
     - udl: Fix unaligned memory access on SPARC (Jonathan)
  • drm-misc-next-2017-04-07
    Last drm-misc-next pull req for 4.12
    
    Core changes:
     - fb_helper checkpatch cleanup and simplified _add_one_connector() (Thierry)
     - drm_ioctl and drm_sysfs improved/gained documentation (Daniel)
     - [ABI] Repurpose reserved field in drm_event_vblank for crtc_id (Ander)
     - Plumb acquire ctx through legacy paths to avoid lock_all and legacy_backoff
       (Daniel)
     - Add connector_atomic_check to check conn constraints on modeset (Maarten)
     - Add drm_of_find_panel_or_bridge to remove boilerplate in drivers (Rob)
    
    Driver changes:
     - meson moved to drm-misc (Neil)
     - Added support for Amlogic GX SoCs in dw-hdmi (Neil)
     - Rockchip unbind actually cleans up the things bind initializes (Jeffy)
     - A couple misc fixes in virtio, dw-hdmi
    
    NOTE: this also includes a backmerge of drm-next as well rc5 (we needed vmwgfx
          as well as the new synopsys media formats)
  • topic/synopsys-media-formats-2017-04-03
    Media formats for synopsys HDMI  TX Controller
  • drm-misc-next-2017-03-31
    drm-misc for 4.12:
    
    Core:
    - Removed some fb subsampling dimension checks from core (Ville)
    - Some MST slot cleanup (Dhinakaran)
    - Extracted drm_debugfs.h & drm_ioctl.h from drmP.h (Daniel)
    - Added drm_atomic_helper_shutdown() to compliment suspend/resume counterparts
      (Daniel)
    - Pipe context through legacy modeset to remove legacy_backoff nasties (Daniel)
    - Cleanups around vblank as well as allowing lockless counter reads (Chris W.)
    - VGA Switcheroo added to MAINTAINERS with Lukas Wunner as reviewer (Lukas)
    
    Drivers:
    - Enhancements to rockchip driver probe (Jeffy) and dsi (Chris Z.)
    - Thunderbolt external GPU awareness added (Lukas)
  • drm-misc-fixes-2017-03-31
    Just one vc4 fix from Eric, cc: stable
  • drm-misc-fixes-2017-03-23
    One fbdev regression fix from Michel
  • drm-misc-next-2017-03-21
    drm-misc for 4.12, 2nd attempt this week:
    
    - topic branch from Jon Corbet for the new graph kerneldoc support
    - lots of graphs for kms/atomic things using the above
    - some vblank query tuning from Chris
    - gem/cma_fops macros
    - moar docs
    
    Driver stuff:
    - vc4 hdmi audio, yay (Eric)
    - dw-hdmi polish from a bunch of people
    - some rockchip dp updates that didn't make last week (Chris Zhong)
    - misc bridge&driver updates
  • drm-misc-next-2017-03-20
    More -misc for 4.12:
    
    - topic branch from Jon Corbet for the new graph kerneldoc support
    - lots of graphs for kms/atomic things using the above
    - some vblank query tuning from Chris
    - gem/cma_fops macros
    - moar docs
    - drm_platform.c remove from Laurent
    - more debugfs removal removal from Noralf
    - sink crc support + implementation in analogix_dp (Tomeu)
    - roll out new state iterator macros (Maarten)
    
    Driver stuff:
    - vc4 hdmi audio, yay (Eric)
    - dw-hdmi polish from a bunch of people
    - qxl mode conf list refactor&fixes (Gerd)
    - lvds-encoder bridge (well it's really a generic panel bridge, but I
      lost that bikeshed), from Laurent
    - misc bridge&driver updates
    
    Note: you didn't yet pull last week's pull, the above changelog only
    covers this weeks. For OCD history, please pull both :-)
  • drm-misc-next-2017-03-12
    More drm-misc stuff for 4.12:
    
    - drm_platform removal from Laurent
    - more dw-hdmi bridge driver updates (Laurent, Kieran, Neil)
    - more header cleanup and documentation
    - more drm_debugs_remove_files removal (Noralf)
    - minor qxl updates (Gerd)
    - edp crc support in helper + analogix_dp (Tomeu) for more igt
      testing!
    - old/new iterator roll-out (Maarten)
    - new bridge drivers: lvds (Laurent), megachips-something (Peter
      Senna)
  • drm-misc-next-2017-03-06
    First slice of drm-misc-next for 4.12:
    
    Core/subsystem-wide:
    - link status core patch from Manasi, for signalling link train fail
      to userspace. I also had the i915 patch in here, but that had a
      small buglet in our CI, so reverted.
    - more debugfs_remove removal from Noralf, almost there now (Noralf
      said he'll try to follow up with the stragglers).
    - drm todo moved into kerneldoc, for better visibility (see
      Documentation/gpu/todo.rst), lots of starter tasks in there.
    - devm_ of helpers + use it in sti (from Ben Gaignard, acked by Rob
      Herring)
    - extended framebuffer fbdev support (for fbdev flipping), and vblank
      wait ioctl fbdev support (Maxime Ripard)
    - misc small things all over, as usual
    - add vblank callbacks to drm_crtc_funcs, plus make lots of good use
      of this to simplify drivers (Shawn Guo)
    - new atomic iterator macros to unconfuse old vs. new state
    
    Small drivers:
    - vc4 improvements from Eric
    - vc4 kerneldocs (Eric)!
    - tons of improvements for dw-mipi-dsi in rockchip from John Keeping
      and Chris Zhong.
    - MAINTAINERS entries for drivers managed in drm-misc. It's not yet
      official, still an experiment, but definitely not complete fail and
      better to avoid confusion. We kinda screwed that up with drm-misc a
      bit when we started committers last year.
    - qxl atomic conversion (Gabriel Krisman)
    - bunch of virtual driver polish (qxl, virgl, ...)
    - misc tiny patches all over
    
    This is the first time we've done the same merge-window blackout for
    drm-misc as we've done for drm-intel for ages, hence why we have a
    _lot_ of stuff queued already. But it's still only half of drm-intel
    (room to grow!), and the drivers in drm-misc experiment seems to work
    at least insofar as that you also get lots of driver updates here
    alredy.
  • drm-misc-fixes-2017-03-06
    Just 1 8bpc quirk from Ville, cc: stable
  • topic/designware-baytrail-2017-03-02
    Baytrail PMIC vs. PMU race fixes from Hans de Goede
    
    This time the right version (v4), with the compile fix.
  • drm-misc-next-fixes-2017-02-27
    Misc fixes for the 4.11 merge window.
    
    - vmwgfx drm_control node compat patch
    - rockchip&zte fix
    - compat32 support for dma-buf ioctl (cc: stable ofc, since this is a
      massive fumble. oops)
  • drm-misc-next-fixes-2017-02-16
    A single uapi fix.
  • drm-misc-next-fixes-2017-02-15
    Fixes for the v4.11 merge window.