[PATCH V2 2/9] drm/panel: add pre_enable and post_disable routines

2014-04-25 Thread Ajay kumar
On Fri, Apr 25, 2014 at 11:34 AM, Ajay kumar wrote: > On Friday, April 25, 2014, Thierry Reding wrote: >> >> On Thu, Apr 24, 2014 at 12:56:02AM +0530, Ajay kumar wrote: >> > Thierry, >> > >> > On Wed, Apr 23, 2014 at 1:12 PM, Thierry Reding >> > wrote: >> > > On Wed, Apr 23, 2014 at 09:29:15AM +

[PATCH] PCI: Add new PCI id for Intel GPU interrupt quirk

2014-04-25 Thread Daniel Vetter
On Fri, Apr 25, 2014 at 11:37:18AM -0600, Bjorn Helgaas wrote: > On Fri, Apr 25, 2014 at 11:35:21AM -0600, Bjorn Helgaas wrote: > > [+cc Daniel, Jani, intel-gfx, dri-devel, -cc stable] > > > > On Mon, Apr 07, 2014 at 03:10:32PM +0200, Thomas Jarosch wrote: > > > After a CPU upgrade while keeping t

radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-25 Thread Jerome Glisse
On Fri, Apr 25, 2014 at 05:50:57PM -0400, Jerome Glisse wrote: > On Fri, Apr 25, 2014 at 05:47:48PM -0400, Jerome Glisse wrote: > > On Thu, Apr 24, 2014 at 09:37:22AM -0400, Johannes Weiner wrote: > > > Hi Thomas, > > > > > > On Wed, Apr 02, 2014 at 04:26:08PM +0200, Thomas Schwinge wrote: > > > >

[git pull] drm fixes

2014-04-25 Thread Woody Suwalski
Christian K?nig wrote: > Am 23.04.2014 23:36, schrieb Woody Suwalski: >> Dave Airlie wrote: >>> On Wed, Apr 23, 2014 at 1:59 AM, Linus Torvalds >>> wrote: Dave, mind sending me a pull request for drm fixes? There's now at least these two: - "drm/radeon/aux: fix hpd assig

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #8 from Tasev Nikola --- Created attachment 133801 --> https://bugzilla.kernel.org/attachment.cgi?id=133801&action=edit dmesg broken kernel before suspend/resume -- You are receiving this mail because: You are watching the assignee

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #7 from Tasev Nikola --- Created attachment 133791 --> https://bugzilla.kernel.org/attachment.cgi?id=133791&action=edit dmesg working kernel after suspend/resume -- You are receiving this mail because: You are watching the assignee

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #6 from Tasev Nikola --- Hi Daniel, First, sorry if i confuse you , i'm just an averrage user. But yes this is really the first bad commit git bisect found. I saw that it is just one line simple patch but it probably masked another p

[patch 22/24] OTC Port: drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.

2014-04-25 Thread Guo DeshuiX
OTC Commit: 426729dcc713b3d1ae802e314030e5556a62da53 Git commit 90797e6d1ec0dfde6ba62a48b9ee3803887d6ed4 ("drm/i915: create compact dma scatter lists for gem objects") makes certain assumptions about the under laying DMA API that are not always correct. On a ThinkPad X230 with an Intel HD 4000 wi

radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-25 Thread Jerome Glisse
On Fri, Apr 25, 2014 at 05:47:48PM -0400, Jerome Glisse wrote: > On Thu, Apr 24, 2014 at 09:37:22AM -0400, Johannes Weiner wrote: > > Hi Thomas, > > > > On Wed, Apr 02, 2014 at 04:26:08PM +0200, Thomas Schwinge wrote: > > > Hi! > > > > > > On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner > >

radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-25 Thread Jerome Glisse
On Thu, Apr 24, 2014 at 09:37:22AM -0400, Johannes Weiner wrote: > Hi Thomas, > > On Wed, Apr 02, 2014 at 04:26:08PM +0200, Thomas Schwinge wrote: > > Hi! > > > > On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner > > wrote: > > > Each zone that holds userspace pages of one workload must be ag

[PATCH RFC 3/3] drm/exynos: use pending_components for components tracking

2014-04-25 Thread Andrzej Hajda
On 04/23/2014 07:13 PM, Russell King - ARM Linux wrote: > On Wed, Apr 23, 2014 at 05:43:28PM +0100, Russell King - ARM Linux wrote: >> So, maybe you would like to finally address *my* point about TDA998x >> and your solution in a way that provides a satisfactory answer. *Show* >> how it can be don

