dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PULL] drm-fixes
@ 2020-03-06 21:08 Daniel Vetter
  2020-03-06 22:20 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2020-03-06 21:08 UTC (permalink / raw)
  To: Dave Airlie, Linus Torvalds; +Cc: LKML, dri-devel

Hi Linus,

Here's the pull for the lone vgacon fix that we discussed. I added a short
explanation to the commit message where the overflow safety check is.

drm-fixes-2020-03-06-1:
one vgacon input check for stable

Cheers, Daniel

The following changes since commit 2ac4853e295bba53209917e14af701c45c99ce04:

  Merge tag 'amd-drm-fixes-5.6-2020-03-05' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-03-06 11:06:33 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-03-06-1

for you to fetch changes up to 513dc792d6060d5ef572e43852683097a8420f56:

  vgacon: Fix a UAF in vgacon_invert_region (2020-03-06 21:06:34 +0100)

----------------------------------------------------------------
one vgacon input check for stable

----------------------------------------------------------------
Zhang Xiaoxu (1):
      vgacon: Fix a UAF in vgacon_invert_region

 drivers/video/console/vgacon.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2020-03-06 21:08 [PULL] drm-fixes Daniel Vetter
@ 2020-03-06 22:20 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2020-03-06 22:20 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, dri-devel

The pull request you sent on Fri, 6 Mar 2020 22:08:54 +0100:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-03-06-1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2023-01-06 23:05 Daniel Vetter
@ 2023-01-06 23:58 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2023-01-06 23:58 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, DRI Development

The pull request you sent on Sat, 7 Jan 2023 00:05:01 +0100:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-01-06

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

Thank you!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2023-01-06 23:05 Daniel Vetter
  2023-01-06 23:58 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2023-01-06 23:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development

Hi Linus

Still not much, but more than last week. Dave should be back next week
from the beaching.

drm-fixes-2023-01-06:
drm-fixes for 6.2-rc3

drivers:
- i915-gvt fixes
- amdgpu/kfd fixes
- panfrost bo refcounting fix
- meson afbc corruption fix
- imx plane width fix

core:
- drm/sched fixes
- drm/mm kunit test fix
- dma-buf export error handling fixes

Cheers, Daniel

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-01-06

for you to fetch changes up to 5193326c4c5a656c733b6d2c6537e3f36319bcac:

  Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-01-06 10:16:49 +0100)

----------------------------------------------------------------
drm-fixes for 6.2-rc3

drivers:
- i915-gvt fixes
- amdgpu/kfd fixes
- panfrost bo refcounting fix
- meson afbc corruption fix
- imx plane width fix

core:
- drm/sched fixes
- drm/mm kunit test fix
- dma-buf export error handling fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/tests: reduce drm_mm_test stack usage

Carlo Caione (1):
      drm/meson: Reduce the FIFO lines held when AFBC is not used

Christian König (1):
      dma-buf: fix dma_buf_export init order v2

Dan Carpenter (1):
      drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()

Daniel Vetter (4):
      Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-misc-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-6.2-2023-01-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Dmitry Osipenko (2):
      drm/scheduler: Fix lockup in drm_sched_entity_kill()
      drm/scheduler: Fix lockup in drm_sched_entity_kill()

Ma Jun (1):
      drm/plane-helper: Add the missing declaration of drm_atomic_state

Maxime Ripard (1):
      Merge drm/drm-fixes into drm-misc-fixes

Michel Dänzer (1):
      Revert "drm/amd/display: Enable Freesync Video Mode by default"

Mukul Joshi (1):
      drm/amdkfd: Fix kernel warning during topology setup

Philipp Zabel (1):
      drm/imx: ipuv3-plane: Fix overlay plane width

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2023-01-05' of https://github.com/intel/gvt-linux into drm-intel-fixes

Samson Tam (1):
      drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0

Steven Price (1):
      drm/panfrost: Fix GEM handle creation ref-counting

Xiu Jianfeng (1):
      drm/virtio: Fix memory leak in virtio_gpu_object_create()

Zheng Wang (1):
      drm/i915/gvt: fix double free bug in split_2MB_gtt_entry

Zhenyu Wang (2):
      drm/i915/gvt: fix gvt debugfs destroy
      drm/i915/gvt: fix vgpu debugfs clean in remove

