[PATCH] i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7

2013-11-15 Thread Daniel Vetter
On Thu, Nov 14, 2013 at 05:40:36PM -0200, Rodrigo Vivi wrote: > On Thu, Nov 14, 2013 at 09:36:10AM -0800, Olof Johansson wrote: > > On Thu, Nov 14, 2013 at 8:53 AM, Rodrigo Vivi > > wrote: > > > On Wed, Nov 13, 2013 at 05:59:43PM -0800, Olof Johansson wrote: > > >> From: Duncan Laurie > > >> > >

[Bug 69689] FBO with GL_RGBA16F texture format silent drawing corruption

2013-11-15 Thread bugzilla-dae...@freedesktop.org
u are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/85ee9947/attachment.html>

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/c4dc6ccc/attachment.html>

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
hments/20131115/0b588b14/attachment.html>

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
ecause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/789855fa/attachment.html>

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/36428b32/attachment.html>

[git pull] drm pull for 3.13-rc1

2013-11-15 Thread Dave Airlie
Hi Linus, This is a combo of -next and some -fixes that came in in the intervening time, Highlights: new drivers: ARM Armada driver for Marvell Armada 510 SOCs Intel: Broadwell initial support under a default off switch, Stereo/3D HDMI mode support Valleyview improvements D

[Bug 69689] FBO with GL_RGBA16F texture format silent drawing corruption

2013-11-15 Thread bugzilla-dae...@freedesktop.org
receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/fffee7a4/attachment.html>

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-11-15 Thread bugzilla-dae...@freedesktop.org
llowing boot. Then switch to 3.12-rc7 to send journal. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/24945daa/attachment.html>

[PATCH 0/2] Fix a false lockdep warning on vmwgfx

2013-11-15 Thread Thomas Hellstrom
The commit "drm/ttm: make ttm reservation calls behave like reservation calls" introduced a false lockdep warning on vmwgfx that hit on surface eviction, due to a recursive reservation. The fix silences the warning by using a tryreserve, which is not optimal, but will do for now

[PATCH 1/2] drm/ttm: Allow execbuf util reserves without ticket

2013-11-15 Thread Thomas Hellstrom
If no reservation ticket is given to the execbuf reservation utilities, try reservation with non-blocking semantics. This is intended for eviction paths that use the execbuf reservation utilities for convenience rather than for deadlock avoidance. Signed-off-by: Thomas Hellstrom --- drivers/gpu/

[PATCH 2/2] drm/vmwgfx: Fix false lockdep warning

2013-11-15 Thread Thomas Hellstrom
A lockdep warning is hit when evicting surfaces and reserving the backup buffer. Since this buffer can only be reserved by the process holding the surface reservation or by the buffer eviction processes that use tryreserve, there is no real deadlock here, but there's no other way to silence lockdep

possible regression Radeon RV280 (R3xx/R4xx ?) card freeze, re-apply old patch ?

2013-11-15 Thread Michel Dänzer
On Fre, 2013-11-15 at 08:49 +0100, Jochen Rollwagen wrote: > I think there are two issues here: the first is the missing alignment > workaround, since i'll be upgrading to 3.4.69 anyway i'll insert some > diagnostic messages in radeon_device.c and see what happens. Yes, please do that before spe

[Bug 71543] [r600] Source-based games segfault

2013-11-15 Thread bugzilla-dae...@freedesktop.org
signee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/aa3bc2e9/attachment-0001.html>

[Bug 71543] [r600] Source-based games segfault

2013-11-15 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20131115/c1876690/attachment.html>

[Bug 71543] [mesa] Source-based games segfault

2013-11-15 Thread bugzilla-dae...@freedesktop.org
u are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/81675e4c/attachment.html>

[PATCH] i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7

2013-11-15 Thread Daniel Vetter
On Fri, Nov 15, 2013 at 12:39:32AM +0100, Daniel Vetter wrote: > On Thu, Nov 14, 2013 at 05:40:36PM -0200, Rodrigo Vivi wrote: > > On Thu, Nov 14, 2013 at 09:36:10AM -0800, Olof Johansson wrote: > > > On Thu, Nov 14, 2013 at 8:53 AM, Rodrigo Vivi > > > wrote: > > > > On Wed, Nov 13, 2013 at 05:59

[PATCH 2/2] drm/vmwgfx: Fix false lockdep warning

