-
drm-misc-next-fixes-2020-04-09152cce00 · ·
A few DMA-related fixes, an OOB fix for virtio and a probe-related fix for analogix_dp
-
topic/phy-compliance-2020-04-088cdf7271 · ·
Topic pull request for topic/phy-compliance: - Standardize DP_PHY_TEST_PATTERN name. - Add support for setting/getting test pattern from sink. - Implement DP PHY compliance to i915.
-
drm-misc-next-fixes-2020-04-04d8a26d8f · ·
A bunch of fixes to avoid null pointer dereference in fbcon, fix a return in xen, some DT bindings fixes, a vc4 issue with 1920x1200 mode validation, and a conflicting framebuffer in vboxvideo.
-
drm-misc-fixes-2020-03-2647f7826c · ·
drm-misc-fixes for v5.6: - SG fixes for prime, radeon and amdgpu.
-
drm-misc-next-fixes-2020-03-26d021d751 · ·
Two main topics in that first drm-misc-next-fixes PR, first a revert of the data-mapping property in the DT that turned out to be non-optimal (but hasn't reached a stable release yet), and an improvement of a Kconfig help text.
-
drm-misc-fixes-2020-03-18-1b216a8e7 · ·
One more fix for v5.6: - drm/lease: fix WARNING in idr_destroy
-
drm-misc-fixes-2020-03-188c34cd1a · ·
drm-misc-fixes for v5.6: - Fix AVI frame colorimetry in the dw-hdmi bridge. - Fix compiler warning in komeda by annotating functions as __maybe_unused. - Downgrade bochs pci_request_region failure from error to warning to workaround firmware fb.
-
drm-misc-next-2020-03-176afe6929 · ·
drm-misc-next for 5.7: UAPI Changes: Cross-subsystem Changes: Core Changes: - dp-mst: Remove register_connector callback, add drm_dp_destroy_connector - Changes to scnprintf on multiple instances Driver Changes: - meson: Support for YUV420 - panel: Support Ortustech COM37H3M, idk-1110wr and idk-2121wr, multiple dotclock fixes
-
topic/mst-bw-check-fixes-for-airlied-2020-03-12-2047d4cd2 · ·
UAPI Changes: None Cross-subsystem Changes: None Core Changes: Fixed regressions introduced by commit cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST atomic check"), which would cause us to: * Calculate the available bandwidth on an MST topology incorrectly, and as a result reject most display configurations that would try to enable more then one sink on a topology * Occasionally expose MST connectors to userspace before finishing probing their PBN capabilities, resulting in us rejecting display configurations because we assumed briefly that no bandwidth was available Driver Changes: None
-
topic/mst-bw-check-fixes-for-airlied-2020-03-12-1047d4cd2 · ·
UAPI Changes: None Cross-subsystem Changes: None Core Changes: Fixed some issues introduced by commit cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST atomic check"), which caused the DP MST helpers to incorrectly reject display configurations in drm_dp_mst_atomic_check() as a result of miscalculating the available bandwidth. Additionally, another issue that was required for this to work was fixed where we would reject display configurations because we would accidentally expose MST connectors to userspace before having probed their available bandwidth. Driver Changes: None
-
topic/mst-bw-check-fixes-for-airlied-2020-03-1116f48eec · ·
UAPI Changes: None Cross-subsystem Changes: None Core Changes: Re-write the bandwidth helper checks in drm_dp_mst_atomic_check() to fix some regressions that were introduced by commit cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST atomic check"). This was put into a topic branch per-request of airlied. Driver Changes: None
-
drm-misc-next-2020-03-09bc1a4130 · ·
drm-misc-next for 5.7: UAPI Changes: Cross-subsystem Changes: Core Changes: Driver Changes: - fb-helper: Remove drm_fb_helper_{add,add_all,remove}_one_connector - fbdev: some cleanups and dead-code removal - Conversions to simple-encoder - zero-length array removal - Panel: panel-dpi support in panel-simple, Novatek NT35510, Elida KD35T133,
-
drm-misc-fixes-2020-03-051b79cfd9 · ·
Fixes for v5.6.rc5: - Fix memory leak - Fix resource id creation race in virtio. - Various mmap fixes. - Fix fence leak in ttm_buffer_object_transfer(). - Fixes for sun4i VI layer format support. - kirin: Revert "Fix for hikey620 display offset problem"
-
drm-misc-next-2020-02-2718b39fb9 · ·
drm-misc-next for $kernel-version: UAPI Changes: Cross-subsystem Changes: Core Changes: - bridge: huge rework to get rid of omap_dss custom display drivers Driver Changes: - hisilicon: some fixes related to modes it can deal with / default to - virtio: shmem and gpu context fixes and enhancements - sun4i: Support for LVDS on the A33
-
drm-misc-next-2020-02-21d718e53a · ·
drm-misc-next for 5.7: UAPI Changes: Cross-subsystem Changes: Core Changes: - crtc: Drop get_crtc callback - dp: Add support for DP1.4 EDID corruption test - edid: Improve CEA detailed timings support - format-helper: Move to a GPL2/MIT dual license - mode: Drop drm_display_mode.private - vblank: Convert drm-driver vblank related code to CRTC equivalents and cleanup the core. - drm_global_mutex reworks Driver Changes: - hibmc: Add gamma_set support and improve DPMS support - pl111: Support Integrator IM-PD1 - sun4i: LVDS support for the A20, improvements to panel handling in DSI - virtio: job batching improvements, mem handling code rework - panel: Support for Rocktech RK101II01D-CT - bridge: Support for ADV7535, tc358768, improvements to ti-sn65dsi86
-
drm-misc-fixes-2020-02-20dde2bb2d · ·
drm-misc-fixes for v5.6-rc3: - Fix dt binding for sunxi. - Allow only 1 rotation argument, and allow 0 rotation in video cmdline. - Small compiler warning fix for panfrost. - Fix when using performance counters in panfrost when using per fd address space.
-
drm-misc-next-2020-02-1006f749af · ·
drm-misc-next for 5.7: UAPI Changes: - lima: Add support for heap buffers Cross-subsystem Changes: Core Changes: - Implement mode_config mode_valid for memory constrained drivers - Bus format negociation between bridges - Consolidate fake vblank events for drivers without vblank interrupts - drm/bufs: dma_alloc related cleanups - drm/dp_mst: Various fixes - drm/print: New drm_device based print helpers - Thomas is a drm-misc maintainer now! Driver Changes: - DPMS cleanups for atomic drivers - Removal of owner field in SPI tinydrm drivers - Removal of explicit dependency on DT for tinydrm drivers - Conversion to YAML schemas for DT bindings - tidss: New driver - virtio: various reworks and fixes - Our usual dozen or so new panels or bridges
-
drm-misc-next-fixes-2020-02-07e1cf35b9 · ·
drm-misc-next fixes for v5.6: - Fix build error in drm/edid. - Plug close-after-free race in vgem_gem_create. - Handle CONFIG_DMA_API_DEBUG_SG better in drm/msm.
-
drm-misc-fixes-2020-02-077e0cf7e9 · ·
Fixes for v5.6: - Revert allow_fb_modifiers in sun4i, as it causes a regression for DE2 and DE3. - Fix null pointer deref in drm_dp_mst_process_up_req().
-
drm-misc-fixes-2020-01-22-1bdefca2d · ·
-mst: Fix SST branch device handling (Wayne) -panfrost: Fix mapping of globally visible BO's (Boris) Cc: Wayne Lin <Wayne.Lin@amd.com> CC: Boris Brezillon <boris.brezillon@collabora.com>