Re: [PATCHv5 7/8] ARM: tegra: Add board data and 2D clocks

2013-01-16 Thread Terje Bergström
On 15.01.2013 20:44, Stephen Warren wrote: > On 01/15/2013 04:26 AM, Terje Bergstrom wrote: >> Add a driver alias gr2d for Tegra 2D device, and assign a duplicate >> of 2D clock to that driver alias. > > FYI on this one patch - it won't be applied to the Tegra tree until > after Prashant's common

[Bug 58958] Kernel crash: Error to handle paging request

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58958 Harald Judt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: -next: no resume from suspend

2013-01-16 Thread Jani Nikula
On Mon, 14 Jan 2013, Jiri Slaby wrote: > On 01/14/2013 01:56 PM, Rafael J. Wysocki wrote: >> On Monday, January 14, 2013 11:11:52 AM Jiri Slaby wrote: >>> Hi, >>> >>> since friday's -next (the last known to be working is the last monday's) >>> I cannot resume from suspend. The last thing I see wit

Re: [PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 9:17 PM, Thierry Reding wrote: > On Tue, Jan 15, 2013 at 06:53:19PM +0100, Daniel Vetter wrote: >> On Mon, Jan 14, 2013 at 4:55 PM, Thierry Reding >> wrote: >> > +static void tegra_drm_preclose(struct drm_device *drm, struct drm_file >> > *file) >> > +{ >> > + struc

Re: [PATCH v3 1/3] drm: add prime helpers

2013-01-16 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: > Instead of reimplementing all of the dma_buf functionality in every driver, > create helpers drm_prime_import and drm_prime_export that implement them in > terms of new, lower-level hook functions: > > gem_prime_pin: callback when

Re: [PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Thierry Reding
On Wed, Jan 16, 2013 at 10:43:15AM +0100, Daniel Vetter wrote: > On Tue, Jan 15, 2013 at 9:17 PM, Thierry Reding > wrote: > > On Tue, Jan 15, 2013 at 06:53:19PM +0100, Daniel Vetter wrote: > >> On Mon, Jan 14, 2013 at 4:55 PM, Thierry Reding > >> wrote: > >> > +static void tegra_drm_preclose(stru

Re: -next: no resume from suspend

2013-01-16 Thread Jiri Slaby
On 01/16/2013 10:20 AM, Jani Nikula wrote: > Hi Jiri, the dmesgs for both cases with drm.debug=0xe module param might > give us some clues. > > Does it work without no_console_suspend? Hi, no, it does not work either way. But what I found out with debug enabled, that it's a completely different p

Re: [Linaro-mm-sig] [PATCH 5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)

2013-01-16 Thread Maarten Lankhorst
Op 16-01-13 07:28, Inki Dae schreef: > 2013/1/15 Maarten Lankhorst : >> This type of fence can be used with hardware synchronization for simple >> hardware that can block execution until the condition >> (dma_buf[offset] - value) >= 0 has been met. >> >> A software fallback still has to be provided

Re: [PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Mark Zhang
I'm testing the pageflip & vblank change on cardhu. Seems the HDMI doesn't work(LVDS only is OK). I'll let you know if I get something. Mark On 01/15/2013 12:06 AM, Thierry Reding wrote: > All the necessary support bits like .mode_set_base() and VBLANK are now > available, so page-flipping case ea

[Bug 59431] [snb efi gmux] imac 12,1 blank screen upon booting

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59431 Chris Wilson changed: What|Removed |Added Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop

Re: [PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Lucas Stach
Am Mittwoch, den 16.01.2013, 19:10 +0800 schrieb Mark Zhang: > I'm testing the pageflip & vblank change on cardhu. Seems the HDMI > doesn't work(LVDS only is OK). I'll let you know if I get something. > Just to provide another data point: I'm running this series and don't see any failures with DVI

Re: [Linaro-mm-sig] [PATCH 5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)

2013-01-16 Thread Inki Dae
2013/1/16 Maarten Lankhorst : > Op 16-01-13 07:28, Inki Dae schreef: >> 2013/1/15 Maarten Lankhorst : >>> This type of fence can be used with hardware synchronization for simple >>> hardware that can block execution until the condition >>> (dma_buf[offset] - value) >= 0 has been met. >>> >>> A soft

[ANNOUNCE] libdrm 2.4.41

2013-01-16 Thread Maarten Lankhorst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Deucher (1): radeon: add new SI pci id Ben Skeggs (2): nouveau: disallow pushbuf BOs in multiple memory types nouveau: expose channel engine selection on kepler chipsets Chris Wilson (1): intel: Remove the fence count con

Re: [PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Daniel Vetter
On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding wrote: > drm_events_release() should be enough to clean up the events, but I > suspect the reason why Laurent put that code in was that the drm_crtc > private data still has a reference to the event and needs to clear it. > Otherwise the next page f

Re: [PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-16 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > Add generic helpers to pack HDMI infoframes into binary buffers. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add support for audio, vendor-specific and SPD infoframes > - add various validity checks on infoframes >

Re: [PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Rob Clark
On Wed, Jan 16, 2013 at 6:36 AM, Daniel Vetter wrote: > On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding > wrote: >> drm_events_release() should be enough to clean up the events, but I >> suspect the reason why Laurent put that code in was that the drm_crtc >> private data still has a reference t

Re: [ANNOUNCE] libdrm 2.4.41

2013-01-16 Thread Maarten Lankhorst
Op 16-01-13 13:19, Maarten Lankhorst schreef: > ... > Jesse Barnes (1): > man: disable man page building until David saves us all > Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball. The fix for this is removing man/M

[PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Lucas Stach
All those functions only scan a predefined EDID block and have no need to alter anything. Constify the passed in struct edid pointer to reflect this in the interface. Signed-off-by: Lucas Stach --- drivers/gpu/drm/drm_edid.c | 73 -- include/drm/drm_cr

[PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Lucas Stach
Check if sink is HDMI capable when enabling an output. This disables HDMI audio/infoframes if we are talking to a plain DVI sink. All things except this check are already in place. Signed-off-by: Lucas Stach --- drivers/gpu/drm/tegra/hdmi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/

[PATCH v2] drm/exynos: Remove "internal" interrupt handling

2013-01-16 Thread Sean Paul
Remove the "internal" interrupt handling since it's never invoked and remove "external" reference. This patch removes a bunch of dead code and clarifies how hotplugging is handled in the HDMI driver. Signed-off-by: Sean Paul --- drivers/gpu/drm/exynos/exynos_hdmi.c | 74 ++-

Re: [PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Thierry Reding
On Wed, Jan 16, 2013 at 03:36:41PM +0100, Lucas Stach wrote: [...] > @@ -705,7 +705,7 @@ static int standard_timing_level(struct edid *edid) > * monitors fill with ascii space (0x20) instead. > */ > static int > -bad_std_timing(u8 a, u8 b) > +bad_std_timing(const u8 a, const u8 b) > { >

Re: [PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Thierry Reding
On Wed, Jan 16, 2013 at 03:36:42PM +0100, Lucas Stach wrote: > Check if sink is HDMI capable when enabling an output. This disables > HDMI audio/infoframes if we are talking to a plain DVI sink. All things > except this check are already in place. > > Signed-off-by: Lucas Stach > --- > drivers/g

Re: [PATCH] ttm: don't destroy old mm_node on memcpy failure

2013-01-16 Thread Jerome Glisse
On Tue, Jan 15, 2013 at 11:28 PM, Dave Airlie wrote: > When we are using memcpy to move objects around, and we fail to memcpy > due to lack of memory to populate or failure to finish the copy, we don't > want to destroy the mm_node that has been copied into old_copy. > > While working on a new kms

Re: [PATCH] ttm: on move memory failure don't leave a node dangling

2013-01-16 Thread Jerome Glisse
On Wed, Jan 16, 2013 at 1:01 AM, Dave Airlie wrote: > if we have a move notify callback, when moving fails, we call move notify > the opposite way around, however this ends up with *mem containing the mm_node > from the bo, which means we double free it. This is a follow on to the > previous > fi

Re: [PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Lucas Stach
Am Mittwoch, den 16.01.2013, 16:23 +0100 schrieb Thierry Reding: > On Wed, Jan 16, 2013 at 03:36:41PM +0100, Lucas Stach wrote: > [...] > > @@ -705,7 +705,7 @@ static int standard_timing_level(struct edid *edid) > > * monitors fill with ascii space (0x20) instead. > > */ > > static int > > -ba

[Bug 27704] [KMS] fbo_firecube broken on rv280 and current mesa

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27704 --- Comment #8 from smoki --- On Fri, Jan 11, 2013 at 6:37 AM, smoki wrote: > Piglit passes more fbo tests on rv280, 14/28 before and now 28/33. > Also should fix bug: > https://bugs.freedesktop.org/show_bug.cgi?id=27704 Does this regress anyth

[Bug 59475] New: GL programs crash with glxbadcontext or other errors in Fedora 18 on this machine

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59475 Priority: medium Bug ID: 59475 Assignee: dri-devel@lists.freedesktop.org Summary: GL programs crash with glxbadcontext or other errors in Fedora 18 on this machine Severity:

[Bug 27704] [KMS] fbo_firecube broken on rv280 and current mesa

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27704 --- Comment #9 from Michel Dänzer --- (In reply to comment #8) > I am not member on the mesa dev list, so to quick answer here :). You can post to the list as a non-member, your posts just go through the moderation queue then. Please don't abus

Re: [PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Ville Syrjälä
On Wed, Jan 16, 2013 at 03:36:41PM +0100, Lucas Stach wrote: > All those functions only scan a predefined EDID block and have no need > to alter anything. Constify the passed in struct edid pointer to reflect > this in the interface. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/drm/drm_edi

[Bug 59477] New: libdrm 2.4.41 build failure

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59477 Priority: medium Bug ID: 59477 Assignee: dri-devel@lists.freedesktop.org Summary: libdrm 2.4.41 build failure Severity: normal Classification: Unclassified OS: Linux (All)

Re: [PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Jani Nikula
On Wed, 16 Jan 2013, Lucas Stach wrote: > Am Mittwoch, den 16.01.2013, 16:23 +0100 schrieb Thierry Reding: >> On Wed, Jan 16, 2013 at 03:36:41PM +0100, Lucas Stach wrote: >> [...] >> > @@ -705,7 +705,7 @@ static int standard_timing_level(struct edid *edid) >> > * monitors fill with ascii space (

[Bug 59477] libdrm 2.4.41 build failure

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59477 --- Comment #1 from Tobias Klausmann --- Ok never mind! The tar.bz2 snapshot from here is broken: http://lists.x.org/archives/xorg-announce/2013-January/002137.html Please update it, and maybe add a git tag for the 2.4.41 release! Thanks --

[PATCH 1/4] drm/i915: Fix RGB color range property for PCH platforms

2013-01-16 Thread ville . syrjala
From: Ville Syrjälä The RGB color range select bit on the DP/SDVO/HDMI registers disappeared when PCH was introduced, and instead a new PIPECONF bit was added that performs the same function. Add a new INTEL_MODE_LIMITED_COLOR_RANGE private mode flag, and set it in the encoder mode_fixup if limi

[PATCH 4/4] drm/i915: Provide the quantization range in the AVI infoframe

2013-01-16 Thread ville . syrjala
From: Ville Syrjälä The AVI infoframe is able to inform the display whether the source is sending full or limited range RGB data. As per CEA-861 we must first check whether the display reports the quantization range as selectable, and if so we can set the approriate bits in the AVI inforframe.

[PATCH 3/4] drm/edid: Add drm_rgb_quant_range_selectable()

2013-01-16 Thread ville . syrjala
From: Ville Syrjälä drm_rgb_quant_range_selectable() will report whether the monitor claims to support for RGB quantization range selection. The information can be found in the CEA Video capability block. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_edid.c | 33 +

drm/i915: RGB quantization range stuff v2

2013-01-16 Thread ville . syrjala
Second attempt at handling the RGB quantization range for HDMI and DP. The only change to the first set is that I dropped the has_hdmi_monitor bool. has_hdmi_sink is used instead. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.fr

[PATCH 2/4] drm/i915: Add "Automatic" mode for the "Broadcast RGB" property

2013-01-16 Thread ville . syrjala
From: Ville Syrjälä Add a new "Automatic" mode to the "Broadcast RGB" range property. When selected the driver automagically selects between full range and limited range output. Based on CEA-861 guidelines, limited range output is selected if the mode is a CEA mode, except 640x480. Otherwise ful

Re: [PATCHv5 7/8] ARM: tegra: Add board data and 2D clocks

2013-01-16 Thread Stephen Warren
On 01/16/2013 01:10 AM, Terje Bergström wrote: > On 15.01.2013 20:44, Stephen Warren wrote: >> On 01/15/2013 04:26 AM, Terje Bergstrom wrote: >>> Add a driver alias gr2d for Tegra 2D device, and assign a duplicate >>> of 2D clock to that driver alias. >> >> FYI on this one patch - it won't be appli

Re: [ANNOUNCE] libdrm 2.4.41

2013-01-16 Thread David Herrmann
Hi Maarten On Wed, Jan 16, 2013 at 3:16 PM, Maarten Lankhorst wrote: > Op 16-01-13 13:19, Maarten Lankhorst schreef: >> ... >> Jesse Barnes (1): >> man: disable man page building until David saves us all >> > Looks like this commit might break building if you don't build against git > dire

[PATCH] man: fix manpage build instructions

2013-01-16 Thread David Herrmann
This fixes all the out-of-tree build-failures with manpages and uses a .man_fixup file to avoid overriding man-pages on every build. Manpages are only built if xsltproc is found and the stylesheets are available locally. You can disable building manpages with --disable-manpages so the quite expens

Re: [PATCH] build: Add --disable-manpages configure option

2013-01-16 Thread David Herrmann
Hi Colin On Thu, Jan 10, 2013 at 1:46 AM, Colin Walters wrote: > It's not enough to check for xsltproc - the system may not have the > docbook stylesheets installed. This patch also allows builders to > override the generation/installation of manpages entirely; for > example, manpages are of no

Re: [PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Thierry Reding
On Wed, Jan 16, 2013 at 07:04:22PM +0200, Jani Nikula wrote: > On Wed, 16 Jan 2013, Lucas Stach wrote: > > Am Mittwoch, den 16.01.2013, 16:23 +0100 schrieb Thierry Reding: > >> On Wed, Jan 16, 2013 at 03:36:41PM +0100, Lucas Stach wrote: > >> [...] > >> > @@ -705,7 +705,7 @@ static int standard_ti

Re: [PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Thierry Reding
On Wed, Jan 16, 2013 at 01:36:17PM +0100, Daniel Vetter wrote: > On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding > wrote: > > drm_events_release() should be enough to clean up the events, but I > > suspect the reason why Laurent put that code in was that the drm_crtc > > private data still has a

[Bug 52491] radeon massive screen corruption BARTS HD6870

2013-01-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=52491 --- Comment #13 from Jérôme Glisse 2013-01-16 22:31:46 --- Created an attachment (id=91421) --> (https://bugzilla.kernel.org/attachment.cgi?id=91421) Exclude system placement Does applying this patch without reverting anything fix the issu

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #13 from Jerome Glisse --- Created attachment 73168 --> https://bugs.freedesktop.org/attachment.cgi?id=73168&action=edit Exclude system placement Does applying this patch without reverting anything fix the issue ? -- You are rece

Re: [PATCH] drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling

2013-01-16 Thread Alex Deucher
On Tue, Jan 15, 2013 at 12:03 PM, Markus Trippelsdorf wrote: > On 2013.01.15 at 17:32 +0100, Markus Trippelsdorf wrote: >> On 2013.01.15 at 16:26 +0100, Michel Dänzer wrote: >> > On Die, 2013-01-15 at 16:23 +0100, Markus Trippelsdorf wrote: >> > > On 2013.01.15 at 15:43 +0100, Michel Dänzer wrote:

Re: [PATCH] drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling

2013-01-16 Thread Markus Trippelsdorf
On 2013.01.16 at 17:36 -0500, Alex Deucher wrote: > On Tue, Jan 15, 2013 at 12:03 PM, Markus Trippelsdorf > wrote: > > On 2013.01.15 at 17:32 +0100, Markus Trippelsdorf wrote: > >> On 2013.01.15 at 16:26 +0100, Michel Dänzer wrote: > >> > On Die, 2013-01-15 at 16:23 +0100, Markus Trippelsdorf wrot

Re: [PATCH v3 1/3] drm: add prime helpers

2013-01-16 Thread Aaron Plattner
On 01/16/2013 01:50 AM, Daniel Vetter wrote: On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: Instead of reimplementing all of the dma_buf functionality in every driver, create helpers drm_prime_import and drm_prime_export that implement them in terms of new, lower-level hook func

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #14 from Bryan Quigley --- I tested with just this second patch and it did not help. Do you want me to test with both patches applied? -- You are receiving this mail because: You are the assignee for the bug. __

Re: [PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Jon Mayo
On Wed, Jan 16, 2013 at 7:24 AM, Thierry Reding wrote: > On Wed, Jan 16, 2013 at 03:36:42PM +0100, Lucas Stach wrote: >> Check if sink is HDMI capable when enabling an output. This disables >> HDMI audio/infoframes if we are talking to a plain DVI sink. All things >> except this check are already

[PATCH] drm/radeon: fix NULL pointer dereference in UMS mode

2013-01-16 Thread Shuah Khan
In UMS mode parser->rdev is NULL, so dereferencing will cause an oops. Upstream commit-id: ff4bd0827764e10a428a9d39e6814c5478863f94 Stable tree: 3.7 Signed-off-by: Ilija Hadzic Signed-off-by: Alex Deucher Signed-off-by: Shuah Khan CC: sta...@vger.kernel.org 3.7 --- drivers/gpu/drm/radeon/rade

[PATCH] drm/radeon: fix NULL pointer dereference in UMS mode in radeon_cs_parser_fini()

2013-01-16 Thread Shuah Khan
Fix parser->rdev NULL pointer dereference in radeon_cs_parser_fini(). While back-porting drm/radeon: fix NULL pointer dereference in UMS mode patch (commit-id: ff4bd0827764e10a428a9d39e6814c5478863f94) to 3,7.y, noticed another instance of NULL pointer dereference in radeon_cs_parser_fini() functio

Re: [PATCH] drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling

2013-01-16 Thread Jerome Glisse
On Wed, Jan 16, 2013 at 6:10 PM, Markus Trippelsdorf wrote: > On 2013.01.16 at 17:36 -0500, Alex Deucher wrote: >> On Tue, Jan 15, 2013 at 12:03 PM, Markus Trippelsdorf >> wrote: >> > On 2013.01.15 at 17:32 +0100, Markus Trippelsdorf wrote: >> >> On 2013.01.15 at 16:26 +0100, Michel Dänzer wrote:

[Bug 52491] radeon massive screen corruption BARTS HD6870

2013-01-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=52491 Jérôme Glisse changed: What|Removed |Added CC||gli...@freedesktop.org --- Comment #1

[Bug 58667] Random crashes on CAYMAN

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58667 --- Comment #37 from Jerome Glisse --- This patch might help: http://people.freedesktop.org/~glisse/0001-drm-radeon-exclude-system-placement-when-validating-.patch -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #15 from Jerome Glisse --- You sure you using the module with the patch ? You rebuilded your initrd and all ? Other user that pointed to same commit have the issue fixed by this patch. A better version of this patch is also at : http

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #16 from Bryan Quigley --- I'm building with https://wiki.ubuntu.com/KernelTeam/GitKernelBuild#Kernel_Build_and_Installation I'm running step 9 after doing git apply patch and then git commit. I'll try the latest patch. -- You are

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #17 from Jerome Glisse --- You also need step 12 of and please add : printk(KERN_INFO "TITITOTOTUTUPOPO\n"); to radeon_device.c line 992 after DRM_INFO("initializing ke And when testing to make sure you are using the patched

[Bug 59492] New: piglit dlist-color-material test fail

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59492 Priority: medium Bug ID: 59492 Assignee: dri-devel@lists.freedesktop.org Summary: piglit dlist-color-material test fail Severity: normal Classification: Unclassified OS: All

[Bug 59492] piglit dlist-color-material test fail

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59492 --- Comment #1 from smoki --- So default command like glColorMaterial (GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE) never worked quite right on tcl. -- You are receiving this mail because: You are the assignee for the bug. _

Re: [PATCH] man: fix manpage build instructions

2013-01-16 Thread Jesse Barnes
On Wed, 16 Jan 2013 19:35:25 +0100 David Herrmann wrote: > This fixes all the out-of-tree build-failures with manpages and uses a > .man_fixup file to avoid overriding man-pages on every build. > > Manpages are only built if xsltproc is found and the stylesheets are > available locally. You can

[Bug 59089] [bisected, regression] flood of GPU fault detected in logs caused by 9af20... drm/radeon: fix fence locking in the pageflip callback

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59089 --- Comment #8 from Alexandre Demers --- (In reply to comment #7) > I would consider it a flood, the message continually appears until glxgears > is exited. Can you confirm whether 3e163a137be7f9a80ec720903c4bda028de5681f > in mesa stops all of

Re: [PATCH] drm/radeon: fix NULL pointer dereference in UMS mode in radeon_cs_parser_fini()

2013-01-16 Thread Ilija Hadzic
Actually, the code path affected by your patch is not executed in UMS mode at all. Notice that radeon_cs_parser_fini is only called from radeon_cs_ioctl which is a KMS-only ioctl (see radeon_kms.c). The equivalent of the fix you are trying to do is in a6b7e1a02b77ab8fe8775d20a88c53d8ba55482e

[Bug 59089] [bisected, regression] flood of GPU fault detected in logs caused by 9af20... drm/radeon: fix fence locking in the pageflip callback

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59089 --- Comment #9 from Anthony Waters --- Mesa is at latest git, however, my kernel wasn't at Linus' git, so that may be the issue, using HD 6950. I will try the newest kernel and if it doesn't work I'll create a new bug report. -- You are receivi

[Bug 59089] [bisected, regression] flood of GPU fault detected in logs caused by 9af20... drm/radeon: fix fence locking in the pageflip callback

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59089 --- Comment #10 from Alexandre Demers --- (In reply to comment #9) > Mesa is at latest git, however, my kernel wasn't at Linus' git, so that may > be the issue, using HD 6950. I will try the newest kernel and if it doesn't > work I'll create a ne

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #21 from Alexandre Demers --- (In reply to comment #19) > (In reply to comment #18) > > Created attachment 72794 [details] [review] [review] > > possible fix > > > > Does this kernel patch help? > > No. I was able to catch something

Re: [PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Mark Zhang
On 01/16/2013 07:53 PM, Lucas Stach wrote: > Am Mittwoch, den 16.01.2013, 19:10 +0800 schrieb Mark Zhang: >> I'm testing the pageflip & vblank change on cardhu. Seems the HDMI >> doesn't work(LVDS only is OK). I'll let you know if I get something. >> > Just to provide another data point: I'm runnin

[Bug 59089] [bisected, regression] flood of GPU fault detected in logs caused by 9af20... drm/radeon: fix fence locking in the pageflip callback

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59089 --- Comment #11 from Alexandre Demers --- (In reply to comment #9) > Mesa is at latest git, however, my kernel wasn't at Linus' git, so that may > be the issue, using HD 6950. I will try the newest kernel and if it doesn't > work I'll create a ne

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 --- Comment #18 from Bryan Quigley --- I didn't need to do step 12 to get the TITITOTO message printed. I did what I've been doing all along. (I'm also trying to update the GitKernelBuild page as I go) If the message was printed that means it

Re: [PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-16 Thread Mark Zhang
On 01/15/2013 12:05 AM, Thierry Reding wrote: > The sequence for replacing the scanout buffer is much shorter than a > full mode change operation so implementing this callback considerably > speeds up cases where only a new framebuffer is to be scanned out. > > Signed-off-by: Thierry Reding > ---

Re: [PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Mark Zhang
On 01/15/2013 12:06 AM, Thierry Reding wrote: > All the necessary support bits like .mode_set_base() and VBLANK are now > available, so page-flipping case easily be implemented on top. > > Signed-off-by: Thierry Reding [...] > + > +static int tegra_dc_page_flip(struct drm_crtc *crtc, struct drm_f

[PATCH] drm/exynos: Remove "internal" interrupt handling

2013-01-16 Thread Inki Dae
2013/1/15 Sean Paul : > Remove the "internal" interrupt handling since it's never invoked and Right, internal interrupt handler isn't used yet. It's better to add when used actually. And below is my comment. > remove "external" reference. This patch removes a bunch of dead code > and clarifies h

[PATCH] drm/exynos: Replace mdelay with usleep_range

2013-01-16 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/1/15 Sean Paul : > Replace the unnecessary atomic mdelay calls with usleep_range calls. > > Signed-off-by: Sean Paul > --- > drivers/gpu/drm/exynos/exynos_hdmi.c | 14 +++--- > drivers/gpu/drm/exynos/exynos_mixer.c |2 +- > 2 files changed, 8 insert

[Bug 59332] Problems building 32bit Mesa

2013-01-16 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130116/8b0ecfbf/attachment.html>

[PATCH] ttm: don't destroy old mm_node on memcpy failure

2013-01-16 Thread Dave Airlie
When we are using memcpy to move objects around, and we fail to memcpy due to lack of memory to populate or failure to finish the copy, we don't want to destroy the mm_node that has been copied into old_copy. While working on a new kms driver that uses memcpy, if I overallocated bo's up to the mem

[PATCHv5 7/8] ARM: tegra: Add board data and 2D clocks

2013-01-16 Thread Terje Bergström
On 15.01.2013 20:44, Stephen Warren wrote: >> diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c >> b/arch/arm/mach-tegra/board-dt-tegra20.c > >> +OF_DEV_AUXDATA("nvidia,tegra20-gr2d", 0x5414, "gr2d", NULL), > > I assume the only reason to add AUXDATA is to give the device a specific >

[PATCH] ttm: on move memory failure don't leave a node dangling

2013-01-16 Thread Dave Airlie
if we have a move notify callback, when moving fails, we call move notify the opposite way around, however this ends up with *mem containing the mm_node from the bo, which means we double free it. This is a follow on to the previous fix. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.

[Linaro-mm-sig] [PATCH 5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)

2013-01-16 Thread Inki Dae
2013/1/15 Maarten Lankhorst : > This type of fence can be used with hardware synchronization for simple > hardware that can block execution until the condition > (dma_buf[offset] - value) >= 0 has been met. > > A software fallback still has to be provided in case the fence is used > with a device t

[PATCHv5 7/8] ARM: tegra: Add board data and 2D clocks

2013-01-16 Thread Terje Bergström
On 15.01.2013 20:44, Stephen Warren wrote: > On 01/15/2013 04:26 AM, Terje Bergstrom wrote: >> Add a driver alias gr2d for Tegra 2D device, and assign a duplicate >> of 2D clock to that driver alias. > > FYI on this one patch - it won't be applied to the Tegra tree until > after Prashant's common

[Bug 58958] Kernel crash: Error to handle paging request

2013-01-16 Thread bugzilla-dae...@freedesktop.org
s scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130116/152d5533/attachment.html>

-next: no resume from suspend

2013-01-16 Thread Jani Nikula
On Mon, 14 Jan 2013, Jiri Slaby wrote: > On 01/14/2013 01:56 PM, Rafael J. Wysocki wrote: >> On Monday, January 14, 2013 11:11:52 AM Jiri Slaby wrote: >>> Hi, >>> >>> since friday's -next (the last known to be working is the last monday's) >>> I cannot resume from suspend. The last thing I see wit

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 9:17 PM, Thierry Reding wrote: > On Tue, Jan 15, 2013 at 06:53:19PM +0100, Daniel Vetter wrote: >> On Mon, Jan 14, 2013 at 4:55 PM, Thierry Reding >> wrote: >> > +static void tegra_drm_preclose(struct drm_device *drm, struct drm_file >> > *file) >> > +{ >> > + struc

[PATCH v3 1/3] drm: add prime helpers

2013-01-16 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: > Instead of reimplementing all of the dma_buf functionality in every driver, > create helpers drm_prime_import and drm_prime_export that implement them in > terms of new, lower-level hook functions: > > gem_prime_pin: callback when

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Thierry Reding
limited experience, but > > I'll see if I can make some time to take a look. > > The commit message should nicely explain why I've picked the design > and the various implications for drivers. So just checking whether > anything collides with your upcoming stuff would be good ... Okay, I'll take a closer look. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130116/faea1311/attachment-0001.pgp>

-next: no resume from suspend

2013-01-16 Thread Jiri Slaby
On 01/16/2013 10:20 AM, Jani Nikula wrote: > Hi Jiri, the dmesgs for both cases with drm.debug=0xe module param might > give us some clues. > > Does it work without no_console_suspend? Hi, no, it does not work either way. But what I found out with debug enabled, that it's a completely different p

[Linaro-mm-sig] [PATCH 5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)

2013-01-16 Thread Maarten Lankhorst
Op 16-01-13 07:28, Inki Dae schreef: > 2013/1/15 Maarten Lankhorst : >> This type of fence can be used with hardware synchronization for simple >> hardware that can block execution until the condition >> (dma_buf[offset] - value) >= 0 has been met. >> >> A software fallback still has to be provided

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Mark Zhang
I'm testing the pageflip & vblank change on cardhu. Seems the HDMI doesn't work(LVDS only is OK). I'll let you know if I get something. Mark On 01/15/2013 12:06 AM, Thierry Reding wrote: > All the necessary support bits like .mode_set_base() and VBLANK are now > available, so page-flipping case ea

[Bug 59431] [snb efi gmux] imac 12,1 blank screen upon booting

2013-01-16 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130116/f65db18f/attachment.html>

[PATCH v2 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Lucas Stach
Am Mittwoch, den 16.01.2013, 19:10 +0800 schrieb Mark Zhang: > I'm testing the pageflip & vblank change on cardhu. Seems the HDMI > doesn't work(LVDS only is OK). I'll let you know if I get something. > Just to provide another data point: I'm running this series and don't see any failures with DVI

[Linaro-mm-sig] [PATCH 5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)

2013-01-16 Thread Inki Dae
2013/1/16 Maarten Lankhorst : > Op 16-01-13 07:28, Inki Dae schreef: >> 2013/1/15 Maarten Lankhorst : >>> This type of fence can be used with hardware synchronization for simple >>> hardware that can block execution until the condition >>> (dma_buf[offset] - value) >= 0 has been met. >>> >>> A soft

[ANNOUNCE] libdrm 2.4.41

2013-01-16 Thread Maarten Lankhorst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Deucher (1): radeon: add new SI pci id Ben Skeggs (2): nouveau: disallow pushbuf BOs in multiple memory types nouveau: expose channel engine selection on kepler chipsets Chris Wilson (1): intel: Remove the fence count con

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Daniel Vetter
On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding wrote: > drm_events_release() should be enough to clean up the events, but I > suspect the reason why Laurent put that code in was that the drm_crtc > private data still has a reference to the event and needs to clear it. > Otherwise the next page f

[PATCH v3 3/9] video: Add generic HDMI infoframe helpers

2013-01-16 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:22PM +0100, Thierry Reding wrote: > Add generic helpers to pack HDMI infoframes into binary buffers. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add support for audio, vendor-specific and SPD infoframes > - add various validity checks on infoframes >

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-01-16 Thread Rob Clark
On Wed, Jan 16, 2013 at 6:36 AM, Daniel Vetter wrote: > On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding > wrote: >> drm_events_release() should be enough to clean up the events, but I >> suspect the reason why Laurent put that code in was that the drm_crtc >> private data still has a reference t

[ANNOUNCE] libdrm 2.4.41

2013-01-16 Thread Maarten Lankhorst
Op 16-01-13 13:19, Maarten Lankhorst schreef: > ... > Jesse Barnes (1): > man: disable man page building until David saves us all > Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball. The fix for this is removing man/M

[PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Lucas Stach
All those functions only scan a predefined EDID block and have no need to alter anything. Constify the passed in struct edid pointer to reflect this in the interface. Signed-off-by: Lucas Stach --- drivers/gpu/drm/drm_edid.c | 73 -- include/drm/drm_cr

[PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Lucas Stach
Check if sink is HDMI capable when enabling an output. This disables HDMI audio/infoframes if we are talking to a plain DVI sink. All things except this check are already in place. Signed-off-by: Lucas Stach --- drivers/gpu/drm/tegra/hdmi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/

[PATCH v2] drm/exynos: Remove "internal" interrupt handling

2013-01-16 Thread Sean Paul
Remove the "internal" interrupt handling since it's never invoked and remove "external" reference. This patch removes a bunch of dead code and clarifies how hotplugging is handled in the HDMI driver. Signed-off-by: Sean Paul --- drivers/gpu/drm/exynos/exynos_hdmi.c | 74 ++-

[PATCH v2 1/2] drm: constify edid handling functions

2013-01-16 Thread Thierry Reding
scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130116/c9ea0d24/attachment.pgp>

[PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Thierry Reding
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130116/4786a6ec/attachment.pgp>

  1   2   >