2013-11-15 Thread Daniel Vetter
On Fri, Nov 15, 2013 at 12:24:32AM -0800, Thomas Hellstrom wrote: > A lockdep warning is hit when evicting surfaces and reserving the backup > buffer. Since this buffer can only be reserved by the process holding the > surface reservation or by the buffer eviction processes that use tryreserve, > t

[PULL] bdw-fixes for 3.13

2013-11-15 Thread Daniel Vetter
Hi Dave, As promised bdw fixes come separate for now. Just a few minior things. Cheers, Daniel The following changes since commit ad40f83f5a89f6d723fd4db424b531f8dd7d3b49: Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-next (2013-11-14 09:53:15 +1000) are

[PATCH 2/2] drm/vmwgfx: Fix false lockdep warning

2013-11-15 Thread Thomas Hellstrom
On 11/15/2013 10:29 AM, Daniel Vetter wrote: > On Fri, Nov 15, 2013 at 12:24:32AM -0800, Thomas Hellstrom wrote: >> A lockdep warning is hit when evicting surfaces and reserving the backup >> buffer. Since this buffer can only be reserved by the process holding the >> surface reservation or by the

[git pull] drm regression fix

2013-11-15 Thread Dave Airlie
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 (201

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
(so X fails and I get kicked back to login screen) and check those logs. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
se: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/23fd6bc3/attachment.html>

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/982c11d2/attachment.html>

[PATCH 1/2] drm/dp: add eDP 1.2 display control DPCD register definitions

2013-11-15 Thread Jani Nikula
Preparing for the future eDP panels. Signed-off-by: Jani Nikula --- include/drm/drm_dp_helper.h | 29 + 1 file changed, 29 insertions(+) diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index a92c375..e2dbde6 100644 --- a/include/drm/drm_dp_he

[PATCH 2/2] drm/i915/dp: check eDP display control capability registers

2013-11-15 Thread Jani Nikula
Debug print the capabilities, and flag an error if the panel does not support adjusting backlight through the BL_PWM_DIM pin, requiring backlight control through DPCD. I haven't seen such panels yet, but it's a matter of time. Give ourselves a reminder when we need to fix this for real. Signed-of

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-15 Thread Daniel Kurtz
rtc_hdisplay; > > + mode->hsync_len = in_mode->crtc_hsync_end - > in_mode->crtc_hsync_start; > > + mode->hbpd = (hblank - mode->hsync_len) / 2; > > + mode->hfpd = hblank - mode->hsync_len - mode->hbpd; > > + > > + mode->clkdiv = fimd_calc_clkdiv(ctx, in_mode); > > What about simply copying contents of in_mode to driver context > and then calculating clkdiv at commit time? You could get rid > of the fimd_mode_data struct and most of this function. > > Otherwise, the patch looks fine. > > Best regards, > Tomasz > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/a0b458c8/attachment-0001.html>

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-15 Thread Daniel Kurtz
Hi Sean, Tomasz, On Mon, Nov 11, 2013 at 6:03 AM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: >> This patch uses the mode passed into mode_set to configure fimd instead >> of directly using the panel from context. This will allow us to move >> the exy

[Bug 71647] New: radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/99de5c9c/attachment.html>

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
|| -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/24b8ba83/attachment.html>

[Bug 31682] Radeon console output very slow with kms

2013-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31682 J?r?me Glisse changed: What|Removed |Added CC||glisse at freedesktop.org --- Comment #6

[Bug 31682] Radeon console output very slow with kms

2013-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31682 --- Comment #7 from Alan --- You only need to use the GART trick if you might not have enough memory to allocate twice the memory needed for the framebuffer. If you can afford the memory then allocate two copies and write each text blit into both.

[Bug 24611] KMS: Plugging in only S-video locks up machine

2013-11-15 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/990e162f/attachment.html>

[PATCH 1/2] radeon: fix mipmap level 0 and 1 alignment for SI and CIK

2013-11-15 Thread Marek Olšák
From: Michel D?nzer Signed-off-by: Marek Ol??k --- radeon/radeon_surface.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index d5c45c4..56e2e4a 100644 --- a/radeon/radeon_surface.c +++ b/radeon

[PATCH 2/2] radeon: implement 2D tiling for CIK

2013-11-15 Thread Marek Olšák
From: Michel D?nzer Bug fixes and simplification by Marek. We have to use the tile index of 0 for non-MSAA depth-stencil after all. Signed-off-by: Marek Ol??k --- include/drm/radeon_drm.h | 11 + radeon/radeon_surface.c | 620 ++- radeon/radeon_sur

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
ttachments/20131115/ce28110e/attachment-0001.html>

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
|| -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/8a913c19/attachment.html>

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/6d9d62e8/attachment.html>

[Bug 24611] KMS: Plugging in only S-video locks up machine

2013-11-15 Thread bugzilla-dae...@freedesktop.org
|--- |WONTFIX -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/c5b182e6/attachment.html>

[PATCH] intel: Add support for GPU reset status query ioctl

2013-11-15 Thread Ian Romanick
From: Ian Romanick I would have just used the drmIoctl interface directly in Mesa, but the ioctl needs some data from the drm_intel_context that is not exposed outside libdrm. This ioctl is in the drm-intel-next tree as b635991. v2: Update based on Mika's kernel work. v3: Fix compile failures

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-15 Thread Adam Jackson
On Fri, 2013-11-15 at 10:38 +0530, Shirish S wrote: > The current solution checks for the existing RB mode, > if available in the edid block returns by adding it, > but does not populate the connector with the modes > of same resolution but which are non-rb modes. > > As a result the probing and l

[PATCH 2/2] radeon: implement 2D tiling for CIK

2013-11-15 Thread Alex Deucher
On Fri, Nov 15, 2013 at 12:55 PM, Marek Ol??k wrote: > From: Michel D?nzer > > Bug fixes and simplification by Marek. > We have to use the tile index of 0 for non-MSAA depth-stencil after all. > > Signed-off-by: Marek Ol??k > --- > include/drm/radeon_drm.h | 11 + > radeon/radeon_surface.c |

[PATCH] intel: Add support for GPU reset status query ioctl

2013-11-15 Thread Damien Lespiau
On Fri, Nov 15, 2013 at 10:41:57AM -0800, Ian Romanick wrote: > From: Ian Romanick > > I would have just used the drmIoctl interface directly in Mesa, but the > ioctl needs some data from the drm_intel_context that is not exposed > outside libdrm. > > This ioctl is in the drm-intel-next tree as

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
d8 After update to the latest git version everything returned to normal. Thanks. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/0b94b7f5/attachment.html>

[Bug 71647] radeonsi purple tinted colors

2013-11-15 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/b1b9d376/attachment.html>

[Bug 64226] python-opencl package generate segmentation fault at pipe_r600.so

2013-11-15 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/67232265/attachment.html>

[PATCH 09/31] drm/tegra: use reset framework

2013-11-15 Thread Stephen Warren
From: Stephen Warren Tegra's clock driver now provides an implementation of the common reset API (include/linux/reset.h). Use this instead of the old Tegra- specific API; that will soon be removed. Cc: treding at nvidia.com Cc: pdeschrijver at nvidia.com Cc: linux-tegra at vger.kernel.org Cc: li

[PATCH 10/31] ARM: tegra: pass reset to tegra_powergate_sequence_power_up()

2013-11-15 Thread Stephen Warren
From: Stephen Warren Tegra's clock driver now provides an implementation of the common reset API (include/linux/reset.h). Use this instead of the old Tegra- specific API; that will soon be removed. Cc: treding at nvidia.com Cc: pdeschrijver at nvidia.com Cc: linux-tegra at vger.kernel.org Cc: li

[pull] radeon fixes 3.13

2013-11-15 Thread Alex Deucher
Hi Dave, Some fixes for radeon for 3.13. Mostly CI stability fixes. I think I've tracked down the stability problems with dpm on Trinity/Richland, so I'm going to enable that by default now. The following changes since commit a3483353ca4e6dbeef2ed62ebed01af109b5b27a: drm: check for !kdev

[PATCH 10/31] ARM: tegra: pass reset to tegra_powergate_sequence_power_up()

2013-11-15 Thread Bjorn Helgaas
On Fri, Nov 15, 2013 at 1:54 PM, Stephen Warren wrote: > From: Stephen Warren > > Tegra's clock driver now provides an implementation of the common > reset API (include/linux/reset.h). Use this instead of the old Tegra- > specific API; that will soon be removed. > > Cc: treding at nvidia.com > C

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-15 Thread Mark Rutland
On Tue, Oct 29, 2013 at 08:12:32AM +, Shirish S wrote: > This patch adds dt support to hdmiphy config settings > as it is board specific and depends on the signal pattern > of board. > > Signed-off-by: Shirish S > --- > .../devicetree/bindings/video/exynos_hdmi.txt | 34 + > d

[PATCH 00/31] ARM: tegra: use common reset and DMA bindings

2013-11-15 Thread Stephen Warren
From: Stephen Warren This series implements a common reset framework driver for Tegra, and updates all relevant Tegra drivers to use it. It also removes the custom DMA bindings and replaced them with the standard DMA DT bindings. Historically, the Tegra clock driver has exported a custom API for

[PATCH] Enable probing of non-rb modes

2013-11-15 Thread Shirish S
With the current implementation of collecting edid modes, in case rb mode exists for a non rb mode of same resolution and vrefresh, the non-rb mode is never fed to display controller to be probed, as a result we lose on using the non-rb mode, if the display controller does not support rb mode but

[PATCH freedesk/drm-nouveau-next] drm: remove unused variable

2013-11-15 Thread Wanlong Gao
/git/linux/drivers/gpu/drm/nouveau/core/subdev/mc/base.c: In function 'nouveau_mc_intr': /git/linux/drivers/gpu/drm/nouveau/core/subdev/mc/base.c:43:25: warning: unused variable 'device' [-Wunused-variable] Signed-off-by: Wanlong Gao --- drivers/gpu/drm/nouveau/core/subdev/mc/base.c | 1 - 1 f

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-15 Thread Shirish S
The current solution checks for the existing RB mode, if available in the edid block returns by adding it, but does not populate the connector with the modes of same resolution but which are non-rb modes. As a result the probing and listing of non-rb modes can't be made, in case the rb mode's pixe

[PATCH v2] ACPI / video: Add systems that should favor native backlight interface

2013-11-15 Thread Aaron Lu
Some system's ACPI video backlight control interface is broken and the native backlight control interface should be used by default. This patch sets the use_native_backlight parameter to true for those systems so that video backlight control interface will not be created. To be specific, the ThinkP

possible regression Radeon RV280 (R3xx/R4xx ?) card freeze, re-apply old patch ?

2013-11-15 Thread Jochen Rollwagen
I think there are two issues here: the first is the missing alignment workaround, since i'll be upgrading to 3.4.69 anyway i'll insert some diagnostic messages in radeon_device.c and see what happens. But i'm pretty certain now that this isn't the cause for the lockups. They are probably (quite

[RESEND PATCH] drm/radeon: Don't limit fb console on 32M cards to 8 bpp

2013-11-15 Thread Lubomir Rintel
The comment suggests that intention was to limit 16M cards to save memory while code did something a bit different. 32bpp is a lot more useful with today's apps, such as Weston's fbdev backend and 32M cards are probably hardly used in apps where dedicating a bit more to pinned console would matter

[PATCH 16/51] DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper

2013-11-15 Thread Cedric Le Goater
Hi, On 09/19/2013 11:41 PM, Russell King wrote: > Replace the following sequence: > > dma_set_mask(dev, mask); > dma_set_coherent_mask(dev, mask); > > with a call to the new helper dma_set_mask_and_coherent(). > > Signed-off-by: Russell King > --- > arch/powerpc/kernel/vio.c |

randconfig build error with next-20131115, in drivers/gpu/drm/nouveau

2013-11-15 Thread Jim Davis
Building with the attached random configuration file, drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function ?nouveau_hwmon_init?: drivers/gpu/drm/nouveau/nouveau_hwmon.c:633:2: error: ?hwmon? undeclared (first use in this function) hwmon->hwmon = NULL; ^ drivers/gpu/drm/nouveau/nouveau_hwmon.c:

[Bug 71516] RV350 Radeon 9550 - no Unity 3D hardware support in Ubuntu 13.10, extremely slow

2013-11-15 Thread bugzilla-dae...@freedesktop.org
this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/729c690d/attachment.html>

[Bug 64781] RV630 bad video playback (too fast) when HDMI audio output is enabled

2013-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=64781 --- Comment #4 from Giannis --- Can I do something else to help? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 64781] RV630 bad video playback (too fast) when HDMI audio output is enabled

2013-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=64781 Raymond changed: What|Removed |Added CC||superquad.vortex2 at gmail.com --- Comment #5 f

[Bug 64781] RV630 bad video playback (too fast) when HDMI audio output is enabled

2013-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=64781 --- Comment #6 from Giannis --- and why before 3.10-RC1 kernel, audio was fine? -- You are receiving this mail because: You are watching the assignee of the bug.

[ANNOUNCE] libdrm 2.4.48

2013-11-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new version of libdrm has been released. The main motivation for this release is the addition of the reset status query ioctl for the Intel kernel module. Access to this ioctl will be necessary for Mesa 10.0. Alex Deucher (2): radeon: add haw