[PATCH v3 9/9] drm/nouveau: support for probing GK20A

2014-04-25 Thread Alexandre Courbot
Set the correct subdev/engine classes when GK20A (0xea) is probed. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/core/engine/device/nve0.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c b/drivers/gpu/drm/no

[PATCH v3 8/9] drm/nouveau/graph: add GK20A support

2014-04-25 Thread Alexandre Courbot
Add a GR device for GK20A based on NVE4, with the correct classes definitions (GK20A's 3D class is 0xa297). Most of the NVE4 code can be used on GK20A, so make relevant bits of NVE4 available to other chips as well. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/Makefile

[PATCH v3 7/9] drm/nouveau/graph: pad firmware code at load time

2014-04-25 Thread Alexandre Courbot
Pad the microcode to a multiple of 0x40 words, otherwise firmware will fail to run from non-prepadded firmware files. Signed-off-by: Alexandre Courbot Reviewed-by: Thierry Reding --- drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers

[PATCH v3 6/9] drm/nouveau/graph: enable when using external firmware

2014-04-25 Thread Alexandre Courbot
nvc0_graph_ctor() would only let the graphics engine be enabled if its oclass has a proper microcode linked to it. This prevents GR from being enabled at all on chips that rely exclusively on external firmware, even though such a use-case is valid. Relax the conditions enabling the GR engine to al

[PATCH v3 5/9] drm/nouveau/fifo: add GK20A support

2014-04-25 Thread Alexandre Courbot
GK20A's FIFO is compatible with NVE0, but only features 128 channels and 1 runlist. Signed-off-by: Alexandre Courbot Reviewed-by: Thierry Reding --- drivers/gpu/drm/nouveau/Makefile | 1 + drivers/gpu/drm/nouveau/core/engine/fifo/gk20a.c | 35 ++ drivers

[PATCH v3 4/9] drm/nouveau/fb: add GK20A support

2014-04-25 Thread Alexandre Courbot
Add a simple FB device for GK20A, as well as a RAM implementation based on contiguous DMA memory allocations suitable for chips that use system memory as video RAM. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/Makefile | 2 + drivers/gpu/drm/nouveau/core/includ

[PATCH v3 3/9] drm/nouveau/ibus: add GK20A support

2014-04-25 Thread Alexandre Courbot
Add support for initializing the priv ring of GK20A. This is done by the BIOS on desktop GPUs, but needs to be done by hand on Tegra. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/Makefile | 1 + drivers/gpu/drm/nouveau/core/include/subdev/ibus.h | 1 + drive

[PATCH v3 2/9] drm/nouveau/bar/nvc0: support chips without BAR3

2014-04-25 Thread Alexandre Courbot
Adapt the NVC0 BAR driver to make it able to support chips that do not expose a BAR3. When this happens, BAR1 is then used for USERD mapping and the BAR alloc() functions is disabled, making GPU objects unable to rely on BAR for data access and falling back to PRAMIN. Signed-off-by: Alexandre Cour

[PATCH v3 1/9] drm/nouveau/bar: only ioremap BAR3 if it exists

2014-04-25 Thread Alexandre Courbot
Some chips that use system memory exclusively (e.g. GK20A) do not expose 2 BAR regions. For them only BAR1 exists, and it should be used for USERD mapping. Do not map BAR3 if its resource does not exist. Signed-off-by: Alexandre Courbot Reviewed-by: Thierry Reding --- drivers/gpu/drm/nouveau/co

[PATCH v3 0/9] drm/nouveau: support for GK20A, cont'd

2014-04-25 Thread Alexandre Courbot
Changes since v2: - Enabled software class - Removed unneeded changes to nouveau_accel_init() - Replaced use of architecture-private pfn_to_dma() and dma_to_pfn() with the portable page_to_phys()/phys_to_page() - Fixed incorrect comment/commit log talking about bytes instead of words Hope this l

[PULL] drm-intel-fixes

2014-04-25 Thread Jani Nikula
ble URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/8ffd902a/attachment.sig>

[Bug 77930] radeon regression after update to kernel 3.13.7 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/c33bdd69/attachment.html>

[PULL] drm-intel-fixes

2014-04-25 Thread Jani Nikula
On Fri, 25 Apr 2014, Jani Nikula wrote: > Daniel Vetter (3): > drm/i915: Sanitize the enable_ppgtt module option once Aww crap, our QA spotted a show stopper bug in this one, and I missed the bug report [1]. My bad, although I can't disagree with Chris' assessment in comment #1 of the bug.

[Bug 77930] radeon regression after update to kernel 3.13.7 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/15ece039/attachment-0001.html>

[Bug 77930] radeon regression after update to kernel 3.13.7 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/1ad382c7/attachment.html>

[GIT PULL] exynos-drm-fixes

2014-04-25 Thread Inki Dae
Hi Dave, This request-pull includes some minor fixups and cleanups, and updates maintainer entry to Display Port driver. This driver had been just moved from drivers/video/exynos into drivers/gpu/drm/exynos so the maintainter entry should also be updated to right person. Please kin

[Bug 77930] radeon regression after update to kernel 3.13.7 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140425/68812674/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-04-25 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/42027035/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-04-25 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/eef9aeb6/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-04-25 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/ab03cfc6/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-04-25 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/973f4804/attachment.html>

[Bug 77898] HDMI audio on [AMD/ATI] Richland [Radeon HD 8470D] choppy with ALSA

2014-04-25 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140425/b6aa29a8/attachment-0001.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-04-25 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20140425/a6fdc3e1/attachment.html>

[bisect result] Re: 3.15-rc2: i915 regression: only top 20% of screen works in X

2014-04-25 Thread Jani Nikula
On Fri, 25 Apr 2014, Pavel Machek wrote: >> On Thu, Apr 24, 2014 at 09:40:38PM +0200, Pavel Machek wrote: >> > Hi! >> > >> > > And if you can indeed reliably reproduce this a bisect could be really >> > > useful. >> > >> > And we have a winner here :-) >> > >> > Ok, it was not as painfull as I