Zhi Wang (1):
      drm/i915/gvt: use atomic operations to change the vGPU status

 drivers/dma-buf/dma-buf-sysfs-stats.c              |  7 +-
 drivers/dma-buf/dma-buf-sysfs-stats.h              |  4 +-
 drivers/dma-buf/dma-buf.c                          | 82 ++++++++++------------
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 27 +++++++
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 12 ++--
 .../dc/dml/dcn32/display_mode_vba_util_32.c        |  6 +-
 drivers/gpu/drm/i915/gvt/debugfs.c                 | 36 ++++++++--
 drivers/gpu/drm/i915/gvt/dmabuf.c                  |  3 +-
 drivers/gpu/drm/i915/gvt/gtt.c                     | 21 ++++--
 drivers/gpu/drm/i915/gvt/gvt.h                     | 15 ++--
 drivers/gpu/drm/i915/gvt/interrupt.c               |  2 +-
 drivers/gpu/drm/i915/gvt/kvmgt.c                   | 35 ++++-----
 drivers/gpu/drm/i915/gvt/scheduler.c               |  4 +-
 drivers/gpu/drm/i915/gvt/vgpu.c                    | 12 ++--
 drivers/gpu/drm/imx/ipuv3-plane.c                  | 14 ++--
 drivers/gpu/drm/meson/meson_viu.c                  |  5 +-
 drivers/gpu/drm/panfrost/panfrost_drv.c            | 27 ++++---
 drivers/gpu/drm/panfrost/panfrost_gem.c            | 16 +----
 drivers/gpu/drm/panfrost/panfrost_gem.h            |  5 +-
 drivers/gpu/drm/scheduler/sched_entity.c           |  2 +-
 drivers/gpu/drm/scheduler/sched_main.c             |  4 +-
 drivers/gpu/drm/tests/Makefile                     |  2 +
 drivers/gpu/drm/tests/drm_mm_test.c                |  6 +-
 drivers/gpu/drm/virtio/virtgpu_object.c            |  6 +-
 include/drm/drm_plane_helper.h                     |  1 +
 27 files changed, 204 insertions(+), 153 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2022-09-30 22:19 Daniel Vetter
@ 2022-09-30 23:29 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2022-09-30 23:29 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, DRI Development

The pull request you sent on Sat, 1 Oct 2022 00:19:28 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-01

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

Thank you!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2022-09-30 22:19 Daniel Vetter
  2022-09-30 23:29 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2022-09-30 22:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development

Hi Linus,

As Alex mentioned already, here's some last minute amd fixes that would be
nice to also include in the final release.

drm-fixes-2022-10-01:
amdgpu:

- VCN 4.x and GC 11.x fixes, mostly around fw

Cheers, Daniel

The following changes since commit 6643b3836f3908c4f77883b2fae72451e85cf3ca:

  Merge tag 'drm-intel-fixes-2022-09-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30 09:28:58 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-01

for you to fetch changes up to 414208e48963fdb136240d7f59c15e627832d288:

  Merge tag 'amd-drm-fixes-6.0-2022-09-30-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-09-30 23:10:55 +0200)

----------------------------------------------------------------
amdgpu:

- VCN 4.x and GC 11.x fixes, mostly around fw

----------------------------------------------------------------
Daniel Vetter (1):
      Merge tag 'amd-drm-fixes-6.0-2022-09-30-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Hawking Zhang (8):
      drm/amdgpu: save rlcv/rlcp ucode version in amdgpu_gfx
      drm/amdgpu: add helper to init rlc fw in header v2_0
      drm/amdgpu: add helper to init rlc fw in header v2_1
      drm/amdgpu: add helper to init rlc fw in header v2_2
      drm/amdgpu: add helper to init rlc fw in header v2_3
      drm/amdgpu: add helper to init rlc fw in header v2_4
      drm/amdgpu: add helper to init rlc firmware
      drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcode

Sonny Jiang (2):
      drm/amdgpu: Enable VCN DPG for GC11_0_1
      drm/amdgpu: Enable sram on vcn_4_0_2

 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h   |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c   | 264 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h   |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c   |   2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c    | 151 +----------------
 drivers/gpu/drm/amd/amdgpu/soc21.c        |   1 +
 7 files changed, 281 insertions(+), 149 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2021-10-01 16:57 Daniel Vetter
@ 2021-10-01 17:45 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2021-10-01 17:45 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Linus Torvalds, DRI Development, Dave Airlie, Daniel Vetter, LKML

The pull request you sent on Fri, 1 Oct 2021 18:57:06 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-01

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

Thank you!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2021-10-01 16:57 Daniel Vetter
  2021-10-01 17:45 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2021-10-01 16:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: DRI Development, Dave Airlie, Daniel Vetter, LKML

Hi Linus,

Dave is out on a long w/e, should be back next week. Nothing nefarious,
just a bunch of driver fixes.

Cheers, Daniel

