[PULL] drm-misc-next-fixes

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Feb 25 09:25:45 UTC 2021


drm-misc-next-fixes-2021-02-25:
drm-misc-next tasty fixes for v5.12:
- Cherry pick of drm-misc-fixes pull:
"here's this week's PR for drm-misc-fixes. One of the patches is a memory
leak; the rest is for hardware issues."
- Fix dt bindings for dp connector.
- Fix build error in atyfb.
- Improve error handling for dma-buf heaps.
- Make vblank timestamp more correct, by recording timestamp to be set when signaling.
The following changes since commit e2183fb135a7f62d317aa1c61eb3d1919080edba:

  Revert "drm/scheduler: Job timeout handler returns status (v3)" (2021-02-10 15:26:00 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2021-02-25

for you to fetch changes up to d922d58fedcd98ba625e89b625a98e222b090b10:

  drm/panel: kd35t133: allow using non-continuous dsi clock (2021-02-25 10:18:45 +0100)

----------------------------------------------------------------
drm-misc-next tasty fixes for v5.12:
- Cherry pick of drm-misc-fixes pull:
"here's this week's PR for drm-misc-fixes. One of the patches is a memory
leak; the rest is for hardware issues."
- Fix dt bindings for dp connector.
- Fix build error in atyfb.
- Improve error handling for dma-buf heaps.
- Make vblank timestamp more correct, by recording timestamp to be set when signaling.

----------------------------------------------------------------
Alyssa Rosenzweig (1):
      drm/rockchip: Require the YTR modifier for AFBC

Bjorn Andersson (1):
      dt-bindings: dp-connector: Drop maxItems from -supply

Heiko Stuebner (1):
      drm/panel: kd35t133: allow using non-continuous dsi clock

John Stultz (2):
      dma-buf: system_heap: Make sure to return an error if we abort
      dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd

Randy Dunlap (1):
      fbdev: atyfb: add stubs for aty_{ld,st}_lcd()

Veera Sundaram Sankaran (2):
      dma-fence: allow signaling drivers to set fence timestamp
      drm/drm_vblank: set the dma-fence timestamp during send_vblank_event

xinhui pan (1):
      drm/ttm: Fix a memory leak

 .../bindings/display/connector/dp-connector.yaml   |  1 -
 drivers/dma-buf/dma-fence.c                        | 70 +++++++++++++++++++---
 drivers/dma-buf/dma-heap.c                         | 14 ++++-
 drivers/dma-buf/heaps/cma_heap.c                   | 22 +++----
 drivers/dma-buf/heaps/system_heap.c                | 25 ++++----
 drivers/gpu/drm/drm_file.c                         | 68 +++++++++++++++++----
 drivers/gpu/drm/drm_vblank.c                       |  9 ++-
 drivers/gpu/drm/panel/panel-elida-kd35t133.c       |  3 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        | 11 ++++
 drivers/gpu/drm/ttm/ttm_bo.c                       |  9 ++-
 drivers/video/fbdev/aty/atyfb_base.c               |  9 +++
 include/drm/drm_file.h                             |  3 +
 include/linux/dma-fence.h                          |  3 +
 include/linux/dma-heap.h                           | 12 ++--
 14 files changed, 197 insertions(+), 62 deletions(-)


More information about the dri-devel mailing list