[Bug 89327] Loss of HDMI audio on auto screen off (energy saving)

2015-02-25 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150225/48189aff/attachment.html>

[Bug 89327] Loss of HDMI audio on auto screen off (energy saving)

2015-02-25 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20150225/0d3824bc/attachment-0001.html>

[Bug 89327] Loss of HDMI audio on auto screen off (energy saving)

2015-02-25 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150225/1d7b2289/attachment.html>

[PATCH] drm/radeon: release digital encoder before asking for new one.

2015-02-25 Thread Alex Deucher
On Wed, Feb 25, 2015 at 8:32 PM, Dave Airlie wrote: > From: Dave Airlie > > This stops a DRM_ERROR that says we already used the encoder. > > Reported-by: Dieter Nützel > Signed-off-by: Dave Airlie I've squashed this into the appropriate patch and pushed a new 4.1-wip tree. Alex > --- > dr

[PATCH 1/8] clk: add helper function clk_is_match()

2015-02-25 Thread Mike Turquette
Quoting Shawn Guo (2015-02-25 06:53:31) > Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk > instances"), clk API users can no longer check if two struct clk > pointers are pointing to the same hardware clock, i.e. struct clk_hw, by > simply comparing two pointers. That's b

[PATCH 7/8] ASoC: fsl_spdif: fix struct clk pointer comparing

2015-02-25 Thread Stephen Boyd
On 02/25/15 06:53, Shawn Guo wrote: > Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk > instances"), clk API users can no longer check if two struct clk > pointers are pointing to the same hardware clock, i.e. struct clk_hw, by > simply comparing two pointers. That's becau

eDP display control registers in Linux kernel

2015-02-25 Thread Michael Leuchtenburg
els. -- Michael > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150225/ac095781/attachment-0001.html>

[PATCH 0/8] Fix struct clk pointer comparing

2015-02-25 Thread Mike Turquette
Quoting Stephen Boyd (2015-02-25 12:42:45) > On 02/25/15 09:55, Mike Turquette wrote: > > Quoting Russell King - ARM Linux (2015-02-25 07:03:49) > >> Case 1 applies in places like the Kirkwood I2S driver, and the iMX6 > >> ethernet code, and it's these cases which need to be fixed. > >> > >> Case 2

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS

2015-02-25 Thread Chen Gang S
> On 2/3/15 05:26, Chen Gang S wrote: > > [...] > >> >> - Xtensa gcc5 cross compiler has issues: >> >>it causes more than 10 broken areas with allmodconfig (but no issues >>with defconfig). I guess, in fact, it is only 1 real issue (which can >>cause all breaks), and I shall try to

[PATCH v5 8/9] ARM: dts: exynos5250: add display power domain

2015-02-25 Thread Javier Martinez Canillas
Hello Kukjin, On 02/19/2015 03:44 AM, Andreas Färber wrote: > Am 02.02.2015 um 14:20 schrieb Marek Szyprowski: >> From: Andrzej Hajda >> >> The patch adds domain definition and references to it in appropriate devices. >> >> Signed-off-by: Andrzej Hajda >> [mszyprow: rebased onto generic power

[PATCH] drm: atmel-hlcdc: remove clock polarity from crtc driver

2015-02-25 Thread Nicolas Ferre
Remove this configuration bit in crtc driver as the rising edge clock is widely used. Signed-off-by: Boris BREZILLON Signed-off-by: Nicolas Ferre --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/atmel-hlcdc/at

[PATCH 0/8] Fix struct clk pointer comparing

2015-02-25 Thread Mike Turquette
Quoting Russell King - ARM Linux (2015-02-25 07:03:49) > On Wed, Feb 25, 2015 at 10:53:30PM +0800, Shawn Guo wrote: > > On the first day back from Chinese new year holiday, I got a regression > > report from rmk, saying Ethernet stops working on HimmingBoard with > > v4.0-rc1. > > > > I read throu

[PATCH] drm/omap: tiler: add hibernation callback

2015-02-25 Thread grygorii.stras...@linaro.org
From: Grygorii Strashko Setting a dev_pm_ops resume callback but not a set of hibernation handler means that pm function will not be called upon hibernation. Fix this by using SIMPLE_DEV_PM_OPS, which appropriately assigns the suspend and hibernation handlers and move omap_dmm_resume under CONFIG

eDP display control registers in Linux kernel

2015-02-25 Thread Michael Leuchtenburg
s/dri-devel/attachments/20150225/9f73dff4/attachment-0001.html>

[PATCH 0/8] Fix struct clk pointer comparing

2015-02-25 Thread Stephen Boyd
On 02/25/15 09:55, Mike Turquette wrote: > Quoting Russell King - ARM Linux (2015-02-25 07:03:49) >> Case 1 applies in places like the Kirkwood I2S driver, and the iMX6 >> ethernet code, and it's these cases which need to be fixed. >> >> Case 2 applies in the Armada DRM driver, and these cases need

[PATCH 00/38] Renesas R-Car DU atomic updates support

2015-02-25 Thread Magnus Damm
Hi Laurent, On Wed, Feb 25, 2015 at 1:54 PM, Laurent Pinchart wrote: > Hello, > > This patch series implements atomic updates support for the rcar-du driver. > > The series starts with four core atomic helpers fixes/cleanups (two from > Daniel that I have included here for completeness). It then

<    1   2