drm-fixes-2021-10-01:
drm fixes for -rc4:

amdgpu, i915, tegra, and one exynos driver fix

Cheers, Daniel

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-01

for you to fetch changes up to 78ea81417944fe03f48648eddeb8e8a8e513c4ad:

  Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2021-10-01 18:14:39 +0200)

----------------------------------------------------------------
drm fixes for -rc4:

amdgpu, i915, tegra, and one exynos driver fix

----------------------------------------------------------------
Akira Yokosawa (1):
      drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid

Cai Huoqing (1):
      drm/exynos: Make use of the helper function devm_platform_ioremap_resource()

Charlene Liu (1):
      drm/amd/display: Pass PCI deviceid into DC

Daniel Vetter (3):
      Merge tag 'drm-intel-fixes-2021-09-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-5.15-2021-09-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes

Dave Airlie (1):
      Merge tag 'drm/tegra/for-5.15-rc3' of ssh://git.freedesktop.org/git/tegra/linux into drm-fixes

Dmitry Osipenko (3):
      drm/tegra: dc: Remove unused variables
      drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMU
      gpu/host1x: fence: Make spinlock static

Hawking Zhang (1):
      drm/amdgpu: correct initial cp_hqd_quantum for gfx9

Jani Nikula (1):
      Merge tag 'gvt-fixes-2021-09-18' of https://github.com/intel/gvt-linux into drm-intel-fixes

Josip Pavic (1):
      drm/amd/display: initialize backlight_ramping_override to false

Leslie Shi (1):
      drm/amdgpu: fix gart.bo pin_count leak

Matthew Auld (1):
      drm/i915/request: fix early tracepoints

Praful Swarnakar (1):
      drm/amd/display: Fix Display Flicker on embedded panels

Prike Liang (1):
      drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix

Simon Ser (1):
      drm/amdgpu: check tiling flags when creating FB on GFX8-

Tejas Upadhyay (1):
      drm/i915: Remove warning from the rps worker

Thierry Reding (1):
      gpu: host1x: Plug potential memory leak

Zhi A Wang (1):
      drm/i915/gvt: fix the usage of ww lock in gvt scheduler.

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        | 31 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  3 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  3 ++-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |  8 ++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  2 ++
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   | 15 +++++------
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c      |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_dsi.c            |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_fimc.c           |  5 +---
 drivers/gpu/drm/exynos/exynos_drm_fimd.c           |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_g2d.c            |  5 +---
 drivers/gpu/drm/exynos/exynos_drm_gsc.c            |  6 +----
 drivers/gpu/drm/exynos/exynos_drm_rotator.c        |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_scaler.c         |  4 +--
 drivers/gpu/drm/exynos/exynos_hdmi.c               |  4 +--
 drivers/gpu/drm/i915/gt/intel_rps.c                |  2 --
 .../drm/i915/gt/uc/abi/guc_communication_ctb_abi.h | 10 +++----
 .../i915/gt/uc/abi/guc_communication_mmio_abi.h    | 10 +++----
 drivers/gpu/drm/i915/gvt/scheduler.c               |  4 +--
 drivers/gpu/drm/i915/i915_request.c                | 11 ++------
 drivers/gpu/drm/tegra/dc.c                         |  3 ---
 drivers/gpu/drm/tegra/dc.h                         |  6 -----
 drivers/gpu/drm/tegra/uapi.c                       |  2 +-
 drivers/gpu/host1x/fence.c                         |  6 +++--
 25 files changed, 81 insertions(+), 77 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2021-04-16 13:32 Daniel Vetter
@ 2021-04-16 15:15 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2021-04-16 15:15 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, DRI Development

The pull request you sent on Fri, 16 Apr 2021 15:32:40 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-04-16

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2021-04-16 13:32 Daniel Vetter
  2021-04-16 15:15 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2021-04-16 13:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development

Hi Linus,

I pinged the usual suspects, only intel fixes pending. drm-next also looks
ready, minus the big pull request summary Dave will have to type next
week.

Cheers, Daniel

drm-fixes-2021-04-16:
drm/i915 fixes

Cheers, Daniel

The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:

  Linux 5.12-rc7 (2021-04-11 15:16:13 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-04-16

for you to fetch changes up to 4d2e1288372ccc5ac60290bc10cace49c9bfa6d0:

  Merge tag 'drm-intel-fixes-2021-04-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2021-04-15 15:24:17 +0200)

----------------------------------------------------------------
drm/i915 fixes

----------------------------------------------------------------
Daniel Vetter (1):
      Merge tag 'drm-intel-fixes-2021-04-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Hans de Goede (1):
      drm/i915/display/vlv_dsi: Do not skip panel_pwr_cycle_delay when disabling the panel

Lyude Paul (1):
      drm/i915/dpcd_bl: Don't try vesa interface unless specified by VBT

Ville Syrjälä (1):
      drm/i915: Don't zero out the Y plane's watermarks

 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 1 -
 drivers/gpu/drm/i915/display/vlv_dsi.c                | 4 ++--
 drivers/gpu/drm/i915/intel_pm.c                       | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2021-01-08 15:57 Daniel Vetter
@ 2021-01-08 23:49 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2021-01-08 23:49 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, DRI Development

The pull request you sent on Fri, 8 Jan 2021 16:57:50 +0100:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-01-08

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2021-01-08 15:57 Daniel Vetter
  2021-01-08 23:49 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2021-01-08 15:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development

Hi Linus,

Looks like people are back from the break, usual small pile of fixes all
over. Next week Dave should be back. Only thing pending I'm aware of is a
"this shouldn't have become uapi" reverts for amdgpu, but they're already
on the list and not that important really so can wait another week.

Cheers, Daniel

drm-fixes-2021-01-08:
drm-fixes for -rc3

- fix for ttm list corruption in radeon, reported by a few people
- fixes for amdgpu, i915, msm
- dma-buf use-after free fix

Cheers, Daniel

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-01-08

for you to fetch changes up to 29f95f20581c4bb4e58c1cc1cb15bff9b931cad9:

  Merge tag 'drm-misc-fixes-2021-01-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2021-01-08 10:39:18 +0100)

----------------------------------------------------------------
drm-fixes for -rc3

- fix for ttm list corruption in radeon, reported by a few people
- fixes for amdgpu, i915, msm
- dma-buf use-after free fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/display: drop DCN support for aarch64
      Revert "drm/amd/display: Fix memory leaks in S3 resume"

Arnd Bergmann (1):
      drm/amd/display: Fix unused variable warning

Charan Teja Reddy (1):
      dmabuf: fix use-after-free of dmabuf's file->f_inode

Chris Wilson (2):
      drm/i915/gt: Define guc firmware blob for older Cometlakes
      drm/i915/dp: Track pm_qos per connector

Christian König (2):
      drm/radeon: stop re-init the TTM page pool
      drm/ttm: unexport ttm_pool_init/fini

Craig Tatlor (1):
      drm/msm: Call msm_init_vram before binding the gpu

Daniel Vetter (4):
      Merge tag 'amd-drm-fixes-5.11-2021-01-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2021-01-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'drm-msm-fixes-2021-01-07' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
      Merge tag 'drm-misc-fixes-2021-01-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Dennis Li (3):
      drm/amdgpu: fix a memory protection fault when remove amdgpu device
      drm/amdgpu: fix a GPU hang issue when remove device
      drm/amdgpu: fix no bad_pages issue after umc ue injection

Hawking Zhang (1):
      drm/amdgpu: switched to cached noretry setting for vangogh

Iskren Chernev (3):
      drm/msm: Fix null dereference in _msm_gem_new
      drm/msm: Ensure get_pages is called when locked
      drm/msm: Add modparam to allow vram carveout

Jiawei Gu (1):
      drm/amdgpu: fix potential memory leak during navi12 deinitialization

John Clements (2):
      drm/amd/pm: updated PM to I2C controller port on sienna cichlid
      drm/amdgpu: enable ras eeprom support for sienna cichlid

Kevin Wang (1):
      drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue

Konrad Dybcio (1):
      drm/msm: Only enable A6xx LLCC code on A6xx

Kuogee Hsieh (1):
      drm/msm/dp: postpone irq_hpd event during connection pending state

Matthew Auld (2):
      drm/i915: clear the shadow batch
      drm/i915: clear the gpu reloc batch

Rob Clark (1):
      drm/msm: Fix WARN_ON() splat in _free_object()

Xiaojian Du (4):
      drm/amd/pm: correct the sensor value of power for vangogh
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
      drm/amd/pm: fix the failure when change power profile for renoir
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO

 drivers/dma-buf/dma-buf.c                          |  21 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  25 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |   8 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            |   2 +-
 drivers/gpu/drm/amd/display/Kconfig                |   2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   7 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h  |   2 +-
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |  21 ---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
 drivers/gpu/drm/amd/display/dc/dcn10/Makefile      |   7 -
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   7 -
 drivers/gpu/drm/amd/display/dc/dcn20/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn21/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |   5 -
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/dsc/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/os_types.h          |   4 -
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   | 166 +++++++++++++++++++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h   |   3 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   3 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |   1 +
 drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c     |   1 +
 drivers/gpu/drm/i915/display/intel_display_types.h |   3 +
 drivers/gpu/drm/i915/display/intel_dp.c            |   8 +-
 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c     |   4 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c           |   1 +
 drivers/gpu/drm/i915/i915_cmd_parser.c             |  27 ++--
 drivers/gpu/drm/i915/i915_drv.c                    |   5 -
 drivers/gpu/drm/i915/i915_drv.h                    |   3 -
 drivers/gpu/drm/msm/adreno/a2xx_gpu.c              |   6 +-
 drivers/gpu/drm/msm/adreno/a3xx_gpu.c              |   6 +-
 drivers/gpu/drm/msm/adreno/a4xx_gpu.c              |   6 +-
 drivers/gpu/drm/msm/adreno/adreno_device.c         |   4 +
 drivers/gpu/drm/msm/adreno/adreno_gpu.c            |  21 +--
 drivers/gpu/drm/msm/adreno/adreno_gpu.h            |   6 +
 drivers/gpu/drm/msm/dp/dp_display.c                |   7 +
 drivers/gpu/drm/msm/dp/dp_panel.c                  |  12 +-
 drivers/gpu/drm/msm/msm_drv.c                      |   8 +-
 drivers/gpu/drm/msm/msm_gem.c                      |  13 +-
 drivers/gpu/drm/radeon/radeon_ttm.c                |   3 -
 drivers/gpu/drm/ttm/ttm_pool.c                     |   2 -
 47 files changed, 302 insertions(+), 177 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2019-07-26 19:45 Daniel Vetter
@ 2019-07-26 21:40 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2019-07-26 21:40 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, DRI Development, LKML, Dave Airlie

The pull request you sent on Fri, 26 Jul 2019 21:45:55 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-07-26

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

Thank you!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2019-07-26 19:45 Daniel Vetter
  2019-07-26 21:40 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2019-07-26 19:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: DRI Development, LKML, Dave Airlie

Hi Linus,

Dave seems to collect an entire streak of things happening, so again me
typing pull summary. Nothing nefarious here, most of the fixes are for new
stuff or things users won't see. The amd-display patches are a bit
different, and very much look like they should have at least some cc:
stable tags. Might be amd is a bit too comfortable with their internal
tree and not enough looking at upstream. Dave&me are looking into this,
in case something needs rectified with process here.

Also no intel fixes pull, but intel CI is general become rather good,
still I guess expect a notch more for -rc3.

Cheers, Daniel

PS: I checked, no :w bird emoij in here this time around.

drm-fixes-2019-07-26:
drm-fixes for 5.3-rc2:

amdgpu:
- fixes for (new in 5.3) hw support (vega20, navi)
- disable RAS
- lots of display fixes all over (audio, DSC, dongle, clock mgr)

ttm:
- fix dma_free_attrs calls to appease dma debugging

msm:
- fixes for dma-api, locking debug and compiler splats

core:
- fix cmdline mode to not apply rotation if not specified (new in 5.3)
- compiler warn fix

Cheers, Daniel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-07-26

for you to fetch changes up to 4d5308e7852741318e4d40fb8d43d9311b3984ae:

  Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-07-26 14:10:26 +1000)

