linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm nouveau fixes.
@ 2013-02-10 23:45 Dave Airlie
  2013-02-12 11:31 ` Dave Airlie
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Airlie @ 2013-02-10 23:45 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

just 3 nouveau fixes, all user visible issues, I have one radeon 
regression fix I'm hoping to send tomorrow once I'm happy with it.

Dave.

The following changes since commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4:

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

are available in the git repository at:

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

for you to fetch changes up to e28f639eeaa97b6029b0db8890b2a4ce99e642c6:

  Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-02-11 09:40:14 +1000)

----------------------------------------------------------------

Dave Airlie (1):
      Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next

Maarten Lankhorst (1):
      drm/nouveau: use different register to wait for secret scrubber

Marcin Slusarz (1):
      drm/nouveau: add lockdep annotations

Roy Spliet (1):
      drm/nv50/fb: Fix nullptr-deref on IGPs

 drivers/gpu/drm/nouveau/core/core/falcon.c         | 7 +++++--
 drivers/gpu/drm/nouveau/core/core/subdev.c         | 2 +-
 drivers/gpu/drm/nouveau/core/include/core/object.h | 7 +++++--
 drivers/gpu/drm/nouveau/core/subdev/fb/base.c      | 4 ++--
 drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c      | 5 +++--
 drivers/gpu/drm/nouveau/nouveau_drm.c              | 3 +++
 6 files changed, 19 insertions(+), 9 deletions(-)

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

* Re: [git pull] drm nouveau fixes.
  2013-02-10 23:45 [git pull] drm nouveau fixes Dave Airlie
@ 2013-02-12 11:31 ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2013-02-12 11:31 UTC (permalink / raw)
  To: Dave Airlie; +Cc: torvalds, DRI mailing list, linux-kernel

>
> just 3 nouveau fixes, all user visible issues, I have one radeon
> regression fix I'm hoping to send tomorrow once I'm happy with it.

Okay I've added the radeon regression fix on top as well

The following changes since commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4:

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

are available in the git repository at:

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

for you to fetch changes up to de0babd60d8d43b58fd06a7803151d32cb589af0:

  drm/radeon: enforce use of radeon_get_ib_value when reading user cmd
(2013-02-12 16:56:25 +1000)

----------------------------------------------------------------
Dave Airlie (1):
      Merge branch 'drm-nouveau-fixes-3.8' of
git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next

Jerome Glisse (1):
      drm/radeon: enforce use of radeon_get_ib_value when reading user cmd

Maarten Lankhorst (1):
      drm/nouveau: use different register to wait for secret scrubber

Marcin Slusarz (1):
      drm/nouveau: add lockdep annotations

Roy Spliet (1):
      drm/nv50/fb: Fix nullptr-deref on IGPs

 drivers/gpu/drm/nouveau/core/core/falcon.c         |  7 +-
 drivers/gpu/drm/nouveau/core/core/subdev.c         |  2 +-
 drivers/gpu/drm/nouveau/core/include/core/object.h |  7 +-
 drivers/gpu/drm/nouveau/core/subdev/fb/base.c      |  4 +-
 drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c      |  5 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c              |  3 +
 drivers/gpu/drm/radeon/evergreen_cs.c              | 86 +++++++++++-----------
 drivers/gpu/drm/radeon/r600_cs.c                   | 38 +++++-----
 8 files changed, 81 insertions(+), 71 deletions(-)

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

* [git pull] drm nouveau fixes
@ 2013-03-12  6:09 Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2013-03-12  6:09 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

this is just nouveau fixes from Ben, one fixes a nasty oops that some 
Fedora people have been seeing, so I'd like to get it out of the way.

Dave.

The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:

  Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)

are available in the git repository at:

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

for you to fetch changes up to 8698080ee092bdbd6ee2cd5e7f707ceea2812bd8:

  Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-03-11 13:53:58 +1000)

----------------------------------------------------------------

Ben Skeggs (1):
      drm/nv50: encoder creation failure doesn't mean full init failure

Dave Airlie (1):
      Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next

Maarten Lankhorst (1):
      drm/nouveau: fix regression in vblanking

Marcin Slusarz (2):
      drm/nouveau: idle channel before releasing notify object
      drm/nv50: use correct tiling methods for m2mf buffer moves

 drivers/gpu/drm/nouveau/core/engine/disp/nv50.c | 4 ++--
 drivers/gpu/drm/nouveau/nouveau_abi16.c         | 5 +++++
 drivers/gpu/drm/nouveau/nouveau_bo.c            | 4 ++--
 drivers/gpu/drm/nouveau/nv50_display.c          | 1 +
 4 files changed, 10 insertions(+), 4 deletions(-)

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

* [git pull] drm nouveau fixes
@ 2012-10-31  4:36 Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2012-10-31  4:36 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

just a nouveau set, since we have a couple of reports on lkml/dri-devel of 
regressions that this should fix I sent it along on its own.

Dave.

The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64:

  Linux 3.7-rc3 (2012-10-28 12:24:48 -0700)

are available in the git repository at:
  git://people.freedesktop.org/~airlied/linux drm-fixes

Ben Skeggs (6):
      drm/nouveau: silence modesetting spam on pre-gf8 chipsets
      drm/nouveau/i2c: fix typo when checking nvio i2c port validity
      drm/nouveau: allow creation of zero-sized mm
      drm/nv50/fb: prevent oops on chipsets without compression tags
      drm/nouveau: resurrect headless mode since rework
      drm/nouveau: headless mode by default if pci class != vga display

Dave Airlie (1):
      Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes

 drivers/gpu/drm/nouveau/core/core/mm.c         |    9 ++++--
 drivers/gpu/drm/nouveau/core/include/core/mm.h |    1 -
 drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c  |   10 ++----
 drivers/gpu/drm/nouveau/core/subdev/i2c/base.c |    2 +-
 drivers/gpu/drm/nouveau/nouveau_display.c      |   36 ++++++++++++++----------
 drivers/gpu/drm/nouveau/nouveau_drm.c          |   36 ++++++++++++++----------
 drivers/gpu/drm/nouveau/nouveau_drm.h          |    2 +
 drivers/gpu/drm/nouveau/nouveau_irq.c          |   16 ++++++----
 drivers/gpu/drm/nouveau/nv04_dac.c             |   16 +++++-----
 drivers/gpu/drm/nouveau/nv04_dfp.c             |   14 ++++----
 drivers/gpu/drm/nouveau/nv04_tv.c              |    9 ++---
 11 files changed, 83 insertions(+), 68 deletions(-)

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

* [git pull] drm nouveau fixes
@ 2012-10-10  6:50 Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2012-10-10  6:50 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

just a bunch of nouveau fixes, Ben wants to get some alternate versions 
into stable.

Dave.

The following changes since commit 1f31c69dac71bebc0f00bc8534a6345782045501:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next (2012-10-07 21:13:54 +1000)

are available in the git repository at:

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

for you to fetch changes up to ceb736c395058699dc82e5efdb2a9279a5b29451:

  Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2012-10-09 14:48:46 +1000)

----------------------------------------------------------------

Ben Skeggs (1):
      drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiB

Dave Airlie (1):
      Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next

Marcin Slusarz (2):
      drm/nouveau: remove unused _nouveau_parent_ctor
      drm/nv50/clk: wire up pll_calc hook

Martin Peres (2):
      drm/nouveau/fan: fix a typo in PWM's input clock calculation
      drm/nouveau/timer: bump ptimer's alarm delay from u32 to u64

 drivers/gpu/drm/nouveau/core/core/parent.c         |   17 ----------------
 drivers/gpu/drm/nouveau/core/include/core/parent.h |    3 ---
 .../gpu/drm/nouveau/core/include/subdev/timer.h    |    2 +-
 drivers/gpu/drm/nouveau/core/subdev/bios/base.c    |   21 ++++++++++----------
 drivers/gpu/drm/nouveau/core/subdev/clock/nv50.c   |    1 +
 drivers/gpu/drm/nouveau/core/subdev/therm/nv50.c   |    2 +-
 drivers/gpu/drm/nouveau/core/subdev/timer/nv04.c   |    2 +-
 7 files changed, 14 insertions(+), 34 deletions(-)

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

* [git pull] drm nouveau fixes
@ 2012-05-03  8:36 Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2012-05-03  8:36 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

just some regression fixes from Ben along with a variable that gcc failed 
to spot is uninitialised.

Dave.

The following changes since commit 655861e328cea83320190f4a57b3656ee952388c:

  Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm (2012-04-30 15:34:41 -0700)

are available in the git repository at:

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

Ben Skeggs (3):
      drm/nouveau/bios: fix regression on some nv4x board
      drm/nouveau/hdmi: use correct hdmi regs for nvaa/nvac
      drm/nv10/gpio: fix thinko in mask for gpio lines 2-9

Christoph Bumiller (1):
      nvc0/fb: shut up PMFB interrupt after the first occurrence

Dave Airlie (2):
      Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
      nouveau: initialise has_optimus variable.

 drivers/gpu/drm/nouveau/nouveau_acpi.c |    2 +-
 drivers/gpu/drm/nouveau/nouveau_bios.c |   10 +++++++---
 drivers/gpu/drm/nouveau/nouveau_hdmi.c |    4 +++-
 drivers/gpu/drm/nouveau/nv10_gpio.c    |    2 +-
 drivers/gpu/drm/nouveau/nvc0_fb.c      |    5 +++++
 5 files changed, 17 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2013-03-12  6:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-10 23:45 [git pull] drm nouveau fixes Dave Airlie
2013-02-12 11:31 ` Dave Airlie
  -- strict thread matches above, loose matches on Subject: below --
2013-03-12  6:09 Dave Airlie
2012-10-31  4:36 Dave Airlie
2012-10-10  6:50 Dave Airlie
2012-05-03  8:36 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).