Re: [git pull] drm fixes for 5.9-rc5

2020-09-11 Thread pr-tracker-bot
The pull request you sent on Fri, 11 Sep 2020 17:20:15 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d67f2ec1f5fed849d9773cd783ea161df842bbae

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[git pull] drm fixes for 5.9-rc5

2020-09-11 Thread Dave Airlie
Hi Linus,

Regular fixes, not much a major amount. One thing though is Laurent
fixed some Kconfig issues, and I'm carrying the rapidio kconfig change
so the drm one for xlnx driver works. He hadn't got a response from
rapidio maintainers.

Otherwise, virtio, sun4i, tve200, ingenic have some fixes, one audio
fix for i915 and a core docs fix.

DAve.


drm-fixes-2020-09-11:
drm fixes for 5.9-rc5

rapidio/xlnx kconfig fix.

core:
- Documentation fix.

i915:
- audio regression fix

virtio:
- Fix double free in virtio.
- Fix virtio unblank.
- Remove output->enabled from virtio, as it should use crtc_state.

sun4i:
- Add missing put_device in sun4i, and other fixes.
- Handle sun4i alpha on lowest plane correctly.

tv200:
- Fix tve200 enable/disable.

ingenic
- Small ingenic fixes.
The following changes since commit 20561da3a2e1e0e827ef5510cb0f74bcfd377e41:

  Revert "drm/i915/gem: Delete unused code" (2020-09-08 15:45:27 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-11

for you to fetch changes up to 7f7a47952c0f981f9c9a6409c8cf8d025d55af64:

  Merge tag 'drm-misc-fixes-2020-09-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-09-11
09:49:23 +1000)


drm fixes for 5.9-rc5

rapidio/xlnx kconfig fix.

core:
- Documentation fix.

i915:
- audio regression fix

virtio:
- Fix double free in virtio.
- Fix virtio unblank.
- Remove output->enabled from virtio, as it should use crtc_state.

sun4i:
- Add missing put_device in sun4i, and other fixes.
- Handle sun4i alpha on lowest plane correctly.

tv200:
- Fix tve200 enable/disable.

ingenic
- Small ingenic fixes.


Dave Airlie (3):
  Merge tag 'drm-xlnx-dpsub-fixes-20200905' of
git://linuxtv.org/pinchartl/media into drm-fixes
  Merge tag 'drm-intel-fixes-2020-09-10' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'drm-misc-fixes-2020-09-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Gerd Hoffmann (2):
  drm/virtio: fix unblank
  drm/virtio: drop virtio_gpu_output->enabled

Gurchetan Singh (1):
  drm/virtio: Revert "drm/virtio: Call the right shmem helpers"

Jernej Skrabec (1):
  drm/sun4i: Fix DE2 YVU handling

Kai Vehmanen (1):
  drm/i915: fix regression leading to display audio probe failure on GLK

Krzysztof Kozlowski (2):
  dma-buf: Fix kerneldoc of dma_buf_set_name()
  dma-buf: fence-chain: Document missing dma_fence_chain_init()
parameter in kerneldoc

Laurent Pinchart (2):
  rapidio: Replace 'select' DMAENGINES 'with depends on'
  drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency

Linus Walleij (1):
  drm/tve200: Stabilize enable/disable

Maxime Ripard (2):
  drm/sun4i: backend: Support alpha property on lowest plane
  drm/sun4i: backend: Disable alpha on the lowest plane on the A20

Ondrej Jirman (1):
  drm/sun4i: Fix dsi dcs long write function

Paul Cercueil (2):
  drm/ingenic: Fix leak of device_node pointer
  drm/ingenic: Fix driver not probing when IPU port is missing

Randy Dunlap (1):
  Documentation: fix dma-buf.rst underline length warning