----------------------------------------------------------------
drm-fixes for 5.3-rc2:

amdgpu:
- fixes for (new in 5.3) hw support (vega20, navi)
- disable RAS
- lots of display fixes all over (audio, DSC, dongle, clock mgr)

ttm:
- fix dma_free_attrs calls to appease dma debugging

msm:
- fixes for dma-api, locking debug and compiler splats

core:
- fix cmdline mode to not apply rotation if not specified (new in 5.3)
- compiler warn fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/smu: move fan rpm query into the asic specific code

Alvin Lee (3):
      drm/amd/display: Disable Audio on reinitialize hardware
      drm/amd/display: Wait for flip to complete
      drm/amd/display: Only enable audio if speaker allocation exists

Brian Masney (1):
      drm/msm: correct NULL pointer dereference in context_init

Dale Zhao (1):
      drm/amd/display: handle active dongle port type is DP++ or DP case

Dave Airlie (2):
      Merge tag 'drm-misc-fixes-2019-07-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes

Derek Lai (2):
      drm/amd/display: Read max down spread
      drm/amd/display: allocate 4 ddc engines for RV2

Dmitry Osipenko (1):
      drm/modes: Don't apply cmdline's rotation if it wasn't specified

Dmytro Laktyushkin (2):
      drm/amd/display: fix dsc disable
      drm/amd/display: Set default block_size, even in unexpected cases

