Tags give the ability to mark specific points in history as being important
-
-
-
-
-
drm-misc-next-2019-04-04
f15a3ea8 · ·drm-misc-next for 5.2: UAPI Changes: -syncobj: Add TIMELINE_WAIT|QUERY|TRANSFER|TIMELINE_SIGNAL ioctls (Chunming) -Clarify that 1.0 can be represented by drm_color_lut (Daniel) Cross-subsystem Changes: -dt-bindings: Add binding for rk3066 hdmi (Johan) -dt-bindings: Add binding for Feiyang FY07024DI26A30-D panel (Jagan) -dt-bindings: Add Rocktech vendor prefix and jh057n00900 panel bindings (Guido) -MAINTAINERS: Add lima and ASPEED entries (Joel & Qiang) Core Changes: -memory: use dma_alloc_coherent when mem encryption is active (Christian) -dma_buf: add support for a dma_fence chain (Christian) -shmem_gem: fix off-by-one bug in new shmem gem helpers (Dan) Driver Changes: -rockchip: Add support for rk3066 hdmi (Johan) -ASPEED: Add driver supporting ASPEED BMC display controller to drm (Joel) -lima: Add driver supporting Arm Mali4xx gpus to drm (Qiang) -vc4/v3d: Various cleanups and improved error handling (Eric) -panel: Add support for Feiyang FY07024DI26A30-D MIPI-DSI panel (Jagan) -panel: Add support for Rocktech jh057n00900 MIPI-DSI panel (Guido) Cc: Johan Jonker <jbx6244@gmail.com> Cc: Christian König <christian.koenig@amd.com> Cc: Chunming Zhou <david1.zhou@amd.com> Cc: Dan Carpenter <dan.carpenter@oracle.com> Cc: Eric Anholt <eric@anholt.net> Cc: Qiang Yu <yuq825@gmail.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Guido Günther <agx@sigxcpu.org> Cc: Joel Stanley <joel@jms.id.au>
-
drm-intel-fixes-2019-04-04
Only one fix for DSC (backoff after drm_modeset_lock deadlock) and GVT's fixes including vGPU display plane size calculation, shadow mm pin count, error recovery path for workload create and one kerneldoc fix.
-
-
drm-intel-next-2019-04-04
28d618e9 · ·Cross-subsystem Changes: - Add Elkhartlake (Gen11) stolen memory early quirks (Rodrigo) Driver Changes: - Mark all Elkhartlake ports as combo phys (Bob) - Enable 10bit gamma for Ivybridge and newer platforms (Ville) - Expose the legacy LUT via the GAMMA_LUT/GAMMA_LUT_SIZE props on gen2/3 (Ville) - Skip modeset for cdclk changes if possible (Ville, Abhay, Imre) - Force 2*96 MHz cdclk on Geminilake/Cannonlake when audio power is enabled (Ville) - Modularize and correct gamma/degamma/CSC code per platform (Ville) - Fix gamma register programming (Uma) - Avoid drm_modeset_lock() deadlock splat (Chris) - Check cache domains for userptr on release (Chris) - Avoid deadlock if we pwrite into mmap'd region (Chris) - Only emit one semaphore per request to avoid exhausting ringbuf (Chris) - Continue to clean up the uncore code (Daniele) - Introduce sub-platform concept to organize code (Tvrtko) - Header splitting untangling (Chris) - Avoid using ctx->file_priv during construction (Chris) - GuC code improvements (Robert)
-
-
-
-
-
-
-
-
-
sound-5.1-rc3
e2a829b3 · ·sound fixes for 5.1-rc3 The important fixes at this time are a couple fixes in ALSA core: a fix for PCM is about the OOB access in PCM OSS plugins that has been for long time, but hasn't hit so often until now just because we allocated a large buffer via vmalloc(), and surfaced more often after switching to kvmalloc(). Another fix is for a long-standing PCM problem wrt racy PM resume. Others are trivial nospec coverage and usual HD-audio quirks.
-
drm-intel-fixes-2019-03-28
26cdaac4 · ·drm/i915 fixes for v5.2-rc3: - fix mmap range checks - fix gvt ppgtt mm LRU list access races - fix selftest error pointer check - fix a macro definition (pre-emptive for potential further backports) - fix one AML SKU ULX status
-
drm-misc-next-2019-03-28-1
530b2842 · ·drm-misc-next for 5.2: UAPI Changes: - None Cross-subsystem Changes: - None Core Changes: - Fix compilation when CONFIG_FBDEV not selected (Daniel) Driver Changes: - virtio: package function args in virtio_gpu_object_params (Gerd) Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Gerd Hoffmann <kraxel@redhat.com>
-
drm-misc-next-2019-03-28
9d5549d8 · ·drm-misc-next for 5.2: UAPI Changes: - Remove unused DRM_DISPLAY_INFO_LEN (Ville) Cross-subsystem Changes: - None Core Changes: - fbdev: Make skip_vt_switch default (Daniel) - Merge fb_helper_fill_fix, fb_helper_fill_var into fb_helper_fill_info (Daniel) - Remove unused fields in connector, display_info, and edid_quirks (Ville) Driver Changes: - vkms: Fix potential NULL-dereference bug (Kangjie) Cc: Kangjie Lu <kjlu@umn.edu> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>