linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm regression fix
@ 2013-02-08  3:43 Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2013-02-08  3:43 UTC (permalink / raw)
  To: torvalds, DRI mailing list; +Cc: linux-kernel


Hi Linus,

this one fixes a sleep while locked regression that was introduced earlier 
in 3.8.

Dave.

The following changes since commit 6bacaa9ddacb71c691d32c678d37bc59ffc71fac:

  Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2013-02-07 08:43:30 +1100)

are available in the git repository at:


  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4:

  drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try (2013-02-08 10:44:31 +1000)

----------------------------------------------------------------
Daniel Vetter (1):
      drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try

 drivers/gpu/drm/ttm/ttm_bo_util.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

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

* Re: [git pull] drm regression fix
  2022-10-07  3:03 Dave Airlie
@ 2022-10-07 17:00 ` pr-tracker-bot
  0 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2022-10-07 17:00 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linus Torvalds, Daniel Vetter, dri-devel, Koenig, Christian, LKML

The pull request you sent on Fri, 7 Oct 2022 13:03:25 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-10-07-1

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

Thank you!

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

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

* [git pull] drm regression fix
@ 2022-10-07  3:03 Dave Airlie
  2022-10-07 17:00 ` pr-tracker-bot
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Airlie @ 2022-10-07  3:03 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, Koenig, Christian, LKML

Hi Linus,

This reverts the patch I found with rough bisection to instability
around fences and the oops I got from netconsole.

Christian, I tried the two patches from drm-next, but the oops still
occurred, a good reproducer for me was to run vulkan cts with
deqp-runner in parallel here.

Regards,
Dave.

drm-next-2022-10-07-1:
drm fix for 6.1-rc1

sched:
- revert patch causing oopses
The following changes since commit 65898687cf7392c372ea8d04a88617e2cb794465:

  Merge tag 'amd-drm-next-6.1-2022-09-30' of
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-10-04
09:42:24 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-10-07-1

for you to fetch changes up to bafaf67c42f4b547bf4fb329ac6dcb28b05de15e:

  Revert "drm/sched: Use parent fence instead of finished" (2022-10-07
12:58:39 +1000)

----------------------------------------------------------------
drm fix for 6.1-rc1

sched:
- revert patch causing oopses

----------------------------------------------------------------
Dave Airlie (1):
      Revert "drm/sched: Use parent fence instead of finished"

 drivers/gpu/drm/scheduler/sched_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [git pull] drm regression fix
@ 2013-11-15 10:53 Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2013-11-15 10:53 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Forgot this one liner was necessary to fix module reload issues introduced 
earlier in the pull

Thanks,
Dave.

The following changes since commit 0846c728e20a0cd1e43fb75a3015f3b176a26466:

  Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-11-15 12:24:40 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~airlied/linux drm-next

for you to fetch changes up to a3483353ca4e6dbeef2ed62ebed01af109b5b27a:

  drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)

----------------------------------------------------------------
David Herrmann (1):
      drm: check for !kdev in drm_unplug_minor()

 drivers/gpu/drm/drm_stub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [git pull] drm regression fix
@ 2010-05-11  6:40 Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2010-05-11  6:40 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, dri-devel


Just one patch from Jean to fix some regressions in the buffer code 
rework. Thanks to Jean for tracking this down.

The following changes since commit 8cfe92d683a0041ac8e016a0b0a487c99a78f6c1:
  Thomas Hellstrom (1):
        drm/ttm: Remove the ttm_bo_block_reservation() function.

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus

Jean Delvare (1):
      drm/radeon: Fix 3 regressions - since buffer rework

 drivers/gpu/drm/radeon/radeon_state.c |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2022-10-07 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08  3:43 [git pull] drm regression fix Dave Airlie
  -- strict thread matches above, loose matches on Subject: below --
2022-10-07  3:03 Dave Airlie
2022-10-07 17:00 ` pr-tracker-bot
2013-11-15 10:53 Dave Airlie
2010-05-11  6:40 Dave Airlie

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).