Eric Yang (2):
      drm/amd/display: put back front end initialization sequence
      drm/amd/display: do not read link setting if edp not connected

Evan Quan (1):
      drm/amd/powerplay: report bootup clock as max supported on dpm disabled

Fatemeh Darbehani (1):
      drm/amd/display: Change min_h_sync_width from 8 to 4

Fuqian Huang (1):
      drm/ttm: use the same attributes when freeing d_page->vaddr

Harmanprit Tatla (1):
      drm/amd/display: No audio endpoint for Dell MST display

Hawking Zhang (4):
      drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ras ability
      drm/amdgpu: disable GFX RAS by default
      drm/amdgpu: only allow error injection to UMC IP block
      drm/amdgpu: drop ras self test

Ilya Bakoulin (1):
      drm/amd/display: Check for valid stream_encode

Joseph Greathouse (1):
      drm/amdgpu: Default disable GDS for compute VMIDs

Julian Parkin (2):
      drm/amd/display: Poll for GPUVM context ready (v2)
      drm/amd/display: Fix dc_create failure handling and 666 color depths

Jun Lei (4):
      drm/amd/display: initialize p_state to proper value
      drm/amd/display: fix up HUBBUB hw programming for VM
      drm/amd/display: cap DCFCLK hardmin to 507 for NV10
      drm/amd/display: swap system aperture high/low

Kevin Wang (2):
      drm/amd/powerplay: change sysfs pp_dpm_xxx format for navi10
      drm/amd/powerplay: custom peak clock freq for navi10

Leo Liu (1):
      drm/amdgpu: use VCN firmware offset for cache window

Murton Liu (1):
      drm/amd/display: Clock does not lower in Updateplanes

Nicholas Kazlauskas (2):
      drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct
      drm/amd/display: Set enabled to false at start of audio disable

Nikola Cornij (1):
      drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC spec

Qian Cai (1):
      drm: silence variable 'conn' set but not used

Rob Clark (1):
      drm/msm: stop abusing dma_map/unmap for cache

Samson Tam (1):
      drm/amd/display: skip retrain in dc_link_set_preferred_link_settings() if using passive dongle

Sean Paul (1):
      Merge drm-misc-next-fixes-2019-07-18 into drm-misc-fixes

Shubhashree Dhar (1):
      drm/msm/dpu: Correct dpu encoder spinlock initialization

SivapiriyanKumarasamy (1):
      drm/amd/display: Wait for backlight programming completion in set backlight level

Tai Man (2):
      drm/amd/display: use encoder's engine id to find matched free audio device
      drm/amd/display: Increase size of audios array

Wenjing Liu (1):
      drm/amd/display: wait for the whole frame after global unlock

Zhan Liu (1):
      drm/amd/display: drop ASSERT() if eDP panel is not connected

Zi Yu Liao (1):
      drm/amd/display: fix DMCU hang when going into Modern Standby

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  19 ++--
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |   9 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |   9 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |   9 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |   9 ++
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c              |   3 -
 .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c |   4 +-
 .../amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c |   4 +-
 .../amd/display/dc/clk_mgr/dce120/dce120_clk_mgr.c |   4 +-
 .../amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c   |   3 +
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   6 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  30 ++++--
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  39 +++++--
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  11 +-
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |   3 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c       |   4 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  24 +++--
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  21 ++--
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   2 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c    |  18 ++--
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  22 +++-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c  |   2 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |   4 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.c  |  37 +++++++
 drivers/gpu/drm/amd/display/dc/dsc/drm_dsc_dc.c    |   6 ++
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |   2 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h   |   4 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h  |   1 +
 drivers/gpu/drm/amd/display/include/dpcd_defs.h    |   2 +-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         | 100 ++++++++++++------
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |  10 +-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         | 114 +++++++++++++++++++--
 drivers/gpu/drm/amd/powerplay/navi10_ppt.h         |   4 +
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |  18 ----
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         |  20 +++-
 drivers/gpu/drm/drm_client_modeset.c               |   2 +-
 drivers/gpu/drm/drm_framebuffer.c                  |   2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c        |   3 +-
 drivers/gpu/drm/msm/msm_drv.c                      |   2 +-
 drivers/gpu/drm/msm/msm_gem.c                      |   4 +-
 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c           |   6 +-
 43 files changed, 443 insertions(+), 159 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PULL] drm-fixes
  2019-01-11 23:06 Daniel Vetter