[Bug 77930] radeon regression after update to kernel 3.13.7 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140425/81d14027/attachment.html>

[PULL] drm-intel-fixes

2014-04-25 Thread Jani Nikula
ula, Intel Open Source Technology Center -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140425/b4971a31/attachment.sig>

[Bug 77930] New: radeon regression after update to kernel 3.13.6 (stable)

2014-04-25 Thread bugzilla-dae...@freedesktop.org
ations, see: http://forums.gentoo.org/viewtopic-p-7529160.html -- 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/20140425/680f5e6b/attachment.html>

[Bug 70651] cannot write to power_dpm_force_performance_level: invalid argument (radeon 7730m)

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=70651 Zsolt Barat changed: What|Removed |Added CC||zsolt at softmonsters.com --- Comment #13 f

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #5 from Daniel Vetter --- Hm, 25f397a429dfa43f22c was already merged into 3.11, but you say that 3.14 works fine. Is this really the right first bad commit git bisect found? I'm confused ... -- You are receiving this mail because: Yo

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 Daniel Vetter changed: What|Removed |Added Status|NEW |NEEDINFO CC|

[Bug 42960] Display does not work when resuming from suspend

2014-04-25 Thread bugzilla-dae...@freedesktop.org
s 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/20140425/d8f9fdd8/attachment-0001.html>

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 Tasev Nikola changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail becaus

[PATCH V2 7/9] drm/bridge: ptn3460: add drm_panel controls

2014-04-25 Thread Ajay kumar
Sorry for the previous reply. Here goes the full explaination. On Fri, Apr 25, 2014 at 11:40 AM, Ajay kumar wrote: > On Thu, Apr 24, 2014 at 11:08 PM, Ajay kumar wrote: >> On Thu, Apr 24, 2014 at 10:55 PM, Rob Clark wrote: >>> On Thu, Apr 24, 2014 at 12:55 PM, Ajay kumar wrote: Rob,

[PATCH V2 7/9] drm/bridge: ptn3460: add drm_panel controls

2014-04-25 Thread Ajay kumar
On Thu, Apr 24, 2014 at 11:08 PM, Ajay kumar wrote: > On Thu, Apr 24, 2014 at 10:55 PM, Rob Clark wrote: >> On Thu, Apr 24, 2014 at 12:55 PM, Ajay kumar wrote: >>> Rob, >>> >>> On Thu, Apr 24, 2014 at 9:41 PM, Rob Clark wrote: On Wed, Apr 23, 2014 at 3:02 PM, Ajay kumar wrote: > Sorry

[PATCH] PCI: Add new PCI id for Intel GPU interrupt quirk

