mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
	DRI mailing list <dri-devel@lists.freedesktop.org>,
	Dave Airlie <airlied@gmail.com>
Subject: Re: [git pull] drm-fixes
Date: Sun, 17 Jun 2012 21:46:09 +0200	[thread overview]
Message-ID: <20120617194609.GC4798@phenom.ffwll.local> (raw)
In-Reply-To: <alpine.DEB.2.00.1206170838050.26175@skynet.skynet.ie>

Hi Linus,

This pull also contains the fix for the eDP dmesg noise you've reported
(turned out to be a regression introduced in 3.5). Please yell if you
still see them. The DP regression Dave mentioned is a different bug
introduced in 3.4.

Thanks, Daniel

On Sun, Jun 17, 2012 at 08:42:28AM +0100, Dave Airlie wrote:
> Hi Linus,
> 
> radeon is most of the work, one regression, one BUG fix in the new prime 
> code, some fixes to init code to make streamout not lock up the hardware, 
> and just some code to enable users to test HDMI audio on later hw (its off by 
> default).
> 
> Intel adds edp edid caching for some strange Dell Vostros that black 
> screen on startup if keep reading their EDID, and a fix for a DP 
> regression.
> 
> Otherwise fix for via/sis and one to stop udl binding to multiple 
> non-video usb.
> 
> Dave.
> 
> The following changes since commit 9b15b817f3d62409290fd56fe3cbb076a931bb0a:
> 
>   swap: fix shmem swapping when more than 8 areas (2012-06-15 21:48:14 -0700)
> 
> are available in the git repository at:
> 
>   git://people.freedesktop.org/~airlied/linux drm-fixes
> 
> for you to fetch changes up to c4af5c4597a7a5d64e058703e1328f315a59794e:
> 
>   Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes (2012-06-16 14:45:17 +0100)
> 
> ----------------------------------------------------------------
> 
> Alex Deucher (3):
>       drm/radeon: fix regression in dynpm due to multi-ring rework
>       drm/radeon: add some additional 6xx/7xx/EG register init
>       drm/radeon: add support for STRMOUT_BASE_UPDATE on 7xx
> 
> Daniel Vetter (2):
>       drm/i915: eDP aux needs vdd
>       Revert "drm/i915/dp: Use auxch precharge value of 5 everywhere"
> 
> Dave Airlie (3):
>       drm/udl: only bind to the video devices on the hub.
>       drm/radeon/prime: reserve/unreserve around pin
>       Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
> 
> Jesse Barnes (2):
>       drm/i915: don't enumerate HDMID if an eDP panel is already active on the port
>       drm/i915: cache the EDID for eDP panels
> 
> Márton Németh (2):
>       drm via: initialize object_idr
>       drm sis: initialize object_idr
> 
> Rafał Miłecki (1):
>       drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)
> 
> Randy Dunlap (1):
>       vga_switcheroo.h: fix pci_dev warning
> 
>  drivers/gpu/drm/i915/intel_display.c       |    2 +-
>  drivers/gpu/drm/i915/intel_dp.c            |   60 ++++++++++++++++++++++++----
>  drivers/gpu/drm/radeon/atombios_encoders.c |    4 +-
>  drivers/gpu/drm/radeon/evergreen.c         |    3 ++
>  drivers/gpu/drm/radeon/evergreen_hdmi.c    |    3 --
>  drivers/gpu/drm/radeon/evergreend.h        |    1 +
>  drivers/gpu/drm/radeon/ni.c                |    5 +++
>  drivers/gpu/drm/radeon/r600.c              |    1 +
>  drivers/gpu/drm/radeon/r600_audio.c        |    2 +-
>  drivers/gpu/drm/radeon/r600_cs.c           |   42 +++++++++++++++++++
>  drivers/gpu/drm/radeon/r600_hdmi.c         |    7 +---
>  drivers/gpu/drm/radeon/r600d.h             |    2 +
>  drivers/gpu/drm/radeon/radeon_drv.c        |    3 +-
>  drivers/gpu/drm/radeon/radeon_pm.c         |   10 +++--
>  drivers/gpu/drm/radeon/radeon_prime.c      |   10 ++++-
>  drivers/gpu/drm/radeon/rv770.c             |    5 ++-
>  drivers/gpu/drm/radeon/rv770d.h            |    3 ++
>  drivers/gpu/drm/sis/sis_drv.c              |    2 +-
>  drivers/gpu/drm/udl/udl_drv.c              |   15 ++++++-
>  drivers/gpu/drm/via/via_map.c              |    3 +-
>  include/linux/vga_switcheroo.h             |    2 +
>  21 files changed, 156 insertions(+), 29 deletions(-)

> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

  reply	other threads:[~2012-06-17 19:44 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-17  7:42 Dave Airlie
2012-06-17 19:46 ` Daniel Vetter [this message]
2012-06-19 14:08 ` regression with dynpm [was: [git pull] drm-fixes] Jörg-Volker Peetz
2012-06-19 14:11   ` Dave Airlie
2012-06-20  9:41     ` Jörg-Volker Peetz
2012-06-19 14:09 ` Jörg-Volker Peetz
  -- strict thread matches above, loose matches on Subject: below --
2011-12-24 17:43 [git pull] drm-fixes Dave Airlie
2011-06-17  0:38 Dave Airlie
2011-01-24 23:19 Dave Airlie
2010-09-02  1:37 Dave Airlie
2009-10-28  1:32 Dave Airlie
2009-08-05  2:11 Dave Airlie
2009-08-04  3:45 Dave Airlie
2009-02-25  4:56 Dave Airlie
2009-02-23  0:15 Dave Airlie
2009-01-22  4:46 Dave Airlie
2009-01-26 18:23 ` Linus Torvalds
2009-01-26 21:44   ` Dave Airlie
2009-01-26 21:52     ` Sam Ravnborg
2009-01-26 22:08       ` Linus Torvalds
2009-01-26 22:19         ` Linus Torvalds
2009-01-26 22:38       ` Johannes Weiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120617194609.GC4798@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome