Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-fixes-2020-05-14
    Just one meson patch this time to propagate an error code
    
  • drm-misc-next-2020-05-14
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
     * dma-buf: use atomic64_fetch_add() for context id
     * Documentation: document bindings for ASUS ZOOT TM5P5, BOE NV133FHM-N62,
                      hpd-gpios
    
    Core Changes:
    
    Driver Changes:
    
     * drm/ast: fix supend; cleanups
     * drm/i2c: cleanups
     * drm/panel: add MODULE_LICENSE to panel-visinox-rm69299; add support for
                  ASUS TM5P5i, BOE NV133FHM-N62i; fix size and bpp of BOE NV133FHM-N61
    	      add hpd-gpio to panel-simple
     * drm/mcde: fix return value check in mcde_dsi_bind()
     * drm/mgag200: use managed drmm_mode_config_init(); cleanups
     * fbdev/pxa168fb: cleanups
    
  • v5.7-rc5
    2ef96a5b · Linux 5.7-rc5 ·
    Linux 5.7-rc5
    
  • linux-kselftest-5.7-rc5
    linux-kselftest-5.7-rc5
    
    This Kselftest update for Linux 5.7-rc5 consists of ftrace test fixes
    and fix to kvm Makefile for relocatable native/cross builds and installs.
    
  • drm-misc-fixes-2020-05-07
    A few minor fixes for an ordering issue in virtio, an (old) gcc warning
    in sun4i, a probe issue in ingenic-drm and a regression in the HDCP
    support.
    
  • drm-misc-next-2020-05-07
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
     * MAINTAINERS: restore alphabetical order; update cirrus driver
     * Dcomuentation: document visionix, chronteli, ite vendor prefices; update
                      documentation for Chrontel CH7033, IT6505, IVO, BOE,
    		  Panasonic, Chunghwa, AUO bindings; convert dw_mipi_dsi.txt
    		  to YAML; remove todo item for drm_display_mode.hsync removal;
    
    Core Changes:
    
     * drm: add devm_drm_dev_alloc() for managed allocations of drm_device;
            use DRM_MODESET_LOCK_ALL_*() in mode-object code; remove
            drm_display_mode.hsync; small cleanups of unused variables,
    	compiler warnings and static functions
     * drm/client: dual-lincensing: GPL-2.0 or MIT
     * drm/mm: optimize tree searches in rb_hole_addr()
    
    Driver Changes:
    
     * drm/{many}: use devm_drm_dev_alloc(); don't use drm_device.dev_private
     * drm/ast: don't double-assign to drm_crtc_funcs.set_config; drop
                drm_connector_register()
     * drm/bochs: drop drm_connector_register()
     * drm/bridge: add support for Chrontel ch7033; fix stack usage with
                   old gccs; return error pointer in drm_panel_bridge_add()
     * drm/cirrus: Move to tiny
     * drm/dp_mst: don't use 2nd sideband tx slot; revert "Remove single tx
                   msg restriction"
     * drm/lima: support runtime PM;
     * drm/meson: limit modes wrt chipset
     * drm/panel: add support for Visionox rm69299; fix clock on
                  boe-tv101wum-n16; fix panel type for AUO G101EVN10;
    	      add support for Ivo M133NFW4 R0; add support for BOE
    	      NV133FHM-N61; add support for AUO G121EAN01.4, G156XTN01.0,
    	      G190EAN01
     * drm/pl111: improve vexpress init; fix module auto-loading
     * drm/stm: read number of endpoints from device tree
     * drm/vboxvideo: use managed PCI functions; drop DRM_MTRR_WC
     * drm/vkms: fix use-after-free in vkms_gem_create(); enable cursor
                 support by default
     * fbdev: use boolean values in several drivers
     * fbdev/controlfb: fix COMPILE_TEST
     * fbdev/w100fb: fix double-free bug
    
  • v5.7-rc4
    0e698dfa · Linux 5.7-rc4 ·
    Linux 5.7-rc4
    
  • linux-kselftest-kunit-5.7-rc4
    linux-kselftest-kunit-5.7-rc4
    
    This Kunit update for Linux 5.7-rc4 consists of a single fix to flush
    the test summary to the console log without delay.
    
  • linux-kselftest-5.7-rc4
    linux-kselftest-5.7-rc4
    
    This kselftest update for Linux 5.7-rc4 consists of:
    
    - ftrace test fixes to check for required filter files and kprobe args.
    
    - Kselftest build/cross-build dependency check script to make it easier
      for test ring admins/users to configure build systems correctly for
      build/cross-build kselftests. Currently checks library dependencies.
    
        - Checks if Kselftests can be built/cross-built on a system running
          compile test on a trivial C file with LDLIBS specified for each
          individual test in their Makefiles.
        - Prints suggested target list for a system filtering out tests
          failed the build dependency check from the TARGETS in Selftests
          the main Makefile when optional -p is specified.
        - Prints pass/fail dependency check for each tests/sub-test.
        - Prints pass/fail targets and libraries.
        - Default: runs dependency checks on all tests.
        - Optional test name can be specified to check dependencies for it.
    
  • drm-misc-fixes-2020-04-30
    A few resources-related fixes for qxl, some doc build warnings and ioctl
    fixes for dma-buf, an off-by-one fix in edid, and a return code fix in
    DP-MST
    
  • v5.7-rc3
    6a8b55ed · Linux 5.7-rc3 ·
    Linux 5.7-rc3
    
  • drm-misc-fixes-2020-04-23
    A few resources-related fixes (tidss, dp_mst, scheduler), probe fixes and
    DT bindings adjustments.
    
  • drm-misc-next-2020-04-23
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
     * MAINTAINERS: adapt several filenames to changes in panel code
     * arch/arm, fbdev: Use GPIO descriptors in sa11x0
     * dma-buf: Fix typo in documentation
    
    Core Changes:
    
     * drm: Don't free framebuffer in drm_gem_fb_init()
     * drm: Document struct drm_device.dev_private being deprecated
     * drm: Merged topic/phy-compliance-202004-08
    
    Driver Changes:
    
     * drm/adv7511: Add support for HDMI SPDIF and additional sampling rates
     * drm/ast: Allocate CRTC state of correct size
     * drm/panel: convert many driver bindings to DT schema; add port/ports property
              to bindings
     * drm/rockchip: Convert rk3066 bindings to YAML; spelling fixes
     * fbdev/arcfb: Call request_irq(), free_irq() at appropriate places
     * fbdev/controlfb: Support COMPILE_TEST; cleanups
     * fbdev/imxfb: Fix unbalanced enables/disables
     * fbdev/s1d13xxxfb: Call unregister_framebuffer()
     * fbdev/ssd1307fb: Use atomic PWM API, device properties and probe_new();
                        cleanups
     * fbdev/vesafb: Call release_region()
     * cleanups of includes, unused types/variables/fields, and fallthrough
    
  • linux-kselftest-5.7-rc3
    linux-kselftest-5.7-rc3
    
    This kselftest update for Linux 5.7-rc3 consists of fixes to runner
    scripts and individual test run-time bugs. Includes fixes to tpm2
    and memfd test run-time regressions.
    
  • v5.7-rc2
    ae83d0b4 · Linux 5.7-rc2 ·
    Linux 5.7-rc2
    
  • drm-misc-next-2020-04-14
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
      - drm: error out with EBUSY when device has existing master
      - drm: rework SET_MASTER and DROP_MASTER perm handling
    
    Cross-subsystem Changes:
    
      - fbdev: savage: fix -Wextra build warning
      - video: omap2: Use scnprintf() for avoiding potential buffer overflow
    
    Core Changes:
    
      - Remove drm_pci.h
      - drm_pci_{alloc/free)() are now legacy
      - Introduce managed DRM resourcesA
      - Allow drivers to subclass struct drm_framebuffer
      - Introduce struct drm_afbc_framebuffer and helpers
      - fbdev: remove return value from generic fbdev setup
      - Introduce simple-encoder helper
      - vram-helpers: set fence on plane
      - dp_mst: ACT timeout improvements
      - dp_mst: Remove drm_dp_mst_has_audio()
      - TTM: ttm_trace_dma_{map/unmap}() cleanups
      - dma-buf: add flag for PCIP2P support
      - EDID: Various improvements
      - Encoder: cleanup semantics of possible_clones and possible_crtcs
      - VBLANK documentation updates
      - Writeback documentation updates
    
    Driver Changes:
    
      - Convert several drivers to i2c_new_client_device()
      - Drop explicit drm_mode_config_cleanup() calls from drivers
      - Auto-release device structures with drmm_add_final_kfree()
      - Init bfdev console after registering DRM device
      - Make various .debugfs functions return 0 unconditionally; ignore errors
      - video: Use scnprintf() to avoid buffer overflows
      - Convert drivers to simple encoders
    
      - drm/amdgpu: note that we can handle peer2peer DMA-buf
      - drm/amdgpu: add support for exporting VRAM using DMA-buf v3
      - drm/kirin: Revert change to register connectors
      - drm/lima: Add optional devfreq and cooling device support
      - drm/lima: Various improvements wrt. task handling
      - drm/panel: nt39016: Support multiple modes and 50Hz
      - drm/panel: Support Leadtek LTK050H3146W
      - drm/rockchip: Add support for afbc
      - drm/virtio: Various cleanups
      - drm/hisilicon/hibmc: Enforce 128-byte stride alignment
      - drm/qxl: Fix notify port address of cursor ring buffer
      - drm/sun4i: Improvements to format handling
      - drm/bridge: dw-hdmi: Various improvements
    
  • v5.7-rc1
    8f3d9f35 · Linux 5.7-rc1 ·
    Linux 5.7-rc1
    
  • drm-misc-next-fixes-2020-04-09
    A few DMA-related fixes, an OOB fix for virtio and a probe-related fix for
    analogix_dp
    
  • topic/phy-compliance-2020-04-08
    Topic pull request for topic/phy-compliance:
    - Standardize DP_PHY_TEST_PATTERN name.
    - Add support for setting/getting test pattern from sink.
    - Implement DP PHY compliance to i915.
    
  • drm-misc-next-fixes-2020-04-04
    A bunch of fixes to avoid null pointer dereference in fbcon, fix a return
    in xen, some DT bindings fixes, a vc4 issue with 1920x1200 mode validation,
    and a conflicting framebuffer in vboxvideo.