Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2020-08-20
    drm-misc-next for 5.10:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
      - ttm: various cleanups and reworks of the API
    
    Driver Changes:
      - ast: various cleanups
      - gma500: A few fixes, conversion to GPIOd API
      - hisilicon: Change of maintainer, various reworks
      - ingenic: Clock handling and formats support improvements
      - mcde: improvements to the DSI support
      - mgag200: Support G200 desktop cards
      - mxsfb: Support the i.MX7 and i.MX8M and the alpha plane
      - panfrost: support devfreq
      - virtio: a few cleanups, support for virtio-gpu exported resources
      - bridges: Support the chained bridges on more drivers,
        new bridges: Toshiba TC358762, Toshiba TC358775, Lontium LT9611
      - panels: Convert to dev_ based logging, read orientation from the DT,
        various fixes,
        new panels: Mantix MLAF057WE51-X, Chefree CH101OLHLWH-002, Powertip PH800480T013,
    
  • drm-misc-fixes-2020-08-12
    drm-misc-fixes for v5.9-rc1:
    - Add missing dma_fence_put() in virtio_gpu_execbuffer_ioctl().
    - Fix memory leak in virtio_gpu_cleanup_object().
    
  • drm-misc-next-fixes-2020-08-05
    drm-misc-next-fixes for v5.9-rc1:
    - Fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
    - Fix a fbcon OOB read in fbdev, found by syzbot.
    - Mark vga_tryget static as it's not used elsewhere.
    - Small fixes to xlnx.
    - Remove null check for kfree in drm_dev_release.
    - Fix DRM_FORMAT_MOD_AMLOGIC_FBC definition.
    - Fix mode initialization in omap_connector_mode_valid().
    
  • drm-misc-fixes-2020-08-04
     * backmerge from drm-fixes at v5.8-rc7
     * add orientation quirk for ASUS T103HAF
     * drm/omap: force runtime PM suspend on system suspend
     * drm/tidss: fix modeset init for DPI panels
     * re-added docs for drm_gem_flink_ioctl()
     * ttm: fix page-offset calculation within TTM
    
  • drm-misc-fixes-2020-07-28
     * drm: fix possible use-after-free
     * dbi: fix SPI Type 1 transfer
     * drm_fb_helper: use memcpy_io on bochs' sparc64
     * mcde: fix stability
     * panel: fix display noise on auo,kd101n80-45na
     * panel: delay HPD checks for boe_nv133fhm_n61
     * bridge: drop connector check in nwl-dsi bridge
     * bridge: set proper bridge type for adv7511
     * of: fix a double free
    
  • drm-misc-next-2020-07-22
    drm-misc-next for v5.9:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Convert panel-dsi-cm and ingenic bindings to YAML.
    - Add lockdep annotations for dma-fence. \o/
    - Describe why indefinite fences are a bad idea
    - Update binding for rocktech jh057n00900.
    
    Core Changes:
    - Add vblank workers.
    - Use spin_(un)lock_irq instead of the irqsave/restore variants in crtc code.
    - Add managed vram helpers.
    - Convert more logging to drm functions.
    - Replace more http links with https in core and drivers.
    - Cleanup to ttm iomem functions and implementation.
    - Remove TTM CMA memtype as it doesn't work correctly.
    - Remove TTM_MEMTYPE_FLAG_MAPPABLE for many drivers that have no
      unmappable memory resources.
    
    Driver Changes:
    - Add CRC support to nouveau, using the new vblank workers.
    - Dithering and atomic state fix for nouveau.
    - Fixes for Frida FRD350H54004 panel.
    - Add support for OSD mode (sprite planes), IPU (scaling) and multiple
      panels/bridges to ingenic.
    - Use managed vram helpers in ast.
    - Assorted small fixes to ingenic, i810, mxsfb.
    - Remove optional unused ttm dummy functions.
    
  • drm-misc-fixes-2020-07-22
     * sun4i: Fix inverted HPD result; fixes an earlier fix
     * lima: fix timeout during reset
    
  • drm-misc-next-2020-07-16
    drm-misc-next for v5.9:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Add ckoenig as dma-buf maintainer.
    - Revert invalid fix for dma-fence-chain, and fix selftest.
    - Add fixmes to amifb about APUS support.
    - Use array3_size in fbcon_prepare_logo, and struct_size() in alloc_apertures.
    - Fix leaks in neofb, fb/savage and omapfb.
    - Other small fixes to fb code.
    - Convert some dt bindings to schema for some panels, and fix simple-framebuffer dt example.
    
    Core Changes:
    - Add DRM_FORMAT_MOD_GENERIC_16_16_TILE as alias to DRM_FORMAT_MOD_SAMSUNG_16_16_TILE,
      as it can be used more generic.
    - Add support for multiple DispID extension blocks in edid.
    - Use https instead of http for some of the urls.
    - Use drm_* macros for logging in mipi-dsi and fb-helper.
    - Further cleanup ttm_mem_reg handling.
    - Remove duplicated words in comments.
    
    Driver Changes:
    - Use __drm_atomic_helper_crtc_reset in all atomic drivers.
    - Add Amlogic Video FBC support to meson and fourcc to core.
    - Refactor hisilicon's hibmc_drv_vdac.
    - Create a TXP CRTC for vc4.
    - Rework cursor support in ast.
    - Fix runtime PM in STM.
    - Allow bigger cursors in vkms.
    - Cleanup sg handling in radeon and amdgpu, and stop creating dummy
      gtt nodes with ttm fixed.
    - Rework crtc handling in mgag200.
    - Miscellaneous small fixes to meson, vgem, bridge/dw-hdmi,
      panel/auo,b116xw03, panel/LG LB070WV8, lima, bridge/sil_sii8620,
      virtio, tilcdc.
    
  • drm-misc-fixes-2020-07-15
     * aspeed: setup fbdev console after registering device; avoids warning
       and stacktrace in dmesg log
     * dmabuf: protect dmabuf->name with a spinlock; avoids sleeping in
       atomic context
    
  • drm-misc-fixes-2020-07-08
     * meson: OSD burst-length fixes
     * hibmc: fix runtime warning by setting up generic fbdev after
       registering device
    
  • drm-misc-next-2020-07-02
    drm-misc-next for v5.9:
    
    Cross-subsystem Changes:
    - Remove fbdev/amba-clcd as pl111 is its replacement now.
    - add of_graph_is_present()
    
    Core Changes:
    - Improve drm/scheduler job distribution with multiple queues.
    - Small cleanups and bugfixes to zte/dsi/panel/mipi/connector.
    - Remove ttm_bo->gpu_offset.
    - Make ttm_mem_type_manager_func.get_node() return -ENOSPC instead
      of 0 on allocation failure.
    - Make ttm TT creation on-demand.
    - epoch_counter is added to drm_connector, so drivers can detect
      when only edid is changed, and send a uevent for that case.
    - Remove legacy drm_bus_flags() values, and cleanup its documentation.
    
    Driver Changes:
    - More removal of ttm_bo->gpu_offset in nouveau, vmwgfx.
    - Small suspend fix for bridge/ti-sn65dsi86.
    - Small cleanups and bugfixes to panel-simple, zte, pl111, vc4, hisilicon.
    - Fix connector types for some simple panels, and add missing BUS
      descriptions
    - Implement epoch_counter for i915.
    - Add support for some more simple panels.
    - Fixes and cleanups related to st7703.
    
  • drm-misc-fixes-2020-07-02
     * dma-buf: fix a use-after-free bug
    
     * sun4i: remove HPD polling
    
  • drm-misc-next-2020-06-26
    drm-misc-next for v5.9:
    
    Cross-subsystem Changes:
    - Improve dma-buf docs.
    
    Core Changes:
    - Add NV15, Q410, Q401 yuv formats.
    - Add uncompressed AFBC modifier.
    - Add DP helepr for reading Ignore MSA from DPCD.
    - Add missing panel type for some panels
    - Optimize drm/mm hole handling.
    - Constify connector to infoframe functions.
    - Add debugfs for VRR monitor range.
    
    Driver Changes:
    - Assorted small bugfixes in panfrost, malidp, panel/otm8009a.
    - Convert tfp410 dt bindings to yaml, and rework time calculations.
    - Add support for a few more simple panels.
    - Cleanups and optimizations for ast.
    - Allow adv7511 and simple-bridge to be used without connector creation.
    - Cleanups to dw-hdmi function prototypes.
    - Remove enabled bool from tiny/repaper and mipi-dbi, atomic handles it.
    - Remove unused header file from dw-mipi-dsi
    - Begin removing ttm_bo->offset.
    
  • drm-misc-fixes-2020-06-25
    Short summary of fixes pull (less than what git shortlog provides):
    
     * In mcde, set up fbdev after device registration and removde the last access
    to dev->dev_private. Fixes an error message and a segmentation fault.
    
     * Set the connector type for LogicPT Type 28 and newhaven_nhd_43_480272ef_atxl
    panels.
    
     * In uvesafb, fix the handling of the noblank option.
    
     * Fix panel orientation for Asus T101HA and Acer S1003.
    
     * Fix DMA configuration for sun4i if IOMMU is present.
    
     * Fix regression in VT restoration. Unbreaks userspace (i.e., Xorg) VT handling.
    
  • drm-misc-next-2020-06-19
    drm-misc-next for v5.9:
    
    UAPI Changes:
    - Add DRM_MODE_TYPE_USERDEF for video modes specified in cmdline.
    
    Cross-subsystem Changes:
    - Assorted devicetree binding updates.
    - Add might_sleep() to dma_fence_wait().
    - Fix fbdev's get_user_pages_fast() handling, and use pin_user_pages.
    - Small cleanup with IS_BUILTIN in video/fbdev drivers.
    - Fix video/hdmi coding style for infoframe size.
    
    Core Changes:
    - Silence vblank output during init.
    - Fix DP-MST corruption during send msg timeout.
    - Clear leak in drm_gem_objecs_lookup().
    - Make newlines work with force connector attribute.
    - Fix module refcounting error in drm_encoder_slave, and use new i2c api.
    - Header fix for drm_managed.c
    - More struct_mutex removal for !legacy drivers:
      - Remove gem_free_object()
      - Removal of drm_gem_object_put_unlocked().
    - Show current->comm alongside pid in debug printfs.
    - Add drm_client_modeset_check() + drm_client_framebuffer_flush().
    - Replace drm_fb_swab16 with drm_fb_swap that also supports 32-bits.
    - Remove mode->vrefresh, and compactify drm_display_mode.
    - Use drm_* macros for logging and warnings.
    - Add WARN when drm_gem_get_pages is used on a private obj.
    - Handle importing and imported dmabuf better in shmem helpers.
    - Small fix for drm/mm hole size comparison, and remove invalid entry optimization.
    - Add a drm/mm selftest.
    - Set DSI connector type for DSI panels.
    - Assorted small fixes and documentation updates.
    - Fix DDI I2C device registration for MST ports, and flushing on destroy.
    - Fix master_set return type, used by vmwgfx.
    - Make the drm_set/drop_master ioctl symmetrical.
    
    Driver Changes:
     Allow iommu in the sun4i driver and use it for sun8i.
    - Simplify backlight lookup for omap, amba-clcd and tilcdc.
    - Hold reg_lock for rockchip.
    - Add support for bridge gpio and lane reordering + polarity to ti-sn65dsi86, and fix clock choice.
    - Small assorted fixes to tilcdc, vc4, i915, omap, fbdev/sm712fb, fbdev/pxafb, console/newport_con, msm, virtio, udl, malidp, hdlcd, bridge/ti-sn65dsi86, panfrost.
    - Remove hw cursor support for mgag200, and use simple kms helper + shmem helpers.
    - Add support for KOE  Allow iommu in the sun4i driver and use it for sun8i.
    - Simplify backlight lookup for omap, amba-clcd and tilcdc.
    - Hold reg_lock for rockchip.
    - Add support for bridge gpio and lane reordering + polarity to ti-sn65dsi86, and fix clock choice.
    - Small assorted fixes to tilcdc, vc4 (multiple), i915.
    - Remove hw cursor support for mgag200, and use simple kms helper + shmem helpers.
    - Add support for KOE TX26D202VM0BWA panel.
    - Use GEM CMA functions in arc, arm, atmel-hlcdc, fsi-dcu, hisilicon, imx, ingenic, komeda, malidp, mcde, meson, msxfb, rcar-du, shmobile, stm, sti, tilcdc, tve200, zte.
    - Remove gem_print_info.
    - Improve gem_create_object_helper so udl can use shmem helpers.
    - Convert vc4 dt bindings to schemas, and add clock properties.
    - Device initialization cleanups for mgag200.
    - Add a workaround to fix DP-MST short pulses handling on broken hardware in i915.
    - Allow build test compiling arm drivers.
    - Use managed pci functions in mgag200 and ast.
    - Use dev_groups in malidp.
    - Add per pixel alpha support for PX30 VOP in rockchip.
    - Silence deferred probe logs in panfrost.
    
  • drm-misc-next-fixes-2020-06-11
    In core, DRM connectors now notify userspace of hotplug events via
    sysfs. In drivers, sun4i now uses 4 bits to store the clock's m divider;
    ast sets up 24/32-bit color mode correctly.
    
  • drm-misc-fixes-2020-05-28
    Two ingenic fixes, one for a wrong cast, the other for a typo in a
    comparison
    
  • drm-misc-next-fixes-2020-05-27
    Short summary of fixes pull (less than what git shortlog provides):
    
    There's a fix for panel brighness on Lenovo X13 Yoga devices and a fix for
    -Wformat warnings on architectures where atomic-64 counters are not of
    type unsigned long long.
    
  • 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