Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-fixes-2017-06-22
    UAPI Changes:
    - drm: Fix regression in GETCONNECTOR ioctl returning stale properties (Daniel)
    
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
  • drm-misc-next-2017-06-19_0
    UAPI Changes:
    - vc4: Add get/set tiling format ioctls (Eric)
    
    Driver Changes:
    - vc4: Add tiling T-format support for scanout (Eric)
    - vc4: Use atomic helpers in commit (Boris)
    
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
  • drm-misc-next-2017-06-19
    UAPI Changes:
    - vc4: Add get/set tiling format ioctls (Eric)
    
    Driver Changes:
    - vc4: Add tiling T-format support for scanout (Eric)
    - vc4: Use atomic helpers in commit (Boris)
    
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
  • drm-misc-next-2017-06-15
    Cross-subsystem Changes:
    - dt-bindings: add vendor prefix for NLT Technologies, Ltd. (Lucas)
    - dt-bindings: Add support for samsung s6e3hf2 panel (Hoegeun)
    
    Core Changes:
    - Add drm_panel_bridge to avoid connector boilerplate in drivers (Eric)
    - Trival fixes for dupe forward decl and reduce scope of variable (Dawid)
    
    Driver Changes:
    - dw-hdmi: Use mode_valid hook on bridge instead of connector (Jose)
    - vc4,atmel-hlcdc: Use drm_panel_bridge where appropriate (Eric)
    - panel: Add Innolux P079ZCA panel driver (Chris)
    - panel-simple: Add NL12880B20-05, NL192108AC18-02D, P320HVN03 panels (Lucas)
    - panel-samsung-s6e3ha2: Add s6e3hf2 panel support (Hoegeun)
    - zte,vc4,pl111,panel,mxsfb: Miscellaneous fixes
    
    Cc: Jose Abreu <Jose.Abreu@synopsys.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Chris Zhong <zyw@rock-chips.com>
    Cc: Lucas Stach <l.stach@pengutronix.de>
    Cc: Hoegeun Kwon <hoegeun.kwon@samsung.com>
    Cc: Dawid Kurek <dawikur@gmail.com>
  • drm-misc-fixes-2017-06-15
    Driver Changes:
    - dw-hdmi: Fix compilation error if REGMAP_MMIO not selected (Laurent)
    - host1x: Fix incorrect return value (Christophe)
    - tegra: Shore up idr API usage in tegra staging code (Dmitry)
    - mgag200: Always use HiPri mode for G200e4v2 and limit max bandwidth (Mathieu)
    - mxsfb: Ensure display can be lit up without bootloader initialization (Fabio)
    
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    Cc: Dmitry Osipenko <digetx@gmail.com>
    Cc: Mathieu Larouche <mathieu.larouche@matrox.com>
    Cc: Fabio Estevam <fabio.estevam@nxp.com>
  • drm-misc-fixes-2017-06-07
    Driver Changes:
    - kirin: Use correct dt port for the bridge (John)
    - meson: Fix regression caused by adding HDMI support to allow board
    	 configurations without HDMI (Neil)
    
    Cc: John Stultz <john.stultz@linaro.org>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
  • drm-misc-next-2017-06-02
    Core Changes:
    - Stop proliferation of drm_vblank_cleanup by adding to the docs and deleting
      boilerplate (Daniel)
    - Roll out and use mode_valid hooks across crtc/encoder/bridge (Jose)
    - Add drm_vblank.[hc] to isolate vblank code from optional irq helpers (Daniel)
    
    Driver Changes:
    - Replace drm_for_each_connector with drm_for_each_connector_iter (Gustavo)
    - A couple misc driver fixes
    
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Jose Abreu <Jose.Abreu@synopsys.com>
    Cc: Daniel Vetter <daniel.vetter@intel.com>
  • drm-misc-fixes-2017-06-02
    Core Changes:
    - Grab locks in drm_atomic_helper_resume() (Daniel)
    - Fix oops when unplugging USB device (expand cleanup in drm_unplug_dev) (Hans)
    
    Driver Changes:
    - rockchip: Don't output 10-bit format to 8-bit encoders (Mark)
    
    Cc: Mark yao <mark.yao@rock-chips.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Hans de Goede <hdegoede@redhat.com>
  • topic/dp-quirks-2017-05-31
    DP sink specific quirks
  • drm-misc-next-2017-05-26
    UAPI Changes:
    - Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ defines to the UAPI (Robert)
    
    Cross-subsystem Changes:
    - Standardize sync_file.txt documentation format (Mauro)
    
    Core Changes:
    - Turf drm_[cm]alloc functions for kvmalloc alternatives (Michal)
    - Add optional mode_valid() hook to crtc/encoder/bridge (Jose)
    - Improve documentation around mode validation/alteration (Daniel)
    - Reduce sync_file construction time by deferring name creation (Chris)
    
    Driver Changes:
    - pl111: Wire up the clock divider and add debugfs (Eric)
    - various: Fix include notation and remove -Iinclude/drm (Masahiro)
    - stm: Add Benjamin Gaignard and Vincent Abriou as STM maintainers (Vincent)
    - various: Miscellaneous trivial fixes to pl111/stm/vgem/vc4
    
    Cc: Michal Hocko <mhocko@suse.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
    Cc: Robert Foss <robert.foss@collabora.com>
    Cc: Vincent Abriou <vincent.abriou@st.com>
    Cc: Jose Abreu <Jose.Abreu@synopsys.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • drm-misc-next-2017-05-25
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
    
    Driver Changes:
  • drm-misc-fixes-2017-05-25
    Core Changes:
    - Don't drop vblank reference more than once in cases of ww retry (Daniel)
    
    Driver Changes:
    - radeon: Fix oops during radeon probe trying to reference wrong device (Lukas)
    - qxl: Avoid sleeping while in atomic context on cursor update (Gabriel)
    - gma500: Use VBT mode instead of pre-programmed mode for LVDS (Patrik)
    
    Cc: Lukas Wunner <lukas@wunner.de>
    Cc: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
  • drm-misc-fixes-2017-05-18
    Driver Changes:
    - host1x: Fix link error when host1x is built-in and iova is a module (Arnd)
    - hlcdc: Fix arguments passed to drm_of_find_panel_or_bridge (Boris)
    
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
  • 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)