Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-fixes-2018-10-04
    drm-misc-fixes for v4.19-rc7:
    - Fix use-after-free in drm_mode_create_lease_ioctl()
    - Fix crash in fbdev error path.
    
  • drm-misc-next-fixes-2018-10-03
    - Add EXPERT config option to allow phys mem leak from fbdev for blob drivers (Neil)
    
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    
  • drm-misc-fixes-2018-09-27-1
    - Revert adding device-link to panels
    
  • drm-misc-fixes-2018-09-27
    drm-misc-fixes for v4.19-rc6:
    - Don't leak fences in drm/syncobj
    
  • drm-misc-next-2018-09-27
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - None
    
    Cross-subsystem Changes:
    - MAINTAINERS: Move udl, mxsfb, and fsl-dcu into drm-misc (Stefan, Sean)
    
    Core Changes:
    - syncobj: Check condition before returning timeout in schedule() (Chris)
    
    Driver Changes:
    - various: First wave o fdrm_fbdev_generic_setup() conversions (Noralf)
    - bochs/virtio: More format byte-order improvements (Gerd)
    - mxsfb: A couple fixes + add runtime pm support (Leonard)
    - virtio: Add vmap support for prime objects (Ezequiel)
    
    Cc: Stefan Agner <stefan@agner.ch>
    Cc: Sean Paul <sean@poorly.run>
    Cc: Noralf Trønnes <noralf@tronnes.org>
    Cc: Gerd Hoffman <kraxel@redhat.com>
    Cc: Leonard Crestez <leonard.crestez@nxp.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Ezequiel Garcia <ezequiel@collabora.com>
    
  • drm-misc-next-2018-09-19
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - None
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Allow drivers to disable features with per-device granularity (Ville)
    - Use EOPNOTSUPP when iface/feature is unsupported instead of
      EINVAL/errno soup (Chris)
    - Simplify M/N DP quirk by using constant N to limit size of M/N (Shawn)
    - add quirk for LG LP140WF6-SPM1 eDP panel (Shawn)
    
    Driver Changes:
    - i915/amdgpu: Disable DRIVER_ATOMIC for older/unsupported devices (Ville)
    - sun4i: add support for R40 HDMI PHY (Icenowy)
    
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Icenowy Zheng <icenowy@aosc.io>
    Cc: Lee, Shawn C <shawn.c.lee@intel.com>
    
  • drm-misc-fixes-2018-09-19
    drm-misc-fixes for v4.19-rc5:
    - Fix crash in vgem in drm_drv_uses_atomic_modeset.
    - Allow atomic drivers that don't set DRIVER_ATOMIC to create debugfs entries.
    - Fix compiler warning for unused connector_funcs.
    - Fix null pointer deref on UDL unplug.
    - Disable DRM support for sun4i's R40 for now.
      (Not all patches went in for v4.19, so it has to wait a cycle.)
    - NULL-terminate the of_device_id table in pl111.
    - Make sure vc4 NV12 planar format works when displaying an unscaled fb.
    
  • drm-misc-next-2018-09-13
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - Add host endian variants for the most common formats (Gerd)
    - Fail ADDFB2 for big-endian drivers that don't advertise BE quirk (Gerd)
    - clear smem_start in fbdev for drm drivers to avoid leaking fb addr (Daniel)
    
    Cross-subsystem Changes:
    
    Core Changes:
    - fix drm_mode_addfb() on big endian machines (Gerd)
    - add timeline point to syncobj find+replace (Chunming)
    - more drmP.h removal effort (Daniel)
    - split uapi portions of drm_atomic.c into drm_atomic_uapi.c (Daniel)
    
    Driver Changes:
    - bochs: Convert open-coded portions to use helpers (Peter)
    - vkms: Add cursor support (Haneen)
    - udmabuf: Lots of fixups (mostly cosmetic afaict) (Gerd)
    - qxl: Convert to use fbdev helper (Peter)
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Chunming Zhou <david1.zhou@amd.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Peter Wu <peter@lekensteyn.nl>
    Cc: Haneen Mohammed <hamohammed.sa@gmail.com>
    
  • drm-misc-next-2018-09-05
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - Add userspace dma-buf device to turn memfd regions into dma-bufs (Gerd)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Remove user logspam and useless lock in vma_offset_mgr destroy (Chris)
    
    Driver Changes:
    - various: fbdev: Wrap remove_conflicting_framebuffers with resource_len
                      accessors to remove a bunch of cargo-cult (Michał)
    - rockchip: Add rgb output iface support + fixes (Sandy/Heiko)
    - nouveau/amdgpu: Add cec-over-aux support (Hans)
    - sun4i: Add support for Allwinner A64 (Jagan)
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Michał Mirosław <mirq-linux@rere.qmqm.pl>
    Cc: Heiko Stuebner <heiko@sntech.de>
    Cc: Sandy Huang <hjc@rock-chips.com>
    Cc: Hans Verkuil <hans.verkuil@cisco.com>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    
  • drm-misc-next-2018-08-30
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - Add per-plane blend mode property (Lowry)
    - Change in drm_fourcc.h is documentation only (Brian)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Add get/verify_crc_source for improved crc source selection (Mahesh)
    - Add __drm_atomic_helper_plane_reset to reduce copypasta (Alexandru)
    
    Driver Changes:
    - various: Replance ref/unref calls with drm_dev_get/put (Thomas)
    - bridge: Add driver for TI SN65DSI86 chip (Sandeep)
    - rockchip: Add PX30 support (Sandy)
    - sun4i: Add support for R40 TCON (Jernej)
    - vkms: Continued building out vkms, added gem support (Haneen)
    
    Cc: Thomas Zimmermann <tzimmermann@suse.de>
    Cc: Sandeep Panda <spanda@codeaurora.org>
    Cc: Sean Paul <seanpaul@chromium.org>
    Cc: Sandy Huang <hjc@rock-chips.com>
    Cc: Lowry Li <lowry.li@arm.com>
    Cc: Brian Starkey <brian.starkey@arm.com>
    Cc: Jernej Skrabec <jernej.skrabec@siol.net>
    Cc: Haneen Mohammed <hamohammed.sa@gmail.com>
    Cc: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>
    
  • drm-misc-next-fixes-2018-08-23-1
    - Add quirk to Lenovo B50-80 to use 6 bpc instead of 8 (Feng)
    
    Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
    
  • drm-misc-next-fixes-2018-08-22
    - Add an unprepare delay to the tv123wam panel (Sean)
    - Update seanpaul's email in MAINTAINERS (Sean)
    
    Cc: seanpaul@chromium.org
    Cc: sean@poorly.run
    
  • drm-misc-next-fixes-2018-08-16-1
    2 fixes, one for a power-down/re-enabling cycle for a simple plane and another one to not isolate Sean Paul from the world by changing his e-mail address.
    
  • drm-misc-next-fixes-2018-08-02
    Fixes an oops on the DP CEC code and a memory leak on the vkms driver.
    
  • drm-misc-fixes-2018-07-27
    drm-misc-fixes pull request for v4.18-rc7:
    - Small fixes to  drm_atomic_helper_async_check(). (bbrezillon)
    - Fix error handling in drm_legacy_addctx(). (Nicholas)
    - Handle register reset on hotplug in adv7511. (seanpaul)
    
  • drm-misc-next-2018-07-18
    drm-misc-next for 4.19:
    
    Core Changes:
    - add support for DisplayPort CEC-Tunneling-over-AUX (Hans Verkuil)
    - more doc updates (Daniel Vetter)
    - fourcc: Add is_yuv field to drm_format_info (Ayan Kumar Halder)
    - dma-buf: correctly place BUG_ON (Michel Dänzer)
    
    Driver Changes:
    - more vkms support(Rodrigo Siqueira)
    - many fixes and small improments to all drivers
    
  • drm-misc-fixes-2018-07-13
    Fixes for v4.18-rc5:
    - Single fix for a build error when the driver is builtin,
      but the backend is a loadable module.
    
  • drm-misc-next-2018-07-11
    drm-misc-next for 4.19:
    
    Cross-subsystem Changes:
    - many dt-bindings Doc changes
    
    Core Changes:
    - Encoder clean ups (Ville Syrjälä)
    - Connector Writeback improvements(Boris Brezillon)
    - Fake vblank support (Boris Brezillon)
    - API for in-kernel clients (Noralf Trønnes)
    - improvements to the path of finding panels(Boris Brezillon)
    
    Driver Changes:
    - initial support for the virtual display driver - vkms(Haneen Mohammed and Rodrigo Siqueira)
    - panel: add Rocktech RK070ER9427 LCD support (Jagan Teki)
    - panel: add support for the EDT ETM0700G0EDH6 and EDT ETM0700G0BDH6(Jan Tuerk)
    - panel: add DLC DLC0700YZG-1 (Philipp Zabel)
    - panel: add support for BOE HV070WSA-100 (Andrzej Hajda)
    - panel: add newhaven, nhd-4.3-480272ef-atxl LCD (Tomi Valkeinen)
    - panel: add support for Innolux G070Y2-L01 (Christoph Fritz)
    - panel: add support for DataImage SCF0700C48GGU18 (Michal Vokáč)
    - panel: add support for Sharp LQ035Q7DB03 (Vladimir Zapolskiy)
    - panel: p079zca: Refactor panel driver to support multiple panels (Lin Huang)
    - sun4i: Add R40 display engine compatible(Jernej Skrabec)
    
  • drm-misc-fixes-2018-07-05
    Fixes for v4.18-rc4:
    - A few small fixes for the sii8620 bridge.
    - Allocate blob property memory using kvzalloc instead of kmalloc.
    
  • drm-misc-next-2018-07-04
    drm-misc-next for 4.19:
    
    UAPI Changes:
    v3d: add fourcc modicfier for fourcc for the Broadcom UIF format (Eric Anholt)
    
    Cross-subsystem Changes:
    console/fbcon: Add support for deferred console takeover (Hans de Goede)
    
    Core Changes:
    dma-fence clean up, improvements and docs (Daniel Vetter)
    add mask function for crtc, plane, encoder and connector DRM objects(Ville Syrjälä)
    
    Driver Changes:
    pl111: add Nomadik LCDC variant (Linus Walleij)