[PATCH -v3 00/11] drm/exynos: Add atomic modesetting support

2015-04-09 Thread Inki Dae
On 2015년 04월 08일 03:39, Gustavo Padovan wrote: > Hi Inki, > > 2015-04-07 Inki Dae : > >> On 2015년 04월 07일 00:44, Inki Dae wrote: >>> 2015-04-06 19:46 GMT+09:00 Inki Dae : On 2015년 04월 04일 03:09, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > >

[Bug 89944] GPU crash in Civilization 5

2015-04-09 Thread bugzilla-dae...@freedesktop.org
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/20150409/d5834682/attachment.html>

[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Archit Taneja
Allow drm_bridge objects to link to each other in order to form an encoder chain. The requirement for creating a chain of bridges comes because the MSM drm driver uses up its encoder and bridge objects for blocks within the SoC itself. There isn't anything left to use if the SoC display output is c

[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-09 Thread Joonyoung Shim
Don't call directly disable callback of plane helper, we need to disconnect the plane from the fb and crtc after disable callback. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_crtc.c| 5 + drivers/gpu/drm/exynos/exynos_drm_encoder.c | 2 +- 2 files changed, 2 inser

[PATCH -v3 00/11] drm/exynos: Add atomic modesetting support

2015-04-09 Thread Joonyoung Shim
Hi, On 04/09/2015 12:14 AM, Inki Dae wrote: > On 2015년 04월 08일 03:39, Gustavo Padovan wrote: >> Hi Inki, >> >> 2015-04-07 Inki Dae : >> >>> On 2015년 04월 07일 00:44, Inki Dae wrote: 2015-04-06 19:46 GMT+09:00 Inki Dae : > On 2015년 04월 04일 03:09, Gustavo Padovan wrote:

[PATCH RFC v9 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-04-09 Thread Thierry Reding
chment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/547f26a9/attachment-0001.sig>

[PATCH RFC v9 14/20] Documentation: dt-bindings: Add bindings for Himax HX8369A DRM panel driver

2015-04-09 Thread Thierry Reding
pinctrl-0 = <&pinctrl_mipi_panel>; > + reset-gpios = <&gpio6 11 GPIO_ACTIVE_LOW>; > + bs-gpios = <0>, <0>, <&gpio6 14 GPIO_ACTIVE_HIGH>, <0>; > + }; Again this doesn't make sense. You're mixing two things here: the HIMAX chip that is presumably a bridge and the panel connected to it. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/f0033d97/attachment.sig>

[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Jani Nikula
On Thu, 09 Apr 2015, Archit Taneja wrote: > Allow drm_bridge objects to link to each other in order to form an encoder > chain. The requirement for creating a chain of bridges comes because the > MSM drm driver uses up its encoder and bridge objects for blocks within > the SoC itself. There isn't

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #2 from George Cheban --- As I understand, I need to show you all output of $dmesg, or only dmesg | grep VGA? Do I need to log in with 3.19 kernel for dmesg output? If so, I don't have enough time to do this, because, when I start ter

[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Archit Taneja
Hi, On 04/09/2015 12:54 PM, Jani Nikula wrote: > On Thu, 09 Apr 2015, Archit Taneja wrote: >> Allow drm_bridge objects to link to each other in order to form an encoder >> chain. The requirement for creating a chain of bridges comes because the >> MSM drm driver uses up its encoder and bridge obj

[PATCH RFC v9 15/20] drm: panel: Add support for Himax HX8369A MIPI DSI panel

2015-04-09 Thread Thierry Reding
e error message: dev_err(dev, "failed to get BS[%u] GPIO: %ld\n", i, PTR_ERR(ctx->bs_gpio[i])); > + return PTR_ERR(ctx->bs_gpio[i]); > + } > + } You don't seem to be using these GPIOs either. I understand that you're only supporting a single mode, but maybe it'd be better to check that the chip is properly connected by matching the BS to the MIPI DSI video mode enum value. > + ret = hx8369a_power_on(ctx); > + if (ret < 0) { > + dev_err(dev, "cannot power on\n"); > + return ret; > + } Why power on here? Can't you postpone that until the panel is actually used (for example in ->prepare())? > +static struct mipi_dsi_driver hx8369a_dsi_driver = { > + .probe = hx8369a_dsi_probe, > + .remove = hx8369a_dsi_remove, > + .driver = { > + .name = "panel-hx8369a-dsi", Are there variants of hx8369a that don't use DSI as their control interface? If not, I'd simply omit the -dsi suffix. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/1e4cd885/attachment.sig>

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #3 from George Cheban --- I did it :) Uploaded dmesg with 3.19 kernel because it's to long. http://rghost.ru/6YHmyhLtF -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #4 from George Cheban --- This is journalctl -k -b -1 http://rghost.ru/6Hry6jGDX -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH RFC v9 11/20] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver

2015-04-09 Thread Thierry Reding
understanding that these DesignWare IP blocks are designed into SoCs. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/26414472/attachment-0001.sig>

[PATCH] drm/tegra: Remove unused .mode_set and .mode_set_base CRTC helpers

2015-04-09 Thread Thierry Reding
= drm_helper_crtc_mode_set_base, > > .prepare = tegra_crtc_prepare, > > .commit = tegra_crtc_commit, > > .atomic_check = tegra_crtc_atomic_check, > > -- > Regards, > > Laurent Pinchart > ------ next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/2ee08b52/attachment.sig>

[Bug 88152] 720p and 1080 H.264 videos lock-up on playback with vlc / vdpau on Radeon 3850HD

2015-04-09 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/20150409/a28305d0/attachment.html>

[Bug 89965] CAYMAN DRI_PRIME The Cave error: radeon: The kernel rejected CS

2015-04-09 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/ad5a7d0e/attachment.html>

[Bug 96361] [Bisected, radeon]Non-infinite boot loop since v3.13

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96361 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 fr

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #5 from Alex Deucher --- Please just attach these logs to the bug directly rather than pasting inline or providing links to 3rd party sites that may go away. Any chance you could bisect to see what change caused the regression? -- Y

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #6 from George Cheban --- Created attachment 173621 --> https://bugzilla.kernel.org/attachment.cgi?id=173621&action=edit dmesg output -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #7 from George Cheban --- Created attachment 173631 --> https://bugzilla.kernel.org/attachment.cgi?id=173631&action=edit journalctl output -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #8 from George Cheban --- Created attachment 173641 --> https://bugzilla.kernel.org/attachment.cgi?id=173641&action=edit Xorg with kernel 3.19 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #9 from George Cheban --- (In reply to Alex Deucher from comment #5) > Please just attach these logs to the bug directly rather than pasting inline > or providing links to 3rd party sites that may go away. Any chance you > could bisec

[Bug 88364] Xorg hangs after videocard switching

2015-04-09 Thread bugzilla-dae...@freedesktop.org
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/20150409/bc7ef118/attachment.html>

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #10 from Alex Deucher --- Git is a source management tool that provides a relatively easy method to track down regressions. See some example howtos: http://git-scm.com/docs/git-bisect https://www.kernel.org/pub/software/scm/git/docs/g

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg wrote: > Hi Hai, > > your commit d5af49c92a8a ("drm/msm/mdp5: Enable DSI connector in msm drm > driver") in today's Linux next tree adds an #ifdef with CONFIG_MSM_BUS_SCALING > as condition. MSM_BUS_SCALING is not defined in Kconfig, so the code i

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Greg KH
On Thu, Apr 09, 2015 at 09:49:58AM -0400, Rob Clark wrote: > On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg > wrote: > > Hi Hai, > > > > your commit d5af49c92a8a ("drm/msm/mdp5: Enable DSI connector in msm drm > > driver") in today's Linux next tree adds an #ifdef with > > CONFIG_MSM_BUS_SCALI

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #11 from George Cheban --- Created attachment 173651 --> https://bugzilla.kernel.org/attachment.cgi?id=173651&action=edit Head = output of 1st bad commit -- You are receiving this mail because: You are watching the assignee of the

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #12 from George Cheban --- Created attachment 173661 --> https://bugzilla.kernel.org/attachment.cgi?id=173661&action=edit bisect log -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #13 from George Cheban --- Created attachment 173671 --> https://bugzilla.kernel.org/attachment.cgi?id=173671&action=edit "bisect bad" copy from terminal -- You are receiving this mail because: You are watching the assignee of the

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #14 from Alex Deucher --- You need to take it to completion and test each commit before marking it bad or good. -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH 1/6] drm/cache: Build-in drm_clflush_*() functions

2015-04-09 Thread Thierry Reding
From: Thierry Reding Irrespective of whether or not the DRM core is built as a module, build the cache flush functions into the kernel. This is required because the implementation may require functions that shouldn't be exported to most drivers. DRM is somewhat of a special case here because it r

[PATCH 2/6] drm/cache: Implement drm_clflush_*() for ARM

2015-04-09 Thread Thierry Reding
From: Thierry Reding Add implementations for drm_clflush_*() on ARM by borrowing code from the DMA mapping API implementation. Unfortunately ARM doesn't export an API to flush caches on a page by page basis, so this replicates most of the code. Reviewed-by: Rob Clark Tested-by: Rob Clark Signe

[PATCH 3/6] drm/cache: Implement drm_clflush_*() for 64-bit ARM

2015-04-09 Thread Thierry Reding
From: Thierry Reding Add implementations for drm_clflush_*() on 64-bit ARM. This shares a lot of code with the 32-bit ARM implementation. Cc: Catalin Marinas Cc: Will Deacon Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_cache.c | 15 +-- 1 file changed, 13 insertions(+),

[PATCH 4/6] drm/tegra: gem: Use drm_clflush_*() functions

2015-04-09 Thread Thierry Reding
From: Thierry Reding Instead of going through the DMA mapping API for cache maintenance, use the drm_clflush_*() family of functions to achieve the same effect. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/Kconfig | 1 + drivers/gpu/drm/tegra/gem.c | 42 +++---

[PATCH 6/6] drm/msm: gem: Use drm_clflush_*() functions

2015-04-09 Thread Thierry Reding
From: Thierry Reding Instead of going through the DMA mapping API for cache maintenance, use the drm_clflush_*() family of functions to achieve the same effect. Cc: Rob Clark Signed-off-by: Thierry Reding --- drivers/gpu/drm/msm/Kconfig | 1 + drivers/gpu/drm/msm/msm_gem.c | 9 + 2

[PATCH 5/6] drm/armada: gem: Use drm_clflush_*() functions

2015-04-09 Thread Thierry Reding
From: Thierry Reding Instead of going through the DMA mapping API for cache maintenance, use the drm_clflush_*() family of functions to achieve the same effect. Cc: Russell King Signed-off-by: Thierry Reding --- drivers/gpu/drm/armada/Kconfig | 1 + drivers/gpu/drm/armada/armada_gem.c |

[PATCH v2] drm/msm: Fix a couple of 64-bit build warnings

2015-04-09 Thread Thierry Reding
Reding --- Changes in v2: - print physical addresses using %pa (fixes another warning that started to appear in next-20150409) drivers/gpu/drm/msm/edp/edp_aux.c | 4 ++-- drivers/gpu/drm/msm/msm_drv.c | 10 +- drivers/gpu/drm/msm/msm_gem.c | 2 +- drivers/gpu/drm/msm

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 10:20 AM, Greg KH wrote: > On Thu, Apr 09, 2015 at 09:49:58AM -0400, Rob Clark wrote: >> On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg >> wrote: >> > Hi Hai, >> > >> > your commit d5af49c92a8a ("drm/msm/mdp5: Enable DSI connector in msm drm >> > driver") in today's Linu

[Bug 89968] 10.5 garbled screen with Enlightenment E19.

2015-04-09 Thread bugzilla-dae...@freedesktop.org
bed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/ede52daa/attachment.html>

[PATCH libdrm 11/24] intel: remove the drm_mm* symbol workarounds

2015-04-09 Thread Emil Velikov
Humble ping. Eric, can you please confirm if this and the follow up patch look ok. Thanks Emil On 1 April 2015 at 17:15, Emil Velikov wrote: > Added with commit 57b4c4c32d3(Move the renaming of mm.c symbols to > symbol duplication/collision with ones that are available elsewhere. > > As the pub

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #15 from George Cheban --- My steps: #yum install git -y $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git clone http://github.com/ignatenkobrain/kernel-package.git $ cd linux $ git bisect start $ git

[PATCH 05/45] drm.h: include stdlib.h in userspace

2015-04-09 Thread Emil Velikov
Hi Mikko Pardon for the late response, On 21 March 2015 at 12:17, Mikko Rapeli wrote: > On Fri, Mar 20, 2015 at 08:25:40PM +, Emil Velikov wrote: >> On 23 February 2015 at 10:35, Mikko Rapeli wrote: >> > On Mon, Feb 23, 2015 at 10:26:58AM +, Emil Velikov wrote: >> >> On 16/02/15 23:05,

[PATCH] drm/exynos/fimc: fix runtime pm support

2015-04-09 Thread Marek Szyprowski
Once pm_runtime_set_active() gets called, the kernel assumes that given device has already enabled runtime pm and will call pm_runtime_suspend() without matching pm_runtime_resume(). In case of DRM FIMC IPP driver, this will result in calling clk_disable() without respective call to clk_enable(). T

[PATCH 05/45] drm.h: include stdlib.h in userspace

2015-04-09 Thread Mikko Rapeli
On Thu, Apr 09, 2015 at 05:00:48PM +0100, Emil Velikov wrote: > Hi Mikko > > Pardon for the late response, > > On 21 March 2015 at 12:17, Mikko Rapeli wrote: > > On Fri, Mar 20, 2015 at 08:25:40PM +, Emil Velikov wrote: > >> On 23 February 2015 at 10:35, Mikko Rapeli wrote: > >> > On Mon, F

[Mesa-dev] st_TexSubImage: unaligned memcpy performance

2015-04-09 Thread Vasilis Liaskovitis
rmance discussed a bit here recently with no conclusion: http://people.freedesktop.org/~cbrill/dri-log/?channel=dri-devel&date=2015-01-01 thanks, - Vasilis > > Cheers, > Daniel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/876e926a/attachment.html>

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Valentin Rothberg
Hi Hai, your commit d5af49c92a8a ("drm/msm/mdp5: Enable DSI connector in msm drm driver") in today's Linux next tree adds an #ifdef with CONFIG_MSM_BUS_SCALING as condition. MSM_BUS_SCALING is not defined in Kconfig, so the code in this #ifdef block won't be compiled at its current state. I saw

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Greg KH
On Thu, Apr 09, 2015 at 10:50:58AM -0400, Rob Clark wrote: > On Thu, Apr 9, 2015 at 10:20 AM, Greg KH > wrote: > > On Thu, Apr 09, 2015 at 09:49:58AM -0400, Rob Clark wrote: > >> On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg > >> wrote: > >> > Hi Hai, > >> > > >> > your commit d5af49c92a8a (

Valve games for Mesa/DRI developers

2015-04-09 Thread Daniel Stone
Hi, At Collabora (my lovely dayjob), we've been working with Valve on SteamOS. Valve are keen to give back to the community, and we've been discussing ways they can help do that, including providing free access to Valve games on Steam to Debian developers last year. We're happy to say that this ha

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 1:07 PM, Greg KH wrote: > On Thu, Apr 09, 2015 at 10:50:58AM -0400, Rob Clark wrote: >> On Thu, Apr 9, 2015 at 10:20 AM, Greg KH >> wrote: >> > On Thu, Apr 09, 2015 at 09:49:58AM -0400, Rob Clark wrote: >> >> On Thu, Apr 9, 2015 at 7:22 AM, Valentin Rothberg >> >> wrote:

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Paul Bolle
On Thu, 2015-04-09 at 19:07 +0200, Greg KH wrote: > I really don't understand. Why is this code in the kernel tree if it > can't be built? How does anyone use this? By taking it and copying it > where? If it can't be built, and no one can update it, and of course > not run it, why is it here?

[PATCH v2] drm/msm: Fix a couple of 64-bit build warnings

2015-04-09 Thread Rob Clark
> - print physical addresses using %pa (fixes another warning that started > to appear in next-20150409) > > drivers/gpu/drm/msm/edp/edp_aux.c | 4 ++-- > drivers/gpu/drm/msm/msm_drv.c | 10 +- > drivers/gpu/drm/msm/msm_gem.c | 2 +- > drivers/gpu/drm/msm/m

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 2:12 PM, Paul Bolle wrote: > On Thu, 2015-04-09 at 19:07 +0200, Greg KH wrote: >> I really don't understand. Why is this code in the kernel tree if it >> can't be built? How does anyone use this? By taking it and copying it >> where? If it can't be built, and no one can

[Bug 96361] [Bisected, radeon]Non-infinite boot loop since v3.13

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96361 --- Comment #2 from servuswiegehtz at yahoo.de --- Created attachment 173691 --> https://bugzilla.kernel.org/attachment.cgi?id=173691&action=edit dmesg output dmesg output with radeon.dpm=1 (in this case the pc managed to boot to linux, as menti

[Bug 96361] [Bisected, radeon]Non-infinite boot loop since v3.13

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96361 --- Comment #3 from servuswiegehtz at yahoo.de --- bug is only present with radeon.dpm=1 (default?), with radeon.dpm=0 there are no issues -- You are receiving this mail because: You are watching the assignee of the bug.

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Paul Bolle
On Thu, 2015-04-09 at 14:54 -0400, Rob Clark wrote: > We are talking about a driver which does build and run on > upstream kernel, and which has a few small #ifdef blocks to simplify > backporting to downstream kernels (which we still do need to use for > some generations and some devices) This ha

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 3:44 PM, Valentin Rothberg wrote: > On Thu, Apr 09, 2015 at 02:54:29PM -0400, Rob Clark wrote: >> On Thu, Apr 9, 2015 at 2:12 PM, Paul Bolle wrote: >> > On Thu, 2015-04-09 at 19:07 +0200, Greg KH wrote: >> >> I really don't understand. Why is this code in the kernel tree i

[Bug 96361] [Bisected, radeon]Non-infinite boot loop since v3.13

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96361 --- Comment #4 from Alex Deucher --- forcing dpm=1 enables additional debugging output not present when the parameter is not explicitly set. -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-09 Thread Gustavo Padovan
Hi Joonyoung, 2015-04-09 Joonyoung Shim : > Don't call directly disable callback of plane helper, we need to > disconnect the plane from the fb and crtc after disable callback. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_crtc.c| 5 + > drivers/gpu/drm/ex

[Bug 89971] HDMI out *not* working with radeon (mobile 8550g)

2015-04-09 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/20150409/1a2e91fc/attachment-0001.html>

[Bug 89971] HDMI out *not* working with radeon (mobile 8550g)

2015-04-09 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/39d5df2b/attachment.html>

[Bug 89971] HDMI out *not* working with radeon (mobile 8550g)

2015-04-09 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/20150409/01fe0966/attachment.html>

[Bug 89971] HDMI out *not* working with radeon (mobile 8550g)

2015-04-09 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/813ff122/attachment.html>

[PATCH libdrm 11/24] intel: remove the drm_mm* symbol workarounds

2015-04-09 Thread Eric Anholt
pe: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150409/46eb4315/attachment-0001.sig>

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING

2015-04-09 Thread Valentin Rothberg
On Thu, Apr 09, 2015 at 02:54:29PM -0400, Rob Clark wrote: > On Thu, Apr 9, 2015 at 2:12 PM, Paul Bolle wrote: > > On Thu, 2015-04-09 at 19:07 +0200, Greg KH wrote: > >> I really don't understand. Why is this code in the kernel tree if it > >> can't be built? How does anyone use this? By taking

[PATCH 01/14] drm: Adding drm helper function drm_plane_from_index().

2015-04-09 Thread Chandra Konduru
Adding drm helper function to return plane pointer from index where index is a returned by drm_plane_index. v2: -avoided nested loop by adding loop count (Daniel) v3: -updated patch header prefix to 'drm' (Matt) v4: -fixed a kerneldoc issue (kbuild-internal) Cc: dri-devel at lists.freedesktop.o

libva decoding performance regression with kernel 4.0-rc

2015-04-09 Thread Olivier Crête
Hello, Using an Atom E3845 board, we had a pretty bad performance regression when upgrading to 4.0-rc6 from 3.19. With the help of git bisect, I traced it back to commit 78a42377. Reverting this commit and subsequent related commits (b9ffd80, 71745376, etc) fixes the performance regression for me.