Re: runtime PM and special power switches

2012-09-12 Thread Dave Airlie
On Wed, Sep 12, 2012 at 3:13 PM, Dave Airlie airl...@gmail.com wrote: On Wed, Sep 12, 2012 at 8:58 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Wednesday, September 12, 2012, Dave Airlie wrote: On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern st...@rowland.harvard.edu wrote: On Tue, 11 Sep 2012,

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Tue, Sep 11, 2012 at 05:07:49PM -0500, Rob Clark wrote: On Tue, Sep 11, 2012 at 4:15 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, 9 Sep 2012 22:19:59 -0500 Rob Clark r...@ti.com wrote: On Sun, Sep 9, 2012 at 10:03 PM, Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark

[Bug 51344] massive corruption on RV410

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #11 from Christian König deathsim...@vodafone.de 2012-09-12 09:55:57 UTC --- (In reply to comment #10) Output from /sys/kernel/debug/dri/0/radeon_fence_info --- ring 0 --- Last signaled fence 0xdeadbeef Last emitted

[PATCH] gma500: Fix regression on Oaktrail devices

2012-09-12 Thread Alan Cox
From: Alan Cox a...@linux.intel.com The register map patches didn't set one value for the GMA600 which means the Fujitsu Q550 dies on boot with the GMA500 driver enabled. Add the map entry so we don't read from the device MMIO + 0 by mistake. Signed-off-by: Alan Cox a...@linux.intel.com Cc:

[PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-12 Thread Sascha Hauer
From: Philipp Zabel p.za...@pengutronix.de Signed-off-by: Philipp Zabel p.za...@pengutronix.de Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- .../bindings/staging/imx-drm/fsl-imx-drm.txt | 41 1 file changed, 41 insertions(+) create mode 100644

[PATCH] Add i.MX IPUv3 base/KMS driver to the staging tree

2012-09-12 Thread Sascha Hauer
Hi Greg et all, The following adds the i.MX IPUv3 base and KMS driver to the staging tree. It currently depends on two patches adding helper functions to the DRM core. Dave Airlie already has signalled he is ok with these helper functions. Apart from that, please let me know if there's anything

[PATCH 2/6] staging: drm/imx: Add parallel display support

2012-09-12 Thread Sascha Hauer
This adds support for parallel displays for i.MX. It consists of a drm encoder/connector pair which eventually passes EDID data from the devicetree to the drm core. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/staging/imx-drm/Kconfig|4 +

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-12 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---

[PATCH 6/6] staging: drm/imx: Add TODO

2012-09-12 Thread Sascha Hauer
Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/staging/imx-drm/TODO | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 drivers/staging/imx-drm/TODO diff --git a/drivers/staging/imx-drm/TODO b/drivers/staging/imx-drm/TODO new file mode 100644 index

[PATCH 1/6] staging: drm/imx: Add i.MX drm core support

2012-09-12 Thread Sascha Hauer
This patch adds the i.MX glue stuff between i.MX and drm. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/staging/Kconfig|2 + drivers/staging/Makefile |1 + drivers/staging/imx-drm/Kconfig| 17 + drivers/staging/imx-drm/Makefile

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #6 from Andreas Boll andreas.boll@gmail.com 2012-09-12 11:30:34 UTC --- (In reply to comment #5) Dave Airlie wrote: I don't think this is a bug, its just how the demo works, it paints red if the results aren't ready when first

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #7 from Andreas Boll andreas.boll@gmail.com 2012-09-12 11:33:24 UTC --- Created attachment 67045 -- https://bugs.freedesktop.org/attachment.cgi?id=67045 screenshot with softpipe -- Configure bugmail:

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #8 from Andreas Boll andreas.boll@gmail.com 2012-09-12 11:34:03 UTC --- Created attachment 67046 -- https://bugs.freedesktop.org/attachment.cgi?id=67046 screenshot with llvmpipe, r600g -- Configure bugmail:

[Bug 51344] massive corruption on RV410

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51344 Christian König deathsim...@vodafone.de changed: What|Removed |Added Status|NEW |ASSIGNED

Re: [PATCH 8/8] drm/radeon: rework the VM code a bit more

2012-09-12 Thread Christian König
On 11.09.2012 18:11, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian König deathsim...@vodafone.de wrote: Roughly based on how nouveau is handling it. Instead of adding the bo_va when the address is set add the bo_va when the handle is opened, but set the address to zero until

Re: [PATCH 7/8] drm/radeon: remove radeon_bo_clear_va

2012-09-12 Thread Christian König
On 11.09.2012 18:12, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian König deathsim...@vodafone.de wrote: It is unnecessary when we remove the va in drm_close. Signed-off-by: Christian König deathsim...@vodafone.de NAK there is case for which drm_close is not call like ib

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 3:59 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Tue, Sep 11, 2012 at 05:07:49PM -0500, Rob Clark wrote: On Tue, Sep 11, 2012 at 4:15 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, 9 Sep 2012 22:19:59 -0500 Rob Clark r...@ti.com wrote: On Sun, Sep

[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25871 --- Comment #9 from Andreas Boll andreas.boll@gmail.com 2012-09-12 12:34:21 UTC --- (In reply to comment #8) might be fixed with this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f44bda17f515c411071ca8744ebd96039d9c583b I

Memory eviction in ttm

2012-09-12 Thread Maarten Lankhorst
Hey Thomas, I'm playing around with moving reservations from ttm to global, but how ttm ttm is handling reservations is getting in the way. The code wants to move the bo from the lru lock at the same time a reservation is made, but that seems to be slightly too strict. It would really help me if

[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25871 --- Comment #10 from Pierre Ossman pierre-bugzi...@ossman.eu 2012-09-12 13:03:19 UTC --- (In reply to comment #7) What is the expected behavior? It's so long ago I don't remember the exact details. You can easily figure it out though. The

Re: xserver-xorg-video-radeon 6.14.4: X has constant 10 % CPU usage

2012-09-12 Thread Paul Menzel
Am Dienstag, den 11.09.2012, 15:24 +0200 schrieb Michel Dänzer: On Die, 2012-09-11 at 15:07 +0200, Paul Menzel wrote: Am Dienstag, den 11.09.2012, 14:55 +0200 schrieb Michel Dänzer: On Die, 2012-09-11 at 14:42 +0200, Paul Menzel wrote: using Debian Sid/unstable with the awesome

[PATCH 0/3] drm: exynos: hdmi: add exynos5 support for drm hdmi

2012-09-12 Thread Rahul Sharma
This patch set adds the support for Samsung's Exynos5250 in DRM-HDMI. It includes modifcations in hdmi and mixer paltform drivers. Also, removes the dependency on plf data for hdmi, mixer context pointers needed by exynos-drm-hdmi. This patchset is based on branch exynos-drm-next at

[PATCH 1/3] drm: exynos: hdmi: add exynos5 support to mixer driver

2012-09-12 Thread Rahul Sharma
Added support for exynos5 to drm mixer driver. Exynos5 works with dt enabled while in exynos4 mixer device information can be passed either way (dt or plf data). This situation is taken cared. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Shirish S s.shir...@samsung.com

[PATCH 2/3] drm: exynos: hdmi: add exynos5 support to hdmi driver

2012-09-12 Thread Rahul Sharma
Added support for exynos5 to hdmi driver. Resource init is splitted for exynos5 and exynos4. Exynos5 hdmi driver is dt based while exynos4 hdmi driver is not. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Shirish S s.shir...@samsung.com Signed-off-by: Fahad Kunnathadi

[PATCH 3/3] drm: exynos: hdmi: clean dependency on plf data for mixer, hdmi context

2012-09-12 Thread Rahul Sharma
exynos-drm-hdmi need context pointers from hdmi and mixer. These pointers were expected from the plf data. Cleaned this dependency by exporting i/f which are called by hdmi, mixer driver probes for setting their context. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com ---

Re: Memory eviction in ttm

2012-09-12 Thread Thomas Hellstrom
On 09/12/2012 02:48 PM, Maarten Lankhorst wrote: Hey Thomas, I'm playing around with moving reservations from ttm to global, but how ttm ttm is handling reservations is getting in the way. The code wants to move the bo from the lru lock at the same time a reservation is made, but that seems to

Re: [PATCH 8/8] drm/radeon: rework the VM code a bit more

2012-09-12 Thread Jerome Glisse
On Wed, Sep 12, 2012 at 8:08 AM, Christian König deathsim...@vodafone.de wrote: On 11.09.2012 18:11, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian König deathsim...@vodafone.de wrote: Roughly based on how nouveau is handling it. Instead of adding the bo_va when the

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 07:30:18AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 3:59 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Tue, Sep 11, 2012 at 05:07:49PM -0500, Rob Clark wrote: On Tue, Sep 11, 2012 at 4:15 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, 9 Sep

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 9:23 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 07:30:18AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 3:59 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Tue, Sep 11, 2012 at 05:07:49PM -0500, Rob Clark wrote: On

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 09:28:43AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:23 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 07:30:18AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 3:59 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote:

[Bug 30693] [RADEON::RV670:R600C] kwin 4.5.2] blur does not work with RV670 (it works with the old GLSL compiler)

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30693 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 9:34 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:28:43AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:23 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 07:30:18AM -0500, Rob Clark wrote: On

[Bug 31246] [RADEON::CYPRESS:R600C] reproducible hangs on piglit tests with HD5850

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31246 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 48693] -O2 optimization breaks 32 bit wine 3D on 64 bit system

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48693 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Component|Drivers/DRI/R600

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 09:42:27AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:34 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:28:43AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:23 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote:

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 10:12 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:42:27AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:34 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:28:43AM -0500, Rob Clark wrote: On

Re: Memory eviction in ttm

2012-09-12 Thread Maarten Lankhorst
Op 12-09-12 15:28, Thomas Hellstrom schreef: On 09/12/2012 02:48 PM, Maarten Lankhorst wrote: Hey Thomas, I'm playing around with moving reservations from ttm to global, but how ttm ttm is handling reservations is getting in the way. The code wants to move the bo from the lru lock at the

[Bug 30122] r600 scrambled render when using 2d texture sample for 1d texture co-ord in fragment shader

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30122 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 10:23:48AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 10:12 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:42:27AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 9:34 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote:

[Bug 28550] [UMS vs KMS]: Openarena performance drops by half with KMS enabled

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28550 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[RFC][PATCH] Atomic page flip WIP

2012-09-12 Thread ville . syrjala
I'm posting this as rather raw just to get a bit more substance to the discussions. The drm_flip thingy may seem a bit too mid-layerish for people's taste, but at least it is almost completely driven by explicit function calls from the driver (the wq side is the exception naturally). I

[RFC][PATCH 1/4] drm/i915: Try to commit single pipe in one go

2012-09-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/i915/intel_atomic.c | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_atomic.c b/drivers/gpu/drm/i915/intel_atomic.c index e439c04..e9eaa8a 100644 ---

[RFC][PATCH 2/4] drm: Add drm_flip helper

2012-09-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com The drm_flip mechanism can be used to implement robust page flipping support, and also to synchronize the flips on multiple hardware scanout engines (eg. CRTCs and overlays). Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com ---

[RFC][PATCH 3/4] drm: i915: Pass gem object to intel_finish_fb()

2012-09-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com intel_finish_fb() has no use for the drm_framebuffer metadata, so pass the gem object directly. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/i915/intel_atomic.c |2 +- drivers/gpu/drm/i915/intel_display.c |

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 10:32 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:23:48AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 10:12 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 09:42:27AM -0500, Rob Clark wrote: On

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Jesse Barnes
On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com The 'atomic' mechanism allows for multiple properties to be updated, checked, and commited atomically. This will be the basis of atomic- modeset and nuclear-pageflip. The basic flow is:

Re: [PATCH 8/8] drm/radeon: rework the VM code a bit more

2012-09-12 Thread Christian König
On 12.09.2012 15:54, Jerome Glisse wrote: On Wed, Sep 12, 2012 at 8:08 AM, Christian König deathsim...@vodafone.de wrote: On 11.09.2012 18:11, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian König deathsim...@vodafone.de wrote: Roughly based on how nouveau is handling it.

Re: [PATCH 8/8] drm/radeon: rework the VM code a bit more

2012-09-12 Thread Christian König
On 12.09.2012 15:54, Jerome Glisse wrote: On Wed, Sep 12, 2012 at 8:08 AM, Christian König deathsim...@vodafone.de wrote: On 11.09.2012 18:11, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian König deathsim...@vodafone.de wrote: Roughly based on how nouveau is handling it.

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 10:32 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:23:48AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 10:12 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote:

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 11:57 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com The 'atomic' mechanism allows for multiple properties to be updated, checked, and commited atomically. This

Re: [PATCH 8/8] drm/radeon: rework the VM code a bit more

2012-09-12 Thread Jerome Glisse
On Wed, Sep 12, 2012 at 1:13 PM, Christian König deathsim...@vodafone.de wrote: On 12.09.2012 15:54, Jerome Glisse wrote: On Wed, Sep 12, 2012 at 8:08 AM, Christian König deathsim...@vodafone.de wrote: On 11.09.2012 18:11, Jerome Glisse wrote: On Tue, Sep 11, 2012 at 10:10 AM, Christian

[RFC] Stereo 3D modes support

2012-09-12 Thread Damien Lespiau
Hi, This series introduces stereo 3D modes support and is split in 3 chunks: 1. 3 kernel patches to parse the 3D_present flag of the HDMI CEA vendor block, to expose 3D formats flags in modes and to add a new property on connectors supporting stereo 3D, 2. Sync the new mode flags in

[PATCH 1/3] drm: Parse the HDMI cea vendor block for 3D present

2012-09-12 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com For now, let's just look at the 3D_present flag of the CEA HDMI vendor block to detect if the sink supports a small list of then mandatory 3D formats. See the HDMI 1.4a 3D extraction for detail: http://www.hdmi.org/manufacturer/specification.aspx

[PATCH 2/3] drm: Add Stereo 3D properties

2012-09-12 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com The select 3D mode property can be connected to connectors to signal user space that 3D framebuffers can be scanned out to the said connector. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_crtc.c | 32

[PATCH 3/3] drm/i915: Add HDMI vendor info frame support

2012-09-12 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com When scanning out a 3D framebuffer, send the corresponding infoframe to the HDMI sink. See http://www.hdmi.org/manufacturer/specification.aspx for details. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_drv.h

[PATCH] Sync the mode flags for the stereo 3D formats

2012-09-12 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- include/drm/drm_mode.h | 35 +-- xf86drmMode.h | 35 +-- 2 files changed, 42 insertions(+), 28 deletions(-) diff

[PATCH 1/2] lib: Dump information about the supported 3D stereo formats

2012-09-12 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com When dumping the details of a mode, let's add the 3D formats the mode supports. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/drmtest.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/drmtest.c

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 12:35:01PM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 11:57 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com The 'atomic' mechanism allows for multiple

[PATCH 2/2] tests/testdisplay: Test the stereo 3D modes

2012-09-12 Thread Lespiau, Damien
Because this patch is adding a few test images, it's about 6MB uncompressed, it can be downloaded from: http://damien.lespiau.name/files/patches/0002-tests-testdisplay-Test-the-stereo-3D-modes.patch.bz2 -- Damien ___ dri-devel mailing list

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 1:03 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 12:35:01PM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 11:57 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark rob.cl...@linaro.org

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Wed, Sep 12, 2012 at 01:00:19PM -0500, Clark, Rob wrote: On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob Clark wrote: But I think we could still do this w/ one ioctl per crtc for atomic-pageflip. We

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Jesse Barnes
On Wed, 12 Sep 2012 12:35:01 -0500 Rob Clark rob.cl...@linaro.org wrote: On Wed, Sep 12, 2012 at 11:57 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com The 'atomic' mechanism allows

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 1:58 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 01:00:19PM -0500, Clark, Rob wrote: On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob Clark wrote: But

Re: [RFC 1/9] drm: add atomic fxns

2012-09-12 Thread Rob Clark
On Wed, Sep 12, 2012 at 2:05 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Wed, 12 Sep 2012 12:35:01 -0500 Rob Clark rob.cl...@linaro.org wrote: On Wed, Sep 12, 2012 at 11:57 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Sun, 9 Sep 2012 22:03:14 -0500 Rob Clark

[PATCH 3/9] drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfree

2012-09-12 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Remove useless kfree() and clean up code related to the removal. The semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @r exists@ position p1,p2; expression x; @@ if (x@p1 == NULL) { ... kfree@p2(x); ...

[PATCH] nouveau: Fix kernel log mangling

2012-09-12 Thread Daniel J Blueman
Add missing newline to prevent the following kernel log line getting appended to the currnet one. Signed-off-by: Daniel J Blueman dan...@quora.org --- drivers/gpu/drm/nouveau/nouveau_dp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c

Re: [PATCH 1/6] staging: drm/imx: Add i.MX drm core support

2012-09-12 Thread Greg Kroah-Hartman
On Wed, Sep 12, 2012 at 12:31:09PM +0200, Sascha Hauer wrote: This patch adds the i.MX glue stuff between i.MX and drm. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/staging/Kconfig|2 + drivers/staging/Makefile |1 + The patch fails

Re: [RFC 0/9] nuclear pageflip

2012-09-12 Thread Clark, Rob
On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob Clark wrote: On Wed, Sep 12, 2012 at 10:32 AM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Wed, Sep 12, 2012 at 10:23:48AM -0500, Rob Clark wrote: On

[PATCH] gma600: Enable HDMI support

2012-09-12 Thread Alan Cox
From: Alan Cox a...@linux.intel.com There are still some mysteries left, in particular how (and in fact if) the EDID is supposed to work on the HDMI port. However the basic stuff now works and I can plug my Q550 into an HDMI display and get the expected results. Signed-off-by: Alan Cox

Re: [GIT PULL] exynos-drm-fixes

2012-09-12 Thread Dave Airlie
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki@samsung.com wrote: Hello Dave, sorry for being late. this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this,

Re: [PATCH 2/3] drm: exynos: hdmi: add exynos5 support to hdmi driver

2012-09-12 Thread Joonyoung Shim
Hi, Rahul. Overall, i think this patch causes messy codes. On 09/12/2012 09:08 PM, Rahul Sharma wrote: Added support for exynos5 to hdmi driver. Resource init is splitted for exynos5 and exynos4. Exynos5 hdmi driver is dt based while exynos4 hdmi driver is not. Signed-off-by: Rahul Sharma

Re: [REVIEW][PATCH 12/15] userns: Convert drm to use kuid and kgid and struct pid where appropriate

2012-09-12 Thread Dave Airlie
Blink Blink this had not been converted to use struct pid ages ago? - On drm open capture the openers kuid and struct pid. - On drm close release the kuid and struct pid - When reporting the uid and pid convert the kuid and struct pid into values in the appropriate namespace. Hi Eric,

Re: [PATCH 1/3] drm: exynos: hdmi: add exynos5 support to mixer driver

2012-09-12 Thread Joonyoung Shim
Hi, Rahul. On 09/12/2012 09:08 PM, Rahul Sharma wrote: Added support for exynos5 to drm mixer driver. Exynos5 works with dt enabled while in exynos4 mixer device information can be passed either way (dt or plf data). This situation is taken cared. Signed-off-by: Rahul Sharma

-next trees

2012-09-12 Thread Dave Airlie
Just a reminder to the subtree maintainers that I should be starting to see signs of -next trees lining up soon, I've merged a bunch of patches from the list, but I'm sure I've forgotten some, I've got the 3 quirks from Paul that I'm iffy about due to the lack of testing against VGA ports that

Re: [PATCH 3/3] drm: exynos: hdmi: clean dependency on plf data for mixer, hdmi context

2012-09-12 Thread Joonyoung Shim
Hi, Rahul. On 09/12/2012 09:08 PM, Rahul Sharma wrote: exynos-drm-hdmi need context pointers from hdmi and mixer. These pointers were expected from the plf data. Cleaned this dependency What does plf data mean? by exporting i/f which are called by hdmi, mixer driver probes for setting their

[Bug 54832] New: Regression: 185ed2105829d6f5eb19edb9abbf0d7977e157c3 breaks swtcl on r300g

2012-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54832 Bug #: 54832 Summary: Regression: 185ed2105829d6f5eb19edb9abbf0d7977e157c3 breaks swtcl on r300g Classification: Unclassified Product: Mesa Version: git Platform:

RE: [GIT PULL] exynos-drm-fixes

2012-09-12 Thread Inki Dae
Hi Dave, -Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: Thursday, September 13, 2012 10:11 AM To: Inki Dae Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; kyungmin.p...@samsung.com Subject: Re: [GIT PULL] exynos-drm-fixes On Mon, Sep 10, 2012 at

RE: [PATCH 1/3] drm: exynos: hdmi: add exynos5 support to mixer driver

2012-09-12 Thread Inki Dae
-Original Message- From: Joonyoung Shim [mailto:jy0922.s...@samsung.com] Sent: Thursday, September 13, 2012 10:44 AM To: Rahul Sharma Cc: dri-devel@lists.freedesktop.org; sw0312@samsung.com; inki@samsung.com; kyungmin.p...@samsung.com; prashant...@samsung.com;

Re: [GIT PULL] exynos-drm-fixes

2012-09-12 Thread Dave Airlie
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki@samsung.com wrote: Hello Dave, sorry for being late. this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h

Re: [REVIEW][PATCH 12/15] userns: Convert drm to use kuid and kgid and struct pid where appropriate

2012-09-12 Thread Dave Airlie
On Thu, Sep 13, 2012 at 12:14 PM, Eric W. Biederman ebied...@xmission.com wrote: Dave Airlie airl...@gmail.com writes: Blink Blink this had not been converted to use struct pid ages ago? - On drm open capture the openers kuid and struct pid. - On drm close release the kuid and struct pid -

Re: [PATCH 1/3] drm: exynos: hdmi: add exynos5 support to mixer driver

2012-09-12 Thread Joonyoung Shim
On 09/13/2012 11:53 AM, Inki Dae wrote: -Original Message- From: Joonyoung Shim [mailto:jy0922.s...@samsung.com] Sent: Thursday, September 13, 2012 10:44 AM To: Rahul Sharma Cc: dri-devel@lists.freedesktop.org; sw0312@samsung.com; inki@samsung.com; kyungmin.p...@samsung.com;

[PATCH] drm: change ioctl permissions

2012-09-12 Thread Rob Clark
From: Rob Clark r...@ti.com Previously read-only KMS ioctls had some somewhat inconsistent settings regarding whether mastership was required. For example, GETRESOURCES did not require master, but GETPLANERESOURCES, GETPROPERTY, etc. did. At least for debugging, it is nice to be able to use

runtime PM and special power switches

2012-09-12 Thread Rafael J. Wysocki
On Tuesday, September 11, 2012, Alan Stern wrote: > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: > > > Hi, > > > > On Tuesday, September 11, 2012, Dave Airlie wrote: > > > Hi Rafael, > > > > > > I've been investigating runtime PM support for some use-cases on GPUs. > > > > > > In some laptops

runtime PM and special power switches

2012-09-12 Thread Dave Airlie
On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern wrote: > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: > >> Hi, >> >> On Tuesday, September 11, 2012, Dave Airlie wrote: >> > Hi Rafael, >> > >> > I've been investigating runtime PM support for some use-cases on GPUs. >> > >> > In some laptops we have

runtime PM and special power switches

2012-09-12 Thread Rafael J. Wysocki
On Wednesday, September 12, 2012, Dave Airlie wrote: > On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern > wrote: > > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: > > > >> Hi, > >> > >> On Tuesday, September 11, 2012, Dave Airlie wrote: > >> > Hi Rafael, > >> > > >> > I've been investigating runtime

runtime PM and special power switches

2012-09-12 Thread Dave Airlie
On Wed, Sep 12, 2012 at 8:58 AM, Rafael J. Wysocki wrote: > On Wednesday, September 12, 2012, Dave Airlie wrote: >> On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern >> wrote: >> > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: >> > >> >> Hi, >> >> >> >> On Tuesday, September 11, 2012, Dave Airlie

runtime PM and special power switches

2012-09-12 Thread Dave Airlie
On Wed, Sep 12, 2012 at 3:13 PM, Dave Airlie wrote: > On Wed, Sep 12, 2012 at 8:58 AM, Rafael J. Wysocki wrote: >> On Wednesday, September 12, 2012, Dave Airlie wrote: >>> On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern >>> wrote: >>> > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: >>> > >>> >>

[RFC 0/9] nuclear pageflip

2012-09-12 Thread Ville Syrjälä
On Tue, Sep 11, 2012 at 05:07:49PM -0500, Rob Clark wrote: > On Tue, Sep 11, 2012 at 4:15 PM, Ben Widawsky wrote: > > On Sun, 9 Sep 2012 22:19:59 -0500 > > Rob Clark wrote: > > > >> On Sun, Sep 9, 2012 at 10:03 PM, Rob Clark wrote: > >> > From: Rob Clark > >> > > >> > This is following a bit

[Bug 51344] massive corruption on RV410

2012-09-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=51344 --- Comment #11 from Christian K?nig 2012-09-12 09:55:57 UTC --- (In reply to comment #10) > Output from /sys/kernel/debug/dri/0/radeon_fence_info > > --- ring 0 --- > Last signaled fence 0xdeadbeef > Last emitted 0x0670 >

[PATCH] gma500: Fix regression on Oaktrail devices

2012-09-12 Thread Alan Cox
From: Alan Cox The register map patches didn't set one value for the GMA600 which means the Fujitsu Q550 dies on boot with the GMA500 driver enabled. Add the map entry so we don't read from the device MMIO + 0 by mistake. Signed-off-by: Alan Cox Cc: Horses ---

[PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-12 Thread Sascha Hauer
From: Philipp Zabel Signed-off-by: Philipp Zabel Signed-off-by: Sascha Hauer --- .../bindings/staging/imx-drm/fsl-imx-drm.txt | 41 1 file changed, 41 insertions(+) create mode 100644

[PATCH] Add i.MX IPUv3 base/KMS driver to the staging tree

2012-09-12 Thread Sascha Hauer
Hi Greg et all, The following adds the i.MX IPUv3 base and KMS driver to the staging tree. It currently depends on two patches adding helper functions to the DRM core. Dave Airlie already has signalled he is ok with these helper functions. Apart from that, please let me know if there's anything

[PATCH 2/6] staging: drm/imx: Add parallel display support

2012-09-12 Thread Sascha Hauer
This adds support for parallel displays for i.MX. It consists of a drm encoder/connector pair which eventually passes EDID data from the devicetree to the drm core. Signed-off-by: Sascha Hauer --- drivers/staging/imx-drm/Kconfig|4 + drivers/staging/imx-drm/Makefile |

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-12 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer --- drivers/staging/imx-drm/Kconfig |6

[PATCH 6/6] staging: drm/imx: Add TODO

2012-09-12 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- drivers/staging/imx-drm/TODO | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 drivers/staging/imx-drm/TODO diff --git a/drivers/staging/imx-drm/TODO b/drivers/staging/imx-drm/TODO new file mode 100644 index 000..2075646 ---

[PATCH 1/6] staging: drm/imx: Add i.MX drm core support

2012-09-12 Thread Sascha Hauer
This patch adds the i.MX glue stuff between i.MX and drm. Signed-off-by: Sascha Hauer --- drivers/staging/Kconfig|2 + drivers/staging/Makefile |1 + drivers/staging/imx-drm/Kconfig| 17 + drivers/staging/imx-drm/Makefile |6 +

[PATCH 3/6] staging: drm/imx: add i.MX IPUv3 base driver

2012-09-12 Thread Sascha Hauer
The IPU is the Image Processing Unit found on i.MX51/53/6 SoCs. It features several units for image processing, this patch adds support for the units needed for Framebuffer support, namely: - Display Controller (dc) - Display Interface (di) - Display Multi Fifo Controller (dmfc) - Display

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #6 from Andreas Boll 2012-09-12 11:30:34 UTC --- (In reply to comment #5) > Dave Airlie wrote: > I don't think this is a bug, its just how the demo works, it paints red if the > results aren't ready when first asked, which is

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #7 from Andreas Boll 2012-09-12 11:33:24 UTC --- Created attachment 67045 --> https://bugs.freedesktop.org/attachment.cgi?id=67045 screenshot with softpipe -- Configure bugmail:

[Bug 33715] demo arbocclude regression since r600g: Implement asyncronous query results.

2012-09-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33715 --- Comment #8 from Andreas Boll 2012-09-12 11:34:03 UTC --- Created attachment 67046 --> https://bugs.freedesktop.org/attachment.cgi?id=67046 screenshot with llvmpipe, r600g -- Configure bugmail:

  1   2   >