[Bug 55420] [Wine] fails to compile GLSL shader in Falcon BMS 4.32u3

2013-08-30 Thread bugzilla-dae...@freedesktop.org
component is the common front-end code. Perhaps Marek can comment... -- 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/20130830/3a5ef

[Bug 68708] Intel+Radeon Hybrid laptop hang on boot while being on the battery

2013-08-30 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130830/ae13670c/attachment.html>

[Bug 68708] Intel+Radeon Hybrid laptop hang on boot while being on the battery

2013-08-30 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130830/7772f8ee/attachment.html>

[PATCH 1/1] drm/exynos: Fix build error with exynos_drm_connector.c

2013-08-30 Thread Inki Dae
> -Original Message- > From: Sachin Kamat [mailto:sachin.kamat at linaro.org] > Sent: Friday, August 30, 2013 6:11 PM > To: dri-devel at lists.freedesktop.org > Cc: inki.dae at samsung.com; sachin.kamat at linaro.org; patches at > linaro.org; > Andrzej Hajda > Subject: [PATCH 1/1]

[PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
One more thing, you would need to check if other driver can be probed in probe context. With your patch, exynos_hdmiphy_driver_register() is called in hdmi_probe() via hdmi_get_phy_device(), and then platform_driver_reigster() is called via the exynos_hdmiphy_driver_register(). I remember that was

[PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
Hi Rahul. Thanks for your patch set. I had just quick review to all patch series. And I think we could fully hide hdmiphy interfaces, exynos_hdmiphy_enable/disable/check_mode/set_mode/conf_apply, from hdmi driver. That may be prototyped like below, at exynos_hdmi.h /* Define hdmiphy callbacks.

[RFC 3/3] drm/tegra: Implement panel support

2013-08-30 Thread Thierry Reding
Use the DRM panel framework to attach a panel to an output. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/drm/Kconfig | 1 + drivers/gpu/host1x/drm/drm.h| 1 + drivers/gpu/host1x/drm/output.c | 28 ++-- 3 files changed, 28 insertions(+), 2 deletions(-)

[RFC 2/3] drm/panel: Add simple panel support

2013-08-30 Thread Thierry Reding
Add a driver for simple panels. Such panels can have a regulator that provides the supply voltage and a separate GPIO to enable the panel. Optionally the panels can have a backlight associated with them so it can be enabled or disabled according to the panel's power management mode. Support is

[RFC 1/3] drm: Add panel support

2013-08-30 Thread Thierry Reding
Add a very simple framework to register and lookup panels. Panel drivers can initialize a DRM panel and register it with the framework, allowing them to be retrieved and used by display drivers. Currently only support for DPMS and obtaining panel modes is provided. However it should be sufficient

[RFC 0/3] drm: Add panel support

2013-08-30 Thread Thierry Reding
Hi, This patch series adds support for panels to DRM. The current implementation is very basic and only provides hooks for a panel to handle DPMS changes and return a list of supported modes. That should be enough to support a rather large number of panels. It should also be easy to extend the

[RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: > On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann > wrote: > > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: > >> > >> I guess if you have multiple encoders + multiple connectors for the > >> "ganging" case, then it probably just

[pull] radeon drm-next-3.12

2013-08-30 Thread Alex Deucher
Hi Dave, This is the radeon drm-next request. Big changes include: - support for dpm on CIK parts - support for ASPM on CIK parts - support for berlin GPUs - major ring handling cleanup - remove the old 3D blit code for bo moves in favor of CP DMA or sDMA - lots of bug fixes The following

[RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Thu, Aug 29, 2013 at 04:26:08PM -0700, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrj?l? < > ville.syrjala at linux.intel.com> wrote: > > > On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: > > > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann > > wrote: > > > > >

[PATCH 6/6] intel: Update package name and description in libdrm_intel.pc

2013-08-30 Thread Damien Lespiau
On Thu, Aug 29, 2013 at 09:31:54PM +0100, Emil Velikov wrote: > Currently the package name and description duplicate that of the > core libdrm. Update those to reflect reality. > > Cc: Daniel Vetter > Signed-off-by: Emil Velikov Looks good to me: Reviewed-by: Damien Lespiau -- Damien > ---

[Bug 68224] [radeonsi] Serious Sam3 is segfaulting (LLVM assert)

2013-08-30 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130830/dc665783/attachment.html>

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-08-30 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130830/bbc5d9fd/attachment.html>

[PATCH 6/6] drm/nouveau: use MSI interrupts

2013-08-30 Thread Ben Skeggs
On Fri, Aug 30, 2013 at 12:01 PM, Ilia Mirkin wrote: > On Thu, Aug 29, 2013 at 9:58 PM, Ben Skeggs wrote: >> On Fri, Aug 30, 2013 at 11:10 AM, Ilia Mirkin >> wrote: >>> On Thu, Aug 29, 2013 at 1:07 AM, Ben Skeggs wrote: On Thu, Aug 29, 2013 at 3:00 PM, Ilia Mirkin wrote: > On

[PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Rahul Sharma
Thanks Mr. Dae, I have some points for discussion. On 30 August 2013 14:03, Inki Dae wrote: > Hi Rahul. > > Thanks for your patch set. > > I had just quick review to all patch series. And I think we could fully hide > hdmiphy interfaces, >

[Bug 68391] [radeonsi] Crash unigine-sanctuary

2013-08-30 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130830/1bc3f302/attachment.html>

[PATCH] drm/msm: convert to drm_bridge

2013-08-30 Thread Rob Clark
Drop the msm_connector base class, and special calls to base class methods from the encoder, and use instead drm_bridge. This allows for a cleaner division between the hdmi (and in future dsi) blocks, from the mdp block. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/Makefile

linux-next: Tree for Aug 30 (nouveau)

2013-08-30 Thread Randy Dunlap
On 08/29/13 03:00, Stephen Rothwell wrote: > Hi all, > on x86_64: ERROR: "nouveau_switcheroo_optimus_dsm" [drivers/gpu/drm/nouveau/nouveau.ko] undefined! Full randconfig file is attached. -- ~Randy -- next part -- # # Automatically generated file; DO NOT EDIT. #

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-30 Thread Rob Clark
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > This patch adds the notion of a drm_bridge. A bridge is a chained > device which hangs off an encoder. The drm driver using the bridge > should provide the association between encoder and bridge. Once a > bridge is associated with an encoder, it

[PATCH 6/6] drm/nouveau: use MSI interrupts

2013-08-30 Thread Ben Skeggs
On Fri, Aug 30, 2013 at 11:58 AM, Ben Skeggs wrote: > On Fri, Aug 30, 2013 at 11:10 AM, Ilia Mirkin wrote: >> On Thu, Aug 29, 2013 at 1:07 AM, Ben Skeggs wrote: >>> On Thu, Aug 29, 2013 at 3:00 PM, Ilia Mirkin >>> wrote: On Thu, Aug 29, 2013 at 12:45 AM, Ben Skeggs wrote: > On Thu,

[PATCH 6/6] drm/nouveau: use MSI interrupts

2013-08-30 Thread Ben Skeggs
On Fri, Aug 30, 2013 at 11:10 AM, Ilia Mirkin wrote: > On Thu, Aug 29, 2013 at 1:07 AM, Ben Skeggs wrote: >> On Thu, Aug 29, 2013 at 3:00 PM, Ilia Mirkin wrote: >>> On Thu, Aug 29, 2013 at 12:45 AM, Ben Skeggs wrote: On Thu, Aug 29, 2013 at 12:20 PM, Ilia Mirkin wrote: > On

[PATCH 2/6] tests/*version: add missing string.h header

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov wrote: > Prodives memset() and strlen(), used in tests/setversion > tests/getversion respectively. > > Signed-off-by: Emil Velikov Reviewed-by: Rob Clark > --- > tests/getversion.c | 1 + > tests/setversion.c | 1 + > 2 files changed, 2

[PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov wrote: > The compiler is unaware of that we have at least one crts/connector/plane > thus it complains that some of our variables will be used uninitialised. > > Signed-off-by: Emil Velikov Reviewed-by: Rob Clark > --- > > This patch looks like a

[PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov wrote: > Handles automake complains about lack of forward-compatibility, due to the > source files in the kgsl and msm backends/folders. > > Cc: Rob Clark > Signed-off-by: Emil Velikov I've tested these two (this and 4/6).. they seem to work fine

[PATCH] drm/radeon: enable UVD interrupts on CIK

2013-08-30 Thread Christian König
From: Christian K?nig The same as on evergreen. Signed-off-by: Christian K?nig Reported-by: FrankR Huang --- drivers/gpu/drm/radeon/cik.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index

[RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: >> >> I guess if you have multiple encoders + multiple connectors for the >> "ganging" case, then it probably just looks like 2x displays, and >> nothing more really needed? >> >> I'm a bit

[RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:26 PM, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrj?l? > wrote: >> >> On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: >> > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann >> > wrote: >> >> > > 1. The API is geared toward updating one

[PATCH] drm/radeon: enable UVD interrupts on CIK

2013-08-30 Thread Alex Deucher
On Fri, Aug 30, 2013 at 5:10 AM, Christian K?nig wrote: > From: Christian K?nig > > The same as on evergreen. > > Signed-off-by: Christian K?nig > Reported-by: FrankR Huang Added to my queue and cc'ed for stable. Alex > --- > drivers/gpu/drm/radeon/cik.c |4 > 1 file changed, 4

[PATCH] drm/radeon: fix init ordering for r600+

2013-08-30 Thread Alex Deucher
The vram scratch buffer needs to be initialized before the mc is programmed otherwise we program 0 as the GPU address of the default GPU fault page. In most cases we put vram at zero anyway and reserve a page for the legacy vga buffer so in practice this shouldn't cause any problems, but better

[PATCH 6/6] drm/nouveau: use MSI interrupts

2013-08-30 Thread Lucas Stach
Am Freitag, den 30.08.2013, 15:36 +1000 schrieb Ben Skeggs: > On Fri, Aug 30, 2013 at 12:01 PM, Ilia Mirkin wrote: > > On Thu, Aug 29, 2013 at 9:58 PM, Ben Skeggs wrote: > >> On Fri, Aug 30, 2013 at 11:10 AM, Ilia Mirkin > >> wrote: > >>> On Thu, Aug 29, 2013 at 1:07 AM, Ben Skeggs wrote: >

[PATCH 1/3] drm/radeon: split out radeon_uvd_resume from uvd_v4_2_resume

2013-08-30 Thread Christian König
Am 29.08.2013 23:24, schrieb Alex Deucher: > For powergating, we just need to re-init the registers, there > is no need to resture the uvd BOs. This just adds needless > work when powergating uvd for playback while the system is > on. We only need to restore the uvd BOs on an actual resume >

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-30 Thread Laurent Pinchart
Hi Philipp, On Tuesday 27 August 2013 11:30:51 Philipp Zabel wrote: > Hi Laurent, > > I have another small issue with the graph helpers below: > > Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > [...] > > > +/* > >

[PULL] drm-intel-next

2013-08-30 Thread Daniel Vetter
Hi Dave, Need to get my stuff out the door ;-) Highlights: - pc8+ support from Paulo - more vma patches from Ben. - Kconfig option to enable preliminary support by default (Josh Triplett) - Optimized cpu cache flush handling and support for write-through caching of display planes on Iris

[PULL] drm-intel-fixes

2013-08-30 Thread Daniel Vetter
Hi Dave, Just a one-line patch to fix a black screen issue on rare ivb machines,:w cc: stable. Normally I'd just shovel this into the -next pull request this late in the -rc cycle, but Linus was making noises about not getting real fixes which are cc: stable. So here we go ;-) Cheers, Daniel

[git pull] drm fixes

2013-08-30 Thread Dave Airlie
Since we are getting to the pointy end, one i915 black screen on some machines, and one vmwgfx stop userspace ability to nuke the VM, there might be one or two ati or nouveau fixes trickle in before final, but I think this should pretty much be it. Dave. The following changes since commit

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-08-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #17 from tux_mind --- i forget to give you the output of my llvm-config --ldflags: -L/usr/lib64/llvm -Wl,-R -Wl,/usr/lib64/llvm -lz -lpthread -lffi -lrt -ldl -lm -- You are receiving this mail because: You are the assignee for the

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-08-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64810 --- Comment #16 from tux_mind --- applied your patch, got a missing mesalibdir error in automake. added this: dnl Where to install internal libraries mesalibdir="\$(libdir)/mesa-${VERSION}" AC_SUBST([mesalibdir]) to configure.ac to get

[PATCH] radeon kms: fix uninitialised hotplug work usage in r100_irq_process()

2013-08-30 Thread Sergey Senozhatsky
On (08/29/13 16:06), Alex Deucher wrote: > On Thu, Aug 29, 2013 at 4:07 PM, Greg Kroah-Hartman > wrote: > > On Thu, Aug 29, 2013 at 02:27:52PM -0400, Alex Deucher wrote: > >> On Thu, Aug 29, 2013 at 6:55 AM, Meelis Roos wrote: > >> >> Reported-by: Meelis Roos > >> >> Signed-off-by: Sergey

Re: [PATCH 1/3] drm/radeon: split out radeon_uvd_resume from uvd_v4_2_resume

2013-08-30 Thread Christian König
Am 29.08.2013 23:24, schrieb Alex Deucher: For powergating, we just need to re-init the registers, there is no need to resture the uvd BOs. This just adds needless work when powergating uvd for playback while the system is on. We only need to restore the uvd BOs on an actual resume from

Re: [PATCH 6/6] drm/nouveau: use MSI interrupts

2013-08-30 Thread Lucas Stach
Am Freitag, den 30.08.2013, 15:36 +1000 schrieb Ben Skeggs: On Fri, Aug 30, 2013 at 12:01 PM, Ilia Mirkin imir...@alum.mit.edu wrote: On Thu, Aug 29, 2013 at 9:58 PM, Ben Skeggs skeg...@gmail.com wrote: On Fri, Aug 30, 2013 at 11:10 AM, Ilia Mirkin imir...@alum.mit.edu wrote: On Thu, Aug

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
Hi Rahul. Thanks for your patch set. I had just quick review to all patch series. And I think we could fully hide hdmiphy interfaces, exynos_hdmiphy_enable/disable/check_mode/set_mode/conf_apply, from hdmi driver. That may be prototyped like below, at exynos_hdmi.h /* Define hdmiphy callbacks.

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
One more thing, you would need to check if other driver can be probed in probe context. With your patch, exynos_hdmiphy_driver_register() is called in hdmi_probe() via hdmi_get_phy_device(), and then platform_driver_reigster() is called via the exynos_hdmiphy_driver_register(). I remember that was

[PATCH] drm/radeon: enable UVD interrupts on CIK

2013-08-30 Thread Christian König
From: Christian König christian.koe...@amd.com The same as on evergreen. Signed-off-by: Christian König christian.koe...@amd.com Reported-by: FrankR Huang frankr.hu...@amd.com --- drivers/gpu/drm/radeon/cik.c |4 1 file changed, 4 insertions(+) diff --git

RE: [PATCH 1/1] drm/exynos: Fix build error with exynos_drm_connector.c

2013-08-30 Thread Inki Dae
-Original Message- From: Sachin Kamat [mailto:sachin.ka...@linaro.org] Sent: Friday, August 30, 2013 6:11 PM To: dri-devel@lists.freedesktop.org Cc: inki@samsung.com; sachin.ka...@linaro.org; patc...@linaro.org; Andrzej Hajda Subject: [PATCH 1/1] drm/exynos: Fix build error

Re: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Rahul Sharma
Thanks Mr. Dae, I have some points for discussion. On 30 August 2013 14:03, Inki Dae inki@samsung.com wrote: Hi Rahul. Thanks for your patch set. I had just quick review to all patch series. And I think we could fully hide hdmiphy interfaces,

[PATCH] drm/radeon: fix init ordering for r600+

2013-08-30 Thread Alex Deucher
The vram scratch buffer needs to be initialized before the mc is programmed otherwise we program 0 as the GPU address of the default GPU fault page. In most cases we put vram at zero anyway and reserve a page for the legacy vga buffer so in practice this shouldn't cause any problems, but better

Re: [PATCH] drm/radeon: enable UVD interrupts on CIK

2013-08-30 Thread Alex Deucher
On Fri, Aug 30, 2013 at 5:10 AM, Christian König deathsim...@vodafone.de wrote: From: Christian König christian.koe...@amd.com The same as on evergreen. Signed-off-by: Christian König christian.koe...@amd.com Reported-by: FrankR Huang frankr.hu...@amd.com Added to my queue and cc'ed for

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:26 PM, Greg Hackmann ghackm...@google.com wrote: On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann ghackm...@google.com

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann ghackm...@google.com wrote: On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark robdcl...@gmail.com wrote: I guess if you have multiple encoders + multiple connectors for the ganging case,

[Bug 68391] [radeonsi] Crash unigine-sanctuary

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68391 --- Comment #9 from Vladimir Ysikov granti...@gmail.com --- I have GPU lockup with this patch. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[PATCH] drm/msm: convert to drm_bridge

2013-08-30 Thread Rob Clark
Drop the msm_connector base class, and special calls to base class methods from the encoder, and use instead drm_bridge. This allows for a cleaner division between the hdmi (and in future dsi) blocks, from the mdp block. Signed-off-by: Rob Clark robdcl...@gmail.com ---

[Bug 68224] [radeonsi] Serious Sam3 is segfaulting (LLVM assert)

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68224 --- Comment #11 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #9) .addImm(Lane); This results in the lane number being encoded verbatim in the VSRC1 instruction field, which I don't think is correct? I tried adding 0x80 to

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 Johannes Obermayr johannesoberm...@gmx.de changed: What|Removed |Added CC|

[RFC 0/3] drm: Add panel support

2013-08-30 Thread Thierry Reding
Hi, This patch series adds support for panels to DRM. The current implementation is very basic and only provides hooks for a panel to handle DPMS changes and return a list of supported modes. That should be enough to support a rather large number of panels. It should also be easy to extend the

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann ghackm...@google.com wrote: On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark robdcl...@gmail.com wrote: I guess if you have multiple encoders + multiple connectors for the ganging case, then it probably just looks like 2x displays, and nothing more

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Thu, Aug 29, 2013 at 04:26:08PM -0700, Greg Hackmann wrote: On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann ghackm...@google.com wrote:

Re: [PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Handles automake complains about lack of forward-compatibility, due to the source files in the kgsl and msm backends/folders. Cc: Rob Clark robcl...@freedesktop.org Signed-off-by: Emil Velikov

[Bug 68708] Intel+Radeon Hybrid laptop hang on boot while being on the battery

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68708 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #84931|0 |1 is obsolete|

Re: [PATCH v2 1/2] drm: Add drm_bridge

2013-08-30 Thread Rob Clark
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul seanp...@chromium.org wrote: This patch adds the notion of a drm_bridge. A bridge is a chained device which hangs off an encoder. The drm driver using the bridge should provide the association between encoder and bridge. Once a bridge is associated

Re: [PATCH 2/6] tests/*version: add missing string.h header

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Prodives memset() and strlen(), used in tests/setversion tests/getversion respectively. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com Reviewed-by: Rob Clark robdcl...@gmail.com --- tests/getversion.c | 1

[RFC 2/3] drm/panel: Add simple panel support

2013-08-30 Thread Thierry Reding
Add a driver for simple panels. Such panels can have a regulator that provides the supply voltage and a separate GPIO to enable the panel. Optionally the panels can have a backlight associated with them so it can be enabled or disabled according to the panel's power management mode. Support is

Re: [PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov emil.l.veli...@gmail.com wrote: The compiler is unaware of that we have at least one crts/connector/plane thus it complains that some of our variables will be used uninitialised. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com Reviewed-by:

[RFC 3/3] drm/tegra: Implement panel support

2013-08-30 Thread Thierry Reding
Use the DRM panel framework to attach a panel to an output. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/gpu/host1x/drm/Kconfig | 1 + drivers/gpu/host1x/drm/drm.h| 1 + drivers/gpu/host1x/drm/output.c | 28 ++-- 3 files changed, 28 insertions(+), 2

[RFC 1/3] drm: Add panel support

2013-08-30 Thread Thierry Reding
Add a very simple framework to register and lookup panels. Panel drivers can initialize a DRM panel and register it with the framework, allowing them to be retrieved and used by display drivers. Currently only support for DPMS and obtaining panel modes is provided. However it should be sufficient

[pull] radeon drm-next-3.12

2013-08-30 Thread Alex Deucher
Hi Dave, This is the radeon drm-next request. Big changes include: - support for dpm on CIK parts - support for ASPM on CIK parts - support for berlin GPUs - major ring handling cleanup - remove the old 3D blit code for bo moves in favor of CP DMA or sDMA - lots of bug fixes The following

Re: [PATCH 6/6] intel: Update package name and description in libdrm_intel.pc

2013-08-30 Thread Damien Lespiau
On Thu, Aug 29, 2013 at 09:31:54PM +0100, Emil Velikov wrote: Currently the package name and description duplicate that of the core libdrm. Update those to reflect reality. Cc: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Emil Velikov emil.l.veli...@gmail.com Looks good to me:

[Bug 55420] [Wine] fails to compile GLSL shader in Falcon BMS 4.32u3

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55420 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Assignee|i...@freedesktop.org

[Bug 55420] [Wine] fails to compile GLSL shader in Falcon BMS 4.32u3

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55420 --- Comment #2 from Marek Olšák mar...@gmail.com --- Please test latest Mesa master. TGSI recently got support for array declarations of temporaries, making register allocation possible with indirect addressing. That said, I'm not sure if the

[Bug 68451] Texture flicker in native Dota2 in mesa 9.2.0rc1

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68451 --- Comment #14 from Marek Olšák mar...@gmail.com --- That commit does break something, but it was fixed in: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d7f087483d014305ec96a84ce5a28355f843c86 In other words, can you checkout

Re: [git pull] drm fixes

2013-08-30 Thread Linus Torvalds
On Thu, Aug 29, 2013 at 4:08 PM, Dave Airlie airl...@linux.ie wrote: ssh://people.freedesktop.org/~airlied/linux drm-fixes Please people! When you post ssh addresses, always remember to also post your user name and password or private key with the pull request. Ok? Linus

Re: [git pull] drm fixes

2013-08-30 Thread Dave Airlie
On Sat, Aug 31, 2013 at 9:18 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, Aug 29, 2013 at 4:08 PM, Dave Airlie airl...@linux.ie wrote: ssh://people.freedesktop.org/~airlied/linux drm-fixes Please people! When you post ssh addresses, always remember to also post your user

[Bug 68775] New: RV635 (r600) 600_DEBUG=sb causes GPU reset playing Second Life

2013-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68775 Priority: medium Bug ID: 68775 Assignee: dri-devel@lists.freedesktop.org Summary: RV635 (r600) 600_DEBUG=sb causes GPU reset playing Second Life Severity: major