Yu Kuai (1):
  drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux()

 Documentation/driver-api/dma-buf.rst |  2 +-
 drivers/dma-buf/dma-buf.c|  6 +++---
 drivers/dma-buf/dma-fence-chain.c|  1 +
 drivers/gpu/drm/i915/display/intel_display.c | 10 --
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c| 20 
 drivers/gpu/drm/sun4i/sun4i_backend.c|  4 +---
 drivers/gpu/drm/sun4i/sun4i_tcon.c   |  8 ++--
 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c   |  4 ++--
 drivers/gpu/drm/sun4i/sun8i_vi_layer.c   |  2 +-
 drivers/gpu/drm/tve200/tve200_display.c  | 22 +-
 drivers/gpu/drm/virtio/virtgpu_display.c | 15 +++
 drivers/gpu/drm/virtio/virtgpu_drv.h |  2 +-
 drivers/gpu/drm/virtio/virtgpu_object.c  |  8 +++-
 drivers/gpu/drm/virtio/virtgpu_plane.c   |  6 --
 drivers/gpu/drm/xlnx/Kconfig |  1 +
 drivers/rapidio/Kconfig  |  2 +-
 16 files changed, 77 insertions(+), 36 deletions(-)


Re: [git pull] drm fixes for 5.9-rc5 (special edition)

2020-09-08 Thread pr-tracker-bot
The pull request you sent on Tue, 8 Sep 2020 16:22:25 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-08

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f6a73c8b715d59594d48450a734297ab21f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[git pull] drm fixes for 5.9-rc5 (special edition)

2020-09-07 Thread Dave Airlie
Hi Linus,

The i915 reverts are going to be a bit of a conflict mess for next, so
I decided to dequeue them now, along with some msm fixes for a ring
corruption issue, that Rob sent over the weekend.

Dave.

drm-fixes-2020-09-08:
drm fixes for 5.9-rc5 (special edition)

i915:
- revert gpu relocation changes due to regression

msm:
- fixes for RPTR corruption issue
The following changes since commit f4d51dffc6c01a9e94650d95ce0104964f8ae822:

  Linux 5.9-rc4 (2020-09-06 17:11:40 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-08

for you to fetch changes up to 20561da3a2e1e0e827ef5510cb0f74bcfd377e41:

  Revert "drm/i915/gem: Delete unused code" (2020-09-08 15:45:27 +1000)


drm fixes for 5.9-rc5 (special edition)

i915:
- revert gpu relocation changes due to regression

msm:
- fixes for RPTR corruption issue


Dave Airlie (4):
  Merge tag 'drm-msm-fixes-2020-09-04' of
https://gitlab.freedesktop.org/drm/msm into drm-fixes
  Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"
  Revert "drm/i915/gem: Async GPU relocations only"
  Revert "drm/i915/gem: Delete unused code"

Jordan Crouse (4):
  drm/msm: Split the a5xx preemption record
  drm/msm: Enable expanded apriv support for a650
  drm/msm: Disable preemption on all 5xx targets
  drm/msm: Disable the RPTR shadow

 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 314 +++--
 drivers/gpu/drm/i915/gem/i915_gem_object.h |   4 +
 drivers/gpu/drm/i915/gem/i915_gem_pages.c  |  14 +
 .../drm/i915/gem/selftests/i915_gem_execbuffer.c   |  21 +-
 drivers/gpu/drm/msm/adreno/a2xx_gpu.c  |   5 +
 drivers/gpu/drm/msm/adreno/a3xx_gpu.c  |  10 +
 drivers/gpu/drm/msm/adreno/a4xx_gpu.c  |  10 +
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c  |  14 +-
 drivers/gpu/drm/msm/adreno/a5xx_gpu.h  |   1 +
 drivers/gpu/drm/msm/adreno/a5xx_preempt.c  |  25 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c  |  13 +-
 drivers/gpu/drm/msm/adreno/adreno_gpu.c|  27 +-
 drivers/gpu/drm/msm/msm_gpu.c  |   2 +-
 drivers/gpu/drm/msm/msm_gpu.h  |  11 +
 drivers/gpu/drm/msm/msm_ringbuffer.c   |   4 +-
 15 files changed, 411 insertions(+), 64 deletions(-)