@ 2019-01-12 18:45 ` pr-tracker-bot
  0 siblings, 0 replies; 19+ messages in thread
From: pr-tracker-bot @ 2019-01-12 18:45 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, LKML, DRI Development

The pull request you sent on Sat, 12 Jan 2019 00:06:48 +0100:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11-1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2019-01-11 23:06 Daniel Vetter
  2019-01-12 18:45 ` pr-tracker-bot
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2019-01-11 23:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development

Hi Linus,

Dave sends out his pull, everybody remembers holidays are over :-)

Since Dave's already in w/e mode and it was quite a few patches I figured
better to apply all the pulls and forward them to you. Hence here 2nd part
of bugfixes for -rc2.

nouveau:
one backlight, falcon register access, and a fan fix.

i915:
- Disable PSR for Apple panels
- Broxton ERR_PTR error state fix
- Kabylake VECS workaround fix
- Unwind failure on pinning the gen7 ppgtt
- GVT workload request allocation fix

core:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.

Cheers, Daniel

The following changes since commit f34c48e06ddcc197f2cf7cbc006ceb74e28e1ccf:

  Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-01-11 07:38:56 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11-1

for you to fetch changes up to e2d3c414ec0f9d1557c8c5ff2c32166e68bbc4ad:

  Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-01-11 10:26:21 +0100)

----------------------------------------------------------------
drm-fixes for 5.0-rc2, part 2

nouveau:
one backlight, falcon register access, and a fan fix.

i915:
- Disable PSR for Apple panels
- Broxton ERR_PTR error state fix
- Kabylake VECS workaround fix
- Unwind failure on pinning the gen7 ppgtt
- GVT workload request allocation fix

core:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.

----------------------------------------------------------------
Ben Skeggs (1):
      drm/nouveau: register backlight on pascal and newer

Chris Wilson (2):
      drm/i915: Skip the ERR_PTR error state
      drm/i915: Unwind failure on pinning the gen7 ppgtt

Daniel Vetter (2):
      Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Daniele Ceraolo Spurio (1):
      drm/i915: init per-engine WAs for all engines

Dave Airlie (1):
      Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixes

Ilia Mirkin (1):
      drm/nouveau/falcon: avoid touching registers if engine is off

Ivan Mironov (2):
      drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
      drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

Jani Nikula (1):
      Merge tag 'gvt-fixes-2019-01-09' of https://github.com/intel/gvt-linux into drm-intel-fixes

José Roberto de Souza (2):
      drm/i915: Disable PSR in Apple panels
      drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

Takashi Iwai (1):
      drm/nouveau: Don't disable polling in fallback mode

Tetsuo Handa (1):
      gpu/drm: Fix lock held when returning to user space.

Zhenyu Wang (1):
      drm/i915/gvt: Fix workload request allocation before request add

 drivers/gpu/drm/drm_atomic_uapi.c                |   3 +-
 drivers/gpu/drm/drm_dp_helper.c                  |   2 +
 drivers/gpu/drm/drm_fb_helper.c                  | 133 ++++++++++++++---------
 drivers/gpu/drm/drm_mode_object.c                |   4 +-
 drivers/gpu/drm/i915/gvt/scheduler.c             |  64 +++++++----
 drivers/gpu/drm/i915/gvt/scheduler.h             |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c              |  12 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c              |  15 ++-
 drivers/gpu/drm/i915/i915_gpu_error.c            |  23 ++--
 drivers/gpu/drm/i915/i915_sysfs.c                |   4 +-
 drivers/gpu/drm/i915/intel_lrc.c                 |   3 +-
 drivers/gpu/drm/i915/intel_psr.c                 |   6 +
 drivers/gpu/drm/nouveau/nouveau_backlight.c      |   3 +
 drivers/gpu/drm/nouveau/nvkm/engine/falcon.c     |   7 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c |   7 +-
 include/drm/drm_dp_helper.h                      |   7 ++
 16 files changed, 192 insertions(+), 102 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PULL] drm-fixes
@ 2018-12-21 13:39 Daniel Vetter
  0 siblings, 0 replies; 19+ messages in thread
From: Daniel Vetter @ 2018-12-21 13:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi

Hi Linus,

drm-fixes-2018-12-21:
final drm-fixes for 4.20

array_index_nospec patch, cc: stable

Very calm week, so either everything perfect or everyone on holidays
already. Same for -next btw, I merged a few things but nothing that should
block Dave's main merge window pull, so that one is still good to go.

Cheers, Daniel

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-12-21

for you to fetch changes up to b6aac625e579ca684448f8ace632f8dceb972afb:

  Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-12-20 18:13:53 +0100)

----------------------------------------------------------------
final drm-fixes for 4.20

array_index_nospec patch, cc: stable

