Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-fixes-2019-05-24-1
    drm i915, amdgpu, vmwgfx, sun4i, panfrost, gma500 fixes. + revert build breakage
    
  • drm-misc-next-2019-05-24
    drm-misc-next for v5.3, try #2:
    
    Cross-subsystem Changes:
    - Fix device tree bindings in drm-misc-next after a botched merge.
    
    Core Changes:
    - Docbook fix for drm_hdmi_infoframe_set_hdr_metadata.
    
    Driver Changes:
    - mediatek: Fix compiler warning after merging the HDR series.
    - vc4: Rework binner bo handling.
    
  • drm-fixes-2019-05-24
    drm i915, amdgpu, vmwgfx, sun4i, panfrost, gma500 fixes.
    
  • drm-misc-next-2019-05-23
    We keep adding support for panels at a high rate, is it still worth listing them individually?
    
    drm-misc-next for v5.3:
    
    UAPI Changes:
    - Add HDR source metadata property.
    - Make drm.h compile on GNU/kFreeBSD by including stdint.h
    - Clarify how the userspace reviewer has to review new kernel UAPI.
    - Clarify that for using new UAPI, merging to drm-next or drm-misc-next should be enough.
    
    Cross-subsystem Changes:
    - video/hdmi: Add unpack function for DRM infoframes.
    - Device tree bindings:
      * Updating a property for Mali Midgard GPUs
      * Updating a property for STM32 DSI panel
      * Adding support for FriendlyELEC HD702E 800x1280 panel
      * Adding support for Evervision VGG804821 800x480 5.0" WVGA TFT panel
      * Adding support for the EDT ET035012DM6 3.5" 320x240 QVGA 24-bit RGB TFT.
      * Adding support for Three Five displays TFC S9700RTWV43TR-01B 800x480 panel
        with resistive touch found on TI's AM335X-EVM.
      * Adding support for EDT ETM0430G0DH6 480x272 panel.
    - Add OSD101T2587-53TS driver with DT bindings.
    - Add Samsung S6E63M0 panel driver with DT bindings.
    - Add VXT VL050-8048NT-C01 800x480 panel with DT bindings.
    - Dma-buf:
      - Make mmap callback actually optional.
      - Documentation updates.
      - Fix debugfs refcount inbalance.
      - Remove unused sync_dump function.
    
    Core Changes:
    - Add support for HDR infoframes and related EDID parsing.
    - Remove prime sg_table caching, now done inside dma-buf.
    - Add shiny new drm_gem_vram helpers for simple VRAM drivers;
      with some fixes to the new API on top.
    - Small fix to job cleanup without timeout handler.
    - Documentation fixes to drm_fourcc.
    - Replace lookups of drm_format with struct drm_format_info;
      remove functions that become obsolete by this conversion.
    - Remove double include in bridge/panel.c and some drivers.
    - Remove drmP.h include from drm/edid and drm/dp.
    - Fix null pointer deref in drm_fb_helper_hotplug_event().
    - Remove most members from drm_fb_helper_crtc, only mode_set is kept.
    - Remove race of fb helpers with userspace; only restore mode
      when userspace is not master.
    - Move legacy setup from drm_file.c to drm_legacy_misc.c
    - Rework scheduler job destruction.
    - drm/bus was removed, remove from TODO.
    - Add __drm_atomic_helper_crtc_reset() to subclass crtc_state,
      and convert some drivers to use it (conversion is not complete yet).
    - Bump vblank timeout wait to 100 ms for atomic.
    
    Driver Changes:
    - sun4i: Use DRM_GEM_CMA_VMAP_DRIVER_OPS instead of definining manually.
    - v3d: Small cleanups, adding support for compute shaders,
           reservation/synchronization fixes and job management refactoring,
           fixes MMU and debugfs.
    - lima: Fix null pointer in irq handler on startup, set default timeout for scheduled jobs.
    - stm/ltdc: Assorted fixes and adding FB modifier support.
    - amdgpu: Avoid hw reset if guilty job was already signaled.
    - virtio: Add seqno to fences, add trace events, use correct flags for fence allocation.
    - Convert AST, bochs, mgag200, vboxvideo, hisilicon to the new drm_gem_vram API.
    - sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transfers.
    - bochs: Small fix to use PTR_RET_OR_ZERO and driver unload.
    - gma500: header fixes
    - cirrus: Remove unused files.
    
  • drm-intel-fixes-2019-05-23
    - Fix boosting of new client to be non-preemptive
    - Fix to actually bump ready tasks ahead of busywaits
    - Includes gvt-fixes-2019-05-21
  • drm-misc-fixes-2019-05-22
    - sun4i fixes to hdmi phy as well as u16 overflow in dsi (left from -next-fixes)
    - gma500 fix to make lvds detection more reliable
    - select devfreq for panfrost since it can't probe without it
    
  • drm-misc-next-fixes-2019-05-20
    A few patches missed the last -next-fixes pull request. Tagging those
    patches so we can merge them into -fixes.
    
    Signed-off-by: Sean Paul <seanpaul@chromium.org>
    
  • v5.2-rc1
    a188339c · Linux 5.2-rc1 ·
    Linux 5.2-rc1
    
  • sound-fix-5.2-rc1
    sound fixes for 5.2-rc1
    
    Just a few HD-audio fixes, most of which are specific to Realtek
    codecs.
    
  • drm-next-2019-05-16
    drm i915, amdgpu, nouveau, msm, panfrost, bridge, pl111 fixes
    
  • drm-misc-next-fixes-2019-05-15
    - A couple new panfrost fixes
    - Fix the low refresh rate register in adv7511
    - A handful of msm fixes that fell out of 5.1 bringup on SDM845
    - Fix spinlock initialization in pl111
    
  • drm-intel-next-fixes-2019-05-15
    - Disable framebuffer compression on Geminilake
    - Fixes for HSW EDP fastset and a IRQ handler vs. RCU race
  • sound-5.2-rc1
    sound updates for 5.2-rc1
    
    The most significant changes at this cycle are the Sound Open Firmware
    support from Intel for the common DSP framework along with its support
    for Intel platforms. It's a door opened to a real "free" firmware (in
    the sense of FOSS), and other parties show interests in it.
    
    In addition to SOF, we've got a bunch of updates and fixes as usual.
    Some highlights are below.
    
    ALSA core:
     - Cleanups and fixes in ALSA timer code to cover some races spotted
       by syzkaller
     - Cleanups and fixes in ALSA sequencer code to cover some races,
       again unsurprisingly, spotted by syzkaller
     - Optimize the common page allocation helper with alloc_pages_exact()
    
    ASoC:
     - Add SOF core support, as well as Intel SOF platform support
     - Generic card driver improvements: support for MCLK/sample rate
       ratio and pin switches
     - A big set of improvements to TLV320AIC32x4 drivers
     - New drivers for Freescale audio mixers, several Intel machines,
       several Mediatek machines, Meson G12A, Spreadtrum compressed audio
       and DMA devices
    
    HD-audio:
     - A few Realtek codec fixes for reducing pop noises
     - Quirks for Chromebooks
     - Workaround for faulty connection report on AMD/Nvidia HDMI
    
    Others:
     - A quirk for Focusrite Scarlett Solo USB-audio
     - Add support for MOTU 8pre FireWire
     - 24bit sample format support in aloop
     - GUS patch format support (finally, over a decade) in native
       emux synth code
    
  • drm-intel-next-fixes-2019-05-09
    - Two fixes for the freshly enabled semaphore ordering code
    - Includes gvt-next-fixes-2019-05-07
  • drm-next-2019-05-09
    drm pull request for 5.2
    
  • drm-misc-next-fixes-2019-05-08
    - A handful of fixes from -next that just missed feature freeze
    - More panfrost fixes that went directly in -misc-next-fixes (various)
    - Fix searchpaths during build (Masahiro)
    - msm patch to fix the driver for chips without zap shader (Rob)
    - Fix freeing imported buffers in drm_gem_cma_free_object() (Noralf)
    
    Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
    Cc: Rob Clark <robdclark@chromium.org>
    Cc: Noralf Trønnes <noralf@tronnes.org>
    
  • v5.1
    e93c9c99 · Linux 5.1 ·
    Linux 5.1
    
  • panfrost-fixes
    Tagging commit at head of panfrost fixes (+ rockchip fix) that need to go into
    -misc-next-fixes.
    
    Signed-off-by: Sean Paul <seanpaul@chromium.org>
    
  • drm-fixes-2019-05-03
    drm one qxl revert
    
  • sound-5.1
    sound fixes for 5.1
    
    A few stable fixes at this round.
    The USB Line6 audio fixes are a bit large, but they are rather trivial
    and pretty much device-specific, so should be safe to apply at this
    late stage.  Ditto for other HD-audio quirks.