2014-04-25 Thread Bjorn Helgaas
On Fri, Apr 25, 2014 at 11:35:21AM -0600, Bjorn Helgaas wrote: > [+cc Daniel, Jani, intel-gfx, dri-devel, -cc stable] > > On Mon, Apr 07, 2014 at 03:10:32PM +0200, Thomas Jarosch wrote: > > After a CPU upgrade while keeping the same mainboard, > > we faced "spurious interrupt" problems again. > >

[PATCH] PCI: Add new PCI id for Intel GPU interrupt quirk

2014-04-25 Thread Bjorn Helgaas
[+cc Daniel, Jani, intel-gfx, dri-devel, -cc stable] On Mon, Apr 07, 2014 at 03:10:32PM +0200, Thomas Jarosch wrote: > After a CPU upgrade while keeping the same mainboard, > we faced "spurious interrupt" problems again. > > It turned out that the new CPU also featured a > new GPU with a differen

[PATCH V2 2/9] drm/panel: add pre_enable and post_disable routines

2014-04-25 Thread Ajay kumar
On Friday, April 25, 2014, Thierry Reding wrote: > > On Thu, Apr 24, 2014 at 12:56:02AM +0530, Ajay kumar wrote: > > Thierry, > > > > On Wed, Apr 23, 2014 at 1:12 PM, Thierry Reding > > wrote: > > > On Wed, Apr 23, 2014 at 09:29:15AM +0200, Daniel Vetter wrote: > [...] > > >> Imo this makes sense

[PULL] topic

2014-04-25 Thread Daniel Vetter
Hi Dave, Figured I might as well flush out my queue of random drm patches while I throw drm-next pull requests at you ;-) Mostly just polish for Matt Roper's primary planes work (nothing for -fixes, that patch is already in Thierry's tree), plus two other things. All nicely reviewed and also test

[RESEND PATCH] drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs

2014-04-25 Thread Daniel Thompson
The 800x600 (SVGA) screen resolution was lacking in the set of built-in selectable EDID screen resolutions that can be used to repair misbehaving monitor firmware. This patch adds the related data set and expands the documentation. Note that the SVGA bit occupies a different byte to all the existi

[pull] drm/msm: fixes for 3.15-rc3

2014-04-25 Thread Rob Clark
Hi Dave, Fixes for msm for 3.15.. a memory leak fix for devices using vram carveout instead of iommu. Plus I think finally managed to sort out / workaround some cursor vs underflow issues. And small fbcon tweak needed to avoid extra full-modesets at boot. --- The following changes since co

[PATCH] imx-drm: fix hdmi hotplug detection initial state

2014-04-25 Thread Russell King - ARM Linux
On Thu, Apr 24, 2014 at 03:57:27PM -0700, Tim Harvey wrote: > On Thu, Apr 24, 2014 at 3:07 PM, Russell King - ARM Linux > wrote: > > On Thu, Apr 24, 2014 at 02:00:49PM -0700, Tim Harvey wrote: > >> I'm still seeing issues with HDMI detect on powerup, at least on my > >> Gateworks Ventana boards (w

[bisect result] Re: 3.15-rc2: i915 regression: only top 20% of screen works in X

2014-04-25 Thread Jiri Kosina
On Fri, 25 Apr 2014, Pavel Machek wrote: > > > And we have a winner here :-) > > > > > > Ok, it was not as painfull as I feared. > > > > > > It does not revert cleanly, but doing it by hand was not that bad. > > > > Oh my. That is bizarre, can you check whether you have > > > > commit 9991ae78

[bisect result] Re: 3.15-rc2: i915 regression: only top 20% of screen works in X

2014-04-25 Thread Pavel Machek
> On Thu, Apr 24, 2014 at 09:40:38PM +0200, Pavel Machek wrote: > > Hi! > > > > > And if you can indeed reliably reproduce this a bisect could be really > > > useful. > > > > And we have a winner here :-) > > > > Ok, it was not as painfull as I feared. > > > > It does not revert cleanly, but d

[bisect result] Re: 3.15-rc2: i915 regression: only top 20% of screen works in X

2014-04-25 Thread Pavel Machek
Hi! > > > And if you can indeed reliably reproduce this a bisect could be really > > > useful. > > > > And we have a winner here :-) > > > > Ok, it was not as painfull as I feared. > > > > It does not revert cleanly, but doing it by hand was not that bad. > > Oh my. That is bizarre, can you c