----------------------------------------------------------------
Daniel Vetter (1):
      Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Gustavo A. R. Silva (1):
      drm/ioctl: Fix Spectre v1 vulnerabilities

 drivers/gpu/drm/drm_ioctl.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [pull] drm-fixes
  2012-11-23 16:58 [pull] drm-fixes Daniel Vetter
@ 2012-11-25 19:57 ` Daniel Vetter
  0 siblings, 0 replies; 19+ messages in thread
From: Daniel Vetter @ 2012-11-25 19:57 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Intel Graphics Development, DRI Development

Hi Dave,

One more on top.

On Fri, Nov 23, 2012 at 05:58:55PM +0100, Daniel Vetter wrote:
> Two small fixes for 3.7:
> - Unbreak mbp retina, this time with a much more fine-grained approach
>   (since the previous "completely ignore edp vbt bpp value" regressed some
>   machines even after fixing a bug in our dp bw code).
> - Disable cloning on sdvo. It just doesn't work (yeah took us a while to
>   figure out), leading to jittery outputs in the best case.
- Revert rc6 for ilk again. It seems to help a few of the gpu hang
  reporters at least, and it's definitely the best we've got.
  Head-against-the-wall-banging is still ongoing for what really breaks
  (and how we can reproduce the non-rc6 hangs and how to reproduce on
  gen4).

Cheers, Daniel

The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:

  Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes

for you to fetch changes up to 6567d748c4e94e3481e523803ec07ebd825c80d6:

  Revert "drm/i915: enable rc6 on ilk again" (2012-11-25 20:53:52 +0100)

----------------------------------------------------------------
Chris Wilson (1):
      Revert "drm/i915: enable rc6 on ilk again"

Daniel Vetter (1):
      drm/i915: disable cloning on sdvo

Jani Nikula (1):
      drm/i915: do not default to 18 bpp for eDP if missing from VBT

 drivers/gpu/drm/i915/intel_bios.c    |   11 ++---------
 drivers/gpu/drm/i915/intel_display.c |    2 +-
 drivers/gpu/drm/i915/intel_pm.c      |   12 +++---------
 drivers/gpu/drm/i915/intel_sdvo.c    |   17 ++++++++++-------
 4 files changed, 16 insertions(+), 26 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [pull] drm-fixes
@ 2012-11-23 16:58 Daniel Vetter
  2012-11-25 19:57 ` Daniel Vetter
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Vetter @ 2012-11-23 16:58 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Intel Graphics Development, DRI Development

Hi Dave,

Two small fixes for 3.7:
- Unbreak mbp retina, this time with a much more fine-grained approach
  (since the previous "completely ignore edp vbt bpp value" regressed some
  machines even after fixing a bug in our dp bw code).
- Disable cloning on sdvo. It just doesn't work (yeah took us a while to
  figure out), leading to jittery outputs in the best case.

Cheers, Daniel


The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:

  Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes

for you to fetch changes up to 9a30a61f3516871c5c638fd7c025fbaa11ddf7fe:

  drm/i915: do not default to 18 bpp for eDP if missing from VBT (2012-11-22 21:34:32 +0100)

----------------------------------------------------------------
Daniel Vetter (1):
      drm/i915: disable cloning on sdvo

Jani Nikula (1):
      drm/i915: do not default to 18 bpp for eDP if missing from VBT

 drivers/gpu/drm/i915/intel_bios.c    |   11 ++---------
 drivers/gpu/drm/i915/intel_display.c |    2 +-
 drivers/gpu/drm/i915/intel_sdvo.c    |   17 ++++++++++-------
 3 files changed, 13 insertions(+), 17 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-01-06 23:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 21:08 [PULL] drm-fixes Daniel Vetter
2020-03-06 22:20 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-01-06 23:05 Daniel Vetter
2023-01-06 23:58 ` pr-tracker-bot
2022-09-30 22:19 Daniel Vetter
2022-09-30 23:29 ` pr-tracker-bot
2021-10-01 16:57 Daniel Vetter
2021-10-01 17:45 ` pr-tracker-bot
2021-04-16 13:32 Daniel Vetter
2021-04-16 15:15 ` pr-tracker-bot
2021-01-08 15:57 Daniel Vetter
2021-01-08 23:49 ` pr-tracker-bot
2019-07-26 19:45 Daniel Vetter
2019-07-26 21:40 ` pr-tracker-bot
2019-01-11 23:06 Daniel Vetter
2019-01-12 18:45 ` pr-tracker-bot
2018-12-21 13:39 Daniel Vetter
2012-11-23 16:58 [pull] drm-fixes Daniel Vetter
2012-11-25 19:57 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).