Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v5.4-rc4
    7d194c21 · Linux 5.4-rc4 ·
    Linux 5.4-rc4
    
  • sound-5.4-rc4
    sound fixes for 5.4-rc4
    
    Just a few small fixes for the usual suspect, HD- and USB-audio:
    enablement of runtime PM for Nvidia due to the recent PCI
    changes, a fix for potential hangs with recent HD-audio platforms,
    and the rest device-specific quirks.
    
  • drm-fixes-2019-10-18
    drm fixes for 5.4-rc4
    
    dma-resv:
    - shared fences for lima/panfrost
    
    ttm:
    - prefault regression fix
    - lifetime fix
    
    panfrost:
    - stopped job timeout fix
    - missing register values
    
    amdgpu:
    - smu7 powerplay fix
    - bail earlier for cik/si detection
    - navi SDMA fix
    
    radeon:
    - revert a ppc64 shutdown fix that broke x86
    
    i915:
    - VBT information handling fix
    - Circular locking fix
    - preemption vs resubmission virtual requests fix
    
  • drm-misc-fixes-2019-10-17
    -dma-resv: Change shared_count to post-increment to fix lima crash (Qiang)
    -ttm: A couple fixes related to lifetime and restore prefault behavior
     (Christian & Thomas)
    -panfrost: Fill in missing feature reg values and fix stoppedjob timeouts
     (Steven)
    
    Cc: Qiang Yu <yuq825@gmail.com>
    Cc: Thomas Hellstrom <thellstrom@vmware.com>
    Cc: Christian König <christian.koenig@amd.com>
    Cc: Steven Price <steven.price@arm.com>
    
  • drm-misc-next-2019-10-17
    drm-misc-next for 5.5:
    
    UAPI Changes:
    -omap:
        -Add OMAP_BO_MEM_* flags to specify how to allocate BO (Tomi)
        -Reorder OMAP_BO_* #defines, no functional change (Tomi)
    -Change unsupported error code from EINVAL to EOPNOTSUPP for: (Rodrigo)
        -drm_wait_vblank_ioctl
        -drm_crtc_get_sequence_ioctl
        -drm_crtc_queue_sequence_ioctl
    
    Cross-subsystem Changes:
    -None
    
    Core Changes:
    -Delete drmP.h \o/ (Sam)
    -kerneldoc clarifications on zpos collisions and plane rects (Simon & Maarten)
    -dp_helpers: Add link training repeater definitions added in DP 1.4 (Rodrigo)
    -TODO: Add item to convert fbdev drivers to drm (Thomas)
    -prime: Add mmap to drm_gem_object_funcs giving more control than vm_ops (Gerd)
    -shmem/ttm/vram: Use new mmap gem_object callback (Gerd)
    
    Driver Changes:
    -malidp: Add display QoS configuration via devicetree (Wen)
    -vkms: Add prime import support (Oleg)
    -panfrost: Properly handle job timeouts when cancelling them (Steven)
    trockchip/meson/sun4i(via dw-hdmi): Add Dynamic Range and Mastering infoframe					    support (Jonas)
    -mxsfb: Add bridge support to accommodate dsi outputs (Robert)
    -vboxvideo: Drop hand-rolled implementations and use fbdev emulation,
    	    dirtyfb and drm_framebuffer struct from core/core helpers (Thomas)
    -komeda: Add D71-specific line sizes and respect connector color fmt (Lowry)
    -lima: Use shmem and reservation lock helpers from gem (Qiang)
    -rockchip: Add gamma LUT support on vop crtcs (Ezequiel)
    -omap:
      -Use refcount_t instead of rolling custom refcounting (Jean-Jacques)
    
    Cc: Wen He <wen.he_1@nxp.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
    Cc: Oleg Vasilev <omrigann@gmail.com>
    Cc: Steven Price <steven.price@arm.com>
    Cc: Jonas Karlman <jonas@kwiboo.se>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Simon Ser <contact@emersion.fr>
    Cc: Robert Chiras <robert.chiras@nxp.com>
    Cc: Thomas Zimmermann <tzimmermann@suse.de>
    Cc: Lowry Li <Lowry.Li@arm.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Qiang Yu <yuq825@gmail.com>
    Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
    Cc: Ezequiel Garcia <ezequiel@collabora.com>
    Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
    
  • drm-intel-fixes-2019-10-17
    - Display fix on handling VBT information.
    - Important circular locking fix
    - Fix for preemption vs resubmission on virtual requests
      - and a prep patch to make this last one to apply cleanly
    
  • v5.4-rc3
    4f5cafb5 · Linux 5.4-rc3 ·
    Linux 5.4-rc3
    
  • drm-fixes-2019-10-11
    drm fixes for 5.4-rc3
    
    i915:
    - execlist access fixes
    - list deletion fix
    - CML display fix
    - HSW workaround extension to GT2
    - chicken bit whitelist
    - GGTT resume issue
    - SKL GPU hangs for Vulkan compute
    
    amdgpu:
    - memory leak fix
    
    panel:
    - spi aliases
    
    tc358767:
    - bridge artifacts fix.
    
  • drm-intel-fixes-2019-10-10
    - Fix CML display by adding a missing ID.
    - Drop redundant list_del_init
    - Only enqueue already completed requests to avoid races
    - Fixup preempt-to-busy vs reset of a virtual request
    - Protect peeking at execlists->active
    - execlists->active is serialised by the tasklet
    
    drm-intel-next-fixes-2019-09-19:
    - Extend old HSW workaround to fix some GPU hangs on Haswell GT2
    - Fix return error code on GEM mmap.
    - White list a chicken bit register for push constants legacy mode on Mesa
    - Fix resume issue related to GGTT restore
    - Remove incorrect BUG_ON on execlist's schedule-out
    - Fix unrecoverable GPU hangs with Vulkan compute workloads on SKL
    
    drm-intel-next-fixes-2019-09-26:
    - Fix concurrence on cases where requests where getting retired at same time as resubmitted to HW
    - Fix gen9 display resolutions by setting the right max plane width
    - Fix GPU hang on preemption
    - Mark contents as dirty on a write fault. This was breaking cursor sprite with dumb buffers.
    
  • drm-misc-fixes-2019-10-10
    Short summary of fixes pull (less than what git shortlog provides):
    - SPI Aliases fixes for panels
    - One fix for the tc358767 bridge dealing with visual artifacts
    
  • drm-misc-next-2019-10-09-2
    drm-misc-next for 5.5:
    
    UAPI Changes:
    -Colorspace: Expose different prop values for DP vs. HDMI (Gwan-gyeong Mun)
    -fourcc: Add DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED (Raymond)
    -not_actually: s/ENOTSUPP/EOPNOTSUPP/ in drm_edid and drm_mipi_dbi. This should
        not reach userspace, but adding here to specifically call that out (Daniel)
    -i810: Prevent underflow in dispatch ioctls (Dan)
    -komeda: Add ACLK sysfs attribute (Mihail)
    -v3d: Allow userspace to clean up after render jobs (Iago)
    
    Cross-subsystem Changes:
    -MAINTAINERS:
     -Add Alyssa & Steven as panfrost reviewers (Rob)
     -Add Jernej as DE2 reviewer (Maxime)
     -Add Chen-Yu as Allwinner maintainer (Maxime)
    -staging: Make some stack arrays static const (Colin)
    
    Core Changes:
    -ttm: Allow drivers to specify their vma manager (to use gem mgr) (Gerd)
    -docs: Various fixes in connector/encoder/bridge docs (Daniel, Lyude, Laurent)
    -connector: Allow more than 3 possible encoders for a connector (José)
    -dp_cec: Allow a connector to be associated with a cec device (Dariusz)
    -various: Fix some compile/sparse warnings (Ville)
    -mm: Ensure mm node removals are properly serialised (Chris)
    -panel: Specify the type of panel for drm_panels for later use (Laurent)
    -panel: Use drm_panel_init to init device and funcs (Laurent)
    -mst: Refactors and cleanups in anticipation of suspend/resume support (Lyude)
    -vram:
     -Add lazy unmapping for gem bo's (Thomas)
     -Unify and rationalize vram mm and gem vram (Thomas)
     -Expose vmap and vunmap for gem vram objects (Thomas)
     -Allow objects to be pinned at the top of vram to avoid fragmentation (Thomas)
    
    Driver Changes:
    -various: Include drm_bridge.h instead of relying on drm_crtc.h (Boris)
    -ast/mgag200: Refactor show_cursor(), move cursor to top of video mem (Thomas)
    -komeda:
     -Add error event printing (behind CONFIG) and reg dump support (Lowry)
     -Add suspend/resume support (Lowry)
     -Workaround D71 shadow registers not flushing on disable (Lowry)
    -meson: Add suspend/resume support (Neil)
    -omap: Miscellaneous refactors and improvements (Tomi/Jyri)
    -panfrost/shmem: Silence lockdep by using mutex_trylock (Rob)
    -panfrost: Miscellaneous small fixes (Rob/Steven)
    -sti: Fix warnings (Benjamin/Linus)
    -sun4i:
     -Add vcc-dsi regulator to sun6i_mipi_dsi (Jagan)
     -A few patches to figure out the DRQ/start delay calc on dsi (Jagan/Icenowy)
    -virtio:
     -Add module param to switch resource reuse workaround on/off (Gerd)
     -Avoid calling vmexit while holding spinlock (Gerd)
     -Use gem shmem helpers instead of ttm (Gerd)
     -Accommodate command buffer allocations too big for cma (David)
    
    Cc: Rob Herring <robh@kernel.org>
    Cc: Maxime Ripard <mripard@kernel.org>
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: Lyude Paul <lyude@redhat.com>
    Cc: José Roberto de Souza <jose.souza@intel.com>
    Cc: Dariusz Marcinkiewicz <darekm@google.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Raymond Smith <raymond.smith@arm.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Colin Ian King <colin.king@canonical.com>
    Cc: Thomas Zimmermann <tzimmermann@suse.de>
    Cc: Dan Carpenter <dan.carpenter@oracle.com>
    Cc: Mihail Atanassov <Mihail.Atanassov@arm.com>
    Cc: Lowry Li <Lowry.Li@arm.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Jyri Sarha <jsarha@ti.com>
    Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
    Cc: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
    Cc: Steven Price <steven.price@arm.com>
    Cc: Benjamin Gaignard <benjamin.gaignard@st.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    Cc: Icenowy Zheng <icenowy@aosc.io>
    Cc: Iago Toral Quiroga <itoral@igalia.com>
    Cc: David Riley <davidriley@chromium.org>
    
  • drm-intel-next-2019-10-07
    UAPI Changes:
    - Never allow userptr into the mappable GGTT (Chris)
      No existing users. Avoid anyone from even trying to
      spare a deadlock scenario.
    
    Cross-subsystem Changes:
    
    Core Changes:
    
    Driver Changes:
    
    - Eliminate struct_mutex use as BKL! (Chris)
      Only used for execbuf serialisation.
    
    - Initialize DDI TC and TBT ports (D-I) on Tigerlake (Lucas)
    - Fix DKL link training for 2.7GHz and 1.62GHz (Jose)
    - Add Tigerlake DKL PHY programming sequences (Clinton)
    - Add Tigerlake Thunderbolt PLL divider values (Imre)
    
    - drm/i915: Use helpers for drm_mm_node booleans (Chris)
    - Restrict L3 remapping sysfs interface to dwords (Chris)
    - Fix audio power up sequence for gen10+ display (Kai)
    - Skip redundant execlist resubmission (Chris)
    - Only unwedge if we can reset GPU first (Chris)
    - Initialise breadcrumb lists on the virtual engine (Chris)
    - Don't rely on kernel context existing during early errors (Matt A)
    - Update Icelake+ MG_DP_MODE programming table (Clinton)
    - Update DMC firmware for Icelake (Anusha)
    - Downgrade DP MST error after unplugging TypeC cable (Srinivasan)
    - Limit MST modes based on plane size too (Ville)
    - Polish intel_tv_mode_valid() (Ville)
    - Fix g4x sprite scaling stride check with GTT remapping (Ville)
    - Don't advertize non-exisiting crtcs (Ville)
    - Clean up encoder->crtc_mask setup (Ville)
    - Use tc_port instead of port parameter to MG registers (Jose)
    - Remove static variable for aux last status (Jani)
    - Implement a better i945gm vblank irq vs. C-states workaround (Ville)
    
    - Make the object creation interface consistent (CQ)
    - Rename intel_vga_msr_write() to intel_vga_reset_io_mem() (Jani, Ville)
    - Eliminate previous drm_dbg/drm_err usage (Jani)
    - Move gmbus setup down to intel_modeset_init() (Jani)
    - Abstract all vgaarb access to intel_vga.[ch] (Jani)
    - Split out i915_switcheroo.[ch] from i915_drv.c (Jani)
    - Use intel_gt in has_reset* (Chris)
    - Eliminate return value for i915_gem_init_early (Matt A)
    - Selftest improvements (Chris)
    - Update HuC firmware header version number format (Daniele)
  • v5.4-rc2
    da0c9ea1 · Linux 5.4-rc2 ·
    Linux 5.4-rc2
    
  • drm-fixes-2019-10-04
    drm fixes for 5.4-rc2
    
    core:
    - writeback fixes
    
    i915:
    - Fix DP-MST crtc_mask
    - Fix dsc dpp calculations
    - Fix g4x sprite scaling stride check with GTT remapping
    - Fix concurrence on cases where requests where getting retired at same time as resubmitted to HW
    - Fix gen9 display resolutions by setting the right max plane width
    - Fix GPU hang on preemption
    - Mark contents as dirty on a write fault. This was breaking cursor sprite with dumb buffers.
    
    komeda:
    - memory leak fix
    
    tilcdc:
    - include fix
    
    amdgpu:
    - Enable bulk moves
    - Power metrics fixes for Navi
    - Fix S4 regression
    - Add query for tcc disabled mask
    - Fix several leaks in error paths
    - randconfig fixes
    - clang fixes
    
  • drm-intel-fixes-2019-10-03-1
    - Fix DP-MST crtc_mask
    - Fix dsc dpp calculations
    - Fix g4x sprite scaling stride check with GTT remapping
    
    Short summary of fixes pull (less than what git shortlog provides):
    - explain anything non-fixes (e.g. cleanups) and why it's appropriate
    - highlight regressions
    - summarize pull requests contained
    This shouldn't be more than a few lines (or it indicates your fixes pull is a
    bit too big).
    
  • drm-intel-fixes-2019-10-03
    - Fix dsc dpp calculations
    - Fix g4x sprite scaling stride check with GTT remapping
    
  • drm-misc-fixes-2019-10-03
     - One include fix for tilcdc
     - A clock fix for OMAP
     - A memory leak fix for Komeda
     - Some fixes for resources cleanups with writeback
    
  • drm-misc-fixes-2019-10-02
     - One include fix for tilcdc
     - A memory leak fix for Komeda
     - Some fixes for resources cleanups with writeback
    
  • drm-misc-next-fixes-2019-10-02
    - One include fix for tilcdc
    
  • v5.4-rc1
    54ecb8f7 · Linux 5.4-rc1 ·
    Linux 5.4-rc1