Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2021-06-09
    drm-misc-next for 5.14:
    
    UAPI Changes:
    
     * drm/panfrost: Export AFBC_FEATURES register to userspace
    
    Cross-subsystem Changes:
    
     * dma-buf: Fix debug printing; Rename dma_resv_*() functions + changes
       in callers; Cleanups
    
    Core Changes:
    
     * Add prefetching memcpy for WC
    
     * Avoid circular dependency on CONFIG_FB
    
     * Cleanups
    
     * Documentation fixes throughout DRM
    
     * ttm: Make struct ttm_resource the base of all managers + changes
       in all users of TTM; Add a generic memcpy for page-based iomem; Remove
       use of VM_MIXEDMAP; Cleanups
    
    Driver Changes:
    
     * drm/bridge: Add TI SN65DSI83 and SN65DSI84 + DT bindings
    
     * drm/hyperv: Add DRM driver for HyperV graphics output
    
     * drm/msm: Fix module dependencies
    
     * drm/panel: KD53T133: Support rotation
    
     * drm/pl111: Fix module dependencies
    
     * drm/qxl: Fixes
    
     * drm/stm: Cleanups
    
     * drm/sun4i: Be explicit about format modifiers
    
     * drm/vc4: Use struct gpio_desc; Cleanups
    
     * drm/vgem: Cleanups
    
     * drm/vmwgfx: Use ttm_bo_move_null() if there's nothing to copy
    
     * fbdev/mach64: Cleanups
    
     * fbdev/mb862xx: Use DEVICE_ATTR_RO
    
  • v5.13-rc5
    614124be · Linux 5.13-rc5 ·
    Linux 5.13-rc5
    
  • drm-misc-fixes-2021-06-03
    One fix for a fb_defio breakage
    
  • amd-drm-fixes-5.13-2021-06-02
    amd-drm-fixes-5.13-2021-06-02:
    
    amdgpu:
    - Display fixes
    - FRU EEPROM error handling fix
    - RAS fix
    - PSP fix
    - Releasing pinned BO fix
  • amd-drm-next-5.14-2021-06-02
    amd-drm-next-5.14-2021-06-02:
    
    amdgpu:
    - GC/MM register access macro clean up for SR-IOV
    - Beige Goby updates
    - W=1 Fixes
    - Aldebaran fixes
    - Misc display fixes
    - ACPI ATCS/ATIF handling rework
    - SR-IOV fixes
    - RAS fixes
    - 16bpc fixed point format support
    - Initial smartshift support
    - RV/PCO power tuning fixes for suspend/resume
    - More buffer object subclassing work
    - Add new INFO query for additional vbios information
    - Add new placement for preemptable SG buffers
    
    amdkfd:
    - Misc fixes
    
    radeon:
    - W=1 Fixes
    - Misc cleanups
    
    UAPI:
    - Add new INFO query for additional vbios information
      Useful for debugging vbios related issues.  Proposed umr patch:
      https://patchwork.freedesktop.org/patch/433297/
    - 16bpc fixed point format support
      IGT test:
      https://lists.freedesktop.org/archives/igt-dev/2021-May/031507.html
      Proposed Vulkan patch:
      https://github.com/kleinerm/pal/commit/a25d4802074b13a8d5f7edc96ae45469ecbac3c4
    - Add a new GEM flag which is only used internally in the kernel driver.  Userspace
      is not allowed to set it.
    
    drm:
    - 16bpc fixed point format fourcc
  • drm-misc-next-2021-06-01
    drm-misc-next for 5.14:
    
    UAPI Changes:
    
     * Use DRM driver names for fbdev
    
    Cross-subsystem Changes:
    
    Core Changes:
    
     * Fix leaked DMA handles
    
     * Improve documentation around DRM_CLIENT_CAP_*
    
     * Cleanups
    
     * dp_mst: Use kHz as link-rate unit during init
    
     * fourcc: Remove drm_gem_format_name() and drm_format_name_buf
    
     * gem-cma: Fix mmap for buffers with write combining
    
     * ttm: Don't override pre-set vm_ops; ttm_bo_mmap() removal and cleanups
    
    Driver Changes:
    
     * drm/amdgpu: Fix hot unplug during suspend; Implement mmap as GEM object
       function; Use %p4cc format-string modifier; Cleanups
    
     * drm/bridge: Cdns: Fix PM reference leak, Cleanups; Lt8912b: Fix Coccinelle
       warnings; Fix Kconfig dependencies; Fixes and cleanups
    
     * drm/hisilicon/kirin: Cleanups
    
     * drm/nouveau: Implement mmap as GEM object function
    
     * drm/radeon: Implement mmap as GEM object function
    
     * drm/rockchip: Remove generic drivers during init; Add scaling for RK3036
       win1; Fix missing registers for RK3066 and 3188; Add alpha support for
       RK3036, RK3066, RK3126 and RK3188; Fixes and cleanups
    
     * drm/simpledrm: Use %p4cc: format-string modifier
    
     * drm/vmwgfx: Cleanups
    
     * fbdev/matrox: Use modern module_init()
    
  • v5.13-rc4
    8124c8a6 · Linux 5.13-rc4 ·
    Linux 5.13-rc4
    
  • drm-misc-fixes-2021-05-27
    A fix in meson for a crash at shutdown and one for TTM to prevent
    irrelevant swapout
    
  • amd-drm-fixes-5.13-2021-05-26
    amd-drm-fixes-5.13-2021-05-26:
    
    amdgpu:
    - MultiGPU fan fix
    - VCN powergating fixes
    
    amdkfd:
    - Fix SDMA register offset error
  • drm-misc-next-2021-05-25
    drm-misc-next for v5.14:
    
    UAPI Changes:
    
     * DRM_IOCTL_IRQ_BUSID is now marked as legacy; returns -EINVAL if
       legacy drivers are disabled
    
    Cross-subsystem Changes:
    
     * PCI: Add support for dev_groups
    
     * vgaarb: Use ACPI HID to find integrated GPU
    
    Core Changes:
    
     * Log errors in drm_gem_fb_init_with_funcs()
    
     * Cleanups
    
     * gem-cma: Add support for non-coherent (i.e., cached) page mappings
    
     * legacy: Drop some unnecessary includes and code; Add missing unlocks
       and frees in drm_legacy_addbufs_pci()
    
     * sched: Make timeout timer rearm conditional; Fix data corruptions and
       hangs
    
     * ttm: Remap all page faults to per-process dummy page (for device removal);
       Documentation
    
    Driver Changes:
    
     * drm/amdgpu: A long list of patches that enable device hot-unplug
    
     * drm/bridge: Lt66121: Fix error code and leak in probe; Anx7625: Use
       runtime PM and add synchronous suspend/resume hooks; Ti-sn65dsi86: Fix
       a returned value's type; Anx7688: Add driver plus DT bindings;
    
     * drm/ingenic: Fix pixcloc for 24-bit serial panels; Use non-coherent BO
       mappings with explict synchronization if possible
    
     * drm/panel: Simple-panel: Add missing pm_runtime_dont_use_autosuspend()
    
     * drm/tve200: Convert DT bindings to YAML
    
     * drm/vc4: Support BCM2711 VEC plus DT bindings; Pipeline setup fixes; HDMI
       fixes
    
     * drm/virtio: Fix NULL pointer in probe; Fix double-free in probe; Free
       virtqueues in probe
    
  • v5.13-rc3
    c4681547 · Linux 5.13-rc3 ·
    Linux 5.13-rc3
    
  • amd-drm-next-5.14-2021-05-21
    amd-drm-next-5.14-2021-05-21:
    
    amdgpu:
    - RAS fixes
    - SR-IOV fixes
    - More BO management cleanups
    - Aldebaran fixes
    - Display fixes
    - Support for new GPU, Beige Goby
    - Backlight fixes
    
    amdkfd:
    - RAS fixes
    - DMA mapping fixes
    - HMM SVM fixes
  • drm-misc-fixes-2021-05-20
    Just a single fix for a dma-buf related WARN
    
  • amd-drm-next-5.14-2021-05-19
    amd-drm-next-5.14-2021-05-19:
    
    amdgpu:
    - Aldebaran updates
    - More LTTPR display work
    - Vangogh updates
    - SDMA 5.x GCR fixes
    - RAS fixes
    - PCIe ASPM support
    - Modifier fixes
    - Enable TMZ on Renoir
    - Buffer object code cleanup
    - Display overlay fixes
    - Initial support for multiple eDP panels
    - Initial SR-IOV support for Aldebaran
    - DP link training refactor
    - Misc code cleanups and bug fixes
    - SMU regression fixes for variable sized arrays
    - MAINTAINERS fixes for amdgpu
    
    amdkfd:
    - Initial SR-IOV support for Aldebaran
    - Topology fixes
    - Initial HMM SVM support
    - Misc code cleanups and bug fixes
    
    radeon:
    - Misc code cleanups and bug fixes
    - SMU regression fixes for variable sized arrays
    - Flickering fix for Oland with multiple 4K displays
    
    UAPI:
    - amdgpu: Drop AMDGPU_GEM_CREATE_SHADOW flag.
      This was always a kernel internal flag and userspace use of it has always been blocked.
      It's no longer needed so remove it.
    - amdkgd: HMM SVM support
      Overview: https://patchwork.freedesktop.org/series/85562/
      Porposed userspace: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/tree/fxkamd/hmm-wip
  • amd-drm-fixes-5.13-2021-05-19
    amd-drm-fixes-5.13-2021-05-19:
    
    amdgpu:
    - Fix downscaling ratio on DCN3.x
    - Fix for non-4K pages
    - PCO/RV compute hang fix
    - Dongle fix
    - Aldebaran codec query support
    - Refcount leak fix
    - Use after free fix
    - Navi12 golden settings updates
    - GPU reset fixes
    
    radeon:
    - Fix for imported BO handling
  • drm-misc-next-2021-05-17
    drm-misc-next for 5.14:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
    
     * aperture: Fix unlocking on errors
    
     * legacy: Fix some doc comments
    
    Driver Changes:
    
     * drm/amdgpu: Free resource on fence usage query; Fix fence calculation;
    
     * drm/bridge: Lt9611: Add missing MODULE_DEVICE_TABLE
    
     * drm/i915: Print formats with %p4cc
    
     * drm/ingenic: IPU planes are now always of type OVERLAY
    
     * drm/nouveau: Remove left-over reference to struct drm_device.pdev
    
     * drm/panfrost: Disable devfreq if num_supplies > 1; Add Mediatek MT8183 +
       DT bindings; Cleanups
    
     * drm/simpledrm: Print resources with %pr; Fix use-after-free errors;
       Fix NULL deref; Fix MAINTAINERS entry
    
     * drm/vmwgfx: Fix memory allocation and leak in FIFO allocation; Fix
       return value in PCI resource setup
    
  • v5.13-rc2
    d07f6ca9 · Linux 5.13-rc2 ·
    Linux 5.13-rc2
    
  • amd-vangogh-0.0.8.0
  • amd-drm-fixes-5.13-2021-05-13
    amd-drm-fixes-5.13-2021-05-13:
    
    amdgpu:
    - Fixes for flexible array conversions
    - Fix sysfs attribute init
    - Harvesting fixes
    - VCN CG/PG fixes for Picasso
    
    radeon:
    - Fixes for flexible array conversions
    - Fix for flickering on Oland with multiple 4K displays
  • drm-misc-fixes-2021-05-13
    A BO list maintainance fix for TTM, removing an unused function and a
    MAINTAINERS update.