[Bug 59332] Problems building 32bit Mesa

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59332 --- Comment #6 from Mike Lothian --- Even with the llvm switches set to off I still have issues -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri

Re: [PATCH 1/2] drm/exynos: add support for dt based search to exynos4 hdmi

2013-01-31 Thread Rahul Sharma
Thanks Mr. Dae, I will include DT binding documentation in Arch side patches. I am following the mentioned thread. regards, Rahul Sharma. On Wed, Jan 30, 2013 at 12:07 PM, Inki Dae wrote: > Hi Rahul, > > Could you add descriptions to dt document file? For this, you can > refer to the below link

[Bug 59332] Problems building 32bit Mesa

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59332 --- Comment #7 from Andreas Boll --- (In reply to comment #6) > Even with the llvm switches set to off I still have issues Maybe this patch helps: http://lists.freedesktop.org/archives/mesa-dev/2013-January/033797.html -- You are receiving thi

Re: [PATCH 4/5] drm/tegra: Implement VBLANK support

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 3:06 AM, Mario Kleiner wrote: > At least AMD hw as of a while ago didn't, older intel hw didn't (afaik), and > NVidia i don't know. You'd also need hw vblank timestamps and counters > independent of page-flip completion to not regress existing important > functionality if y

Re: BUG: circular locking dependency detected

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman wrote: > On Thu, Jan 31, 2013 at 11:26:53AM +1100, Linus Torvalds wrote: >> On Thu, Jan 31, 2013 at 11:13 AM, Russell King wrote: >> > >> > Which may or may not be a good thing depending how you look at it; it >> > means that once your kernel bl

Re: [PATCH V3] drm_crtc: check if fb_create return NULL

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 1:55 AM, Su, Xuemin wrote: > -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Thursday, January 24, 2013 5:05 PM > To: Su, Xuemin > Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; > linux-ker...@vger.kernel.org; yanmin_zh..

Re: [Intel-gfx] [PATCH 2/9] drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipe

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > While old platforms had 3 transcoders and 3 pipes (1:1), HSW has 4 > transcoders and 3 pipes. To avoid future mistakes transcoders must be used > here instead of pipes even though it is working right now by coincidence. > > Signed-off-by: Rodrigo Vivi

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Rahul Sharma
On Tue, Jan 29, 2013 at 10:40 PM, Aaron Plattner wrote: > On 01/28/2013 05:38 AM, Rahul Sharma wrote: >> >> It fixes the issue arises due to passing 'nr_pages' in place of 'nents' to >> sg_alloc_table. When ARM_HAS_SG_CHAIN is disabled, it is causing failure >> in >> creating SG table for the buff

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 9:38 AM, Rahul Sharma wrote: > On Tue, Jan 29, 2013 at 10:40 PM, Aaron Plattner wrote: >> On 01/28/2013 05:38 AM, Rahul Sharma wrote: >>> >>> It fixes the issue arises due to passing 'nr_pages' in place of 'nents' to >>> sg_alloc_table. When ARM_HAS_SG_CHAIN is disabled, i

[Bug 59899] Diagonal rendering artifacts on xbmc

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59899 Michel Dänzer changed: What|Removed |Added Product|DRI |Mesa Version|XOrg CVS

Re: [PATCH 3/9] drm/i915: Added SDP and VSC structures for handling PSR for eDP

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Signed-off-by: Sateesh Kavuri > > v2: Modified and corrected the structures to be more in line for > kernel coding guidelines and rebased the code on Paulo's DP patchset > > Signed-off-by: Shobhit Kumar > > v3: removing unecessa

Re: [PATCH 1/9] drm/i915: Organize VBT stuff inside drm_i915_private

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > drm_i915_private is getting bigger and bigger when adding new vbt stuff. > So, the better way of getting drm_i915_private organized is to create an > special structure for vbt stuff. > Reviewed-by: Jani Nikula > Signed-off-by: Rodrigo Vivi > --- > d

Re: [Intel-gfx] [PATCH 4/9] drm/i915: Read the EDP DPCD and PSR Capability

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Signed-off-by: Shobhit Kumar > > v2: reuse of just created is_edp_psr and put it at right place. > A couple of nitpicks below, but either way, Reviewed-by: Jani Nikula > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-31 Thread Inki Dae
Hi, below is my opinion. > +struct fence; > +struct fence_ops; > +struct fence_cb; > + > +/** > + * struct fence - software synchronization primitive > + * @refcount: refcount for this fence > + * @ops: fence_ops associated with this fence > + * @cb_list: list of all callbacks to call > + * @lock

Re: BUG: circular locking dependency detected

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 10:21 AM, Greg Kroah-Hartman wrote: >> Can you please also pick up the (currently) three locking fixups >> around fbcon? Just so that we don't repeat the same fun where people >> complain about lockdep splats, but the fixes are stuck somewhere. And >> I guess Dave would be

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-31 Thread Maarten Lankhorst
Op 31-01-13 10:32, Inki Dae schreef: > Hi, > > below is my opinion. > >> +struct fence; >> +struct fence_ops; >> +struct fence_cb; >> + >> +/** >> + * struct fence - software synchronization primitive >> + * @refcount: refcount for this fence >> + * @ops: fence_ops associated with this fence >> + *

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 06:32:15PM +0900, Inki Dae wrote: > Hi, > > below is my opinion. > > > +struct fence; > > +struct fence_ops; > > +struct fence_cb; > > + > > +/** > > + * struct fence - software synchronization primitive > > + * @refcount: refcount for this fence > > + * @ops: fence_ops as

Re: [RESEND PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: > I forgot to change subject. So I resend a patch. > > --- > acpi_bus_get_device() returns int not acpi_status. > > The patch change not to apply ACPI_FAILURE() to the return value of > acpi_bus_get_device(). > > Signed-off-by: Y

Re: [PATCH 1/3] r8a7779: Add Display Unit clock support

2013-01-31 Thread Laurent Pinchart
Hi Simon, On Thursday 31 January 2013 15:35:20 Simon Horman wrote: > On Thu, Jan 31, 2013 at 02:45:01AM +0100, Laurent Pinchart wrote: > > From: Phil Edworthy > > > > Signed-off-by: Phil Edworthy > > [Rename device from to rcarfb to rcar-du] > > Signed-off-by: Laurent Pinchart > > > > Thanks,

Re: [PATCH 5/9] drm/i915: Setup EDP PSR AUX Registers

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Signed-off-by: Shobhit Kumar > > v2: Created aux_clock_divider function to avoid duplicated code. Bikeshed, that could be a prep patch, but I won't insist on it. Other comments below. > Unfortunatelly dp_aux_ch and psr_aux

Re: [PATCH 7/9] drm/i915: Enable/Disable PSR on HSW

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Added eDP PSR enable functionality. This includes setting the PSR > configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. PSR wor

Re: [PATCH 8/9] drm/i915: Added debugfs support for PSR Status

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Added support for PSR entry counter and performance counters > > Signed-off-by: Shobhit Kumar > > v2: Add psr enabled yes/no info A bunch of nitpicks... BR, Jani. > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/i

Re: [Intel-gfx] [PATCH 9/9] drm/i915: Hook PSR functionality

2013-01-31 Thread Jani Nikula
On Wed, 30 Jan 2013, Rodrigo Vivi wrote: > PSR must be enabled after transcoder and port are running. > And it is only available for HSW. > > v2: move enable/disable to intel_ddi Reviewed-by: Jani Nikula > > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_ddi.c | 2 ++ > 1 file

Re: CDF discussions at FOSDEM

2013-01-31 Thread Laurent Pinchart
On Friday 11 January 2013 21:27:03 Laurent Pinchart wrote: > Hi everybody, > > Would anyone be interested in meeting at the FOSDEM to discuss the Common > Display Framework ? There will be a CDF meeting at the ELC at the end of > February, the FOSDEM would be a good venue for European developers.

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #6 from Lucas Kannebley Tavares --- Created attachment 73987 --> https://bugs.freedesktop.org/attachment.cgi?id=73987&action=edit BIOS for the adapter Here's the dump you requested, thanks for the reminder on modeset, was trying to

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

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59431 --- Comment #46 from Vladimir --- I found the exact commit that causes this bug http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-quantal.git;a=commit;h=8f53b5444a25b5be3bfe0164316f9bc7845279c9 drm/radeon: properly handle mc_stop/mc_resume on evergr

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #12 from Vladimir --- I found the exact commit that causes this bug http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-quantal.git;a=commit;h=8f53b5444a25b5be3bfe0164316f9bc7845279c9 drm/radeon: properly handle mc_stop/mc_resume on evergr

Re: CDF discussions at FOSDEM

2013-01-31 Thread Sascha Hauer
On Thu, Jan 31, 2013 at 11:53:30AM +0100, Laurent Pinchart wrote: > On Friday 11 January 2013 21:27:03 Laurent Pinchart wrote: > > Hi everybody, > > > > Would anyone be interested in meeting at the FOSDEM to discuss the Common > > Display Framework ? There will be a CDF meeting at the ELC at the e

Re: [PATCH 1/2] [media] s5p-g2d: Add DT based discovery support

2013-01-31 Thread Sachin Kamat
Hi Sylwester. Thank you for the review. On 31 January 2013 03:08, Sylwester Nawrocki wrote: > Hi Sachin, > > > On 01/25/2013 10:55 AM, Sachin Kamat wrote: >> >> This patch adds device tree based discovery support to G2D driver >> >> Signed-off-by: Sachin Kamat >> --- > > Don' you need something

Re: [PATCH 1/3] r8a7779: Add Display Unit clock support

2013-01-31 Thread Simon Horman
On Thu, Jan 31, 2013 at 02:45:01AM +0100, Laurent Pinchart wrote: > From: Phil Edworthy > > Signed-off-by: Phil Edworthy > [Rename device from to rcarfb to rcar-du] > Signed-off-by: Laurent Pinchart Thanks, I have applied this to the soc3 branch, merged it into the next branch. At this point i

Re: [PATCH 0/3] R-Car Display Unit DRM driver

2013-01-31 Thread Simon Horman
On Thu, Jan 31, 2013 at 02:45:00AM +0100, Laurent Pinchart wrote: > Hello, > > Here's a new DRM driver for the Renesas R-Car Display Unit (DU). > > The DU features two superposition processors (modeled as CRTCs) and eight > planes that can be shared between the superposition processors. > > The

Re: BUG: circular locking dependency detected

2013-01-31 Thread Greg Kroah-Hartman
On Thu, Jan 31, 2013 at 09:21:16AM +0100, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman > wrote: > > On Thu, Jan 31, 2013 at 11:26:53AM +1100, Linus Torvalds wrote: > >> On Thu, Jan 31, 2013 at 11:13 AM, Russell King > >> wrote: > >> > > >> > Which may or may not be

Re: BUG: circular locking dependency detected

2013-01-31 Thread Sedat Dilek
[ CCing Linux-Next and MMOTM folks ] Original posting from Daniel see [0] [ QUOTE ] On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman wrote: > On Thu, Jan 31, 2013 at 11:26:53AM +1100, Linus Torvalds wrote: >> On Thu, Jan 31, 2013 at 11:13 AM, Russell King wrote: >> > >> > Which may or may no

Re: BUG: circular locking dependency detected

2013-01-31 Thread Sedat Dilek
On Thu, Jan 31, 2013 at 11:12 AM, Sedat Dilek wrote: > [ CCing Linux-Next and MMOTM folks ] > > Original posting from Daniel see [0] > > [ QUOTE ] > On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman > wrote: >> On Thu, Jan 31, 2013 at 11:26:53AM +1100, Linus Torvalds wrote: >>> On Thu, Jan 31,

Re: CDF discussions at FOSDEM

2013-01-31 Thread Lars-Peter Clausen
On 01/31/2013 11:53 AM, Laurent Pinchart wrote: > On Friday 11 January 2013 21:27:03 Laurent Pinchart wrote: >> Hi everybody, >> >> Would anyone be interested in meeting at the FOSDEM to discuss the Common >> Display Framework ? There will be a CDF meeting at the ELC at the end of >> February, the

Re: BUG: circular locking dependency detected

2013-01-31 Thread Dave Airlie
On Thu, Jan 31, 2013 at 8:21 PM, Greg Kroah-Hartman wrote: > On Thu, Jan 31, 2013 at 09:21:16AM +0100, Daniel Vetter wrote: >> On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman >> wrote: >> > On Thu, Jan 31, 2013 at 11:26:53AM +1100, Linus Torvalds wrote: >> >> On Thu, Jan 31, 2013 at 11:13 AM,

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Rahul Sharma
On Thu, Jan 31, 2013 at 2:23 PM, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 9:38 AM, Rahul Sharma wrote: >> On Tue, Jan 29, 2013 at 10:40 PM, Aaron Plattner >> wrote: >>> On 01/28/2013 05:38 AM, Rahul Sharma wrote: It fixes the issue arises due to passing 'nr_pages' in place of 'n

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 12:54 PM, Rahul Sharma wrote: > I have parsed the related code and it looks fine to me. I couldn't find > any code section, expecting sg-tables with single-page sgl entries. I > just want to ensure again that it doesn't cause any side effects on > various platforms. Just c

[PATCH drm-intel-nightly] drm/i915: Add a pipe A force quirk for Samsung NP530U3B-A01DE

2013-01-31 Thread Sedat Dilek
IMPORTANT NOTE: *** This is just an experimental patch! *** I fell over some "pipe A assertion" warnings while playing with drm-intel-nightly and contacted Daniel Vetter via PM. [ dmesg ] [ 19.948476] WARNING: at drivers/gpu/drm/i915/intel_display.c:1228 assert_pipe+0xde/0xe0 [i915]() [ 19.

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Rahul Sharma
On Thu, Jan 31, 2013 at 5:47 PM, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 12:54 PM, Rahul Sharma wrote: >> I have parsed the related code and it looks fine to me. I couldn't find >> any code section, expecting sg-tables with single-page sgl entries. I >> just want to ensure again that it do

[Bug 60028] Post-3.7.x memory leak, Radeon Evergreen, bisected

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 --- Comment #10 from Dave Witbrodt --- > > The testing I have done so far was assuming the problem was in the kernel, > > [...] > > The fact that the memory is reclaimed on process exit makes that unlikely. That makes perfect sense. Thank you

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 Alexandre Demers changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 Alexandre Demers changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 Alexandre Demers changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 Alexandre Demers changed: What|Removed |Added See Also|https://bugs.freedesktop.or | |g/show_bug.cgi?id

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 Alexandre Demers changed: What|Removed |Added See Also|https://bugs.freedesktop.or | |g/show_bug.cgi?id

Re: [PATCH 2/7] mutex: add support for reservation style locks

2013-01-31 Thread Rob Clark
On Wed, Jan 30, 2013 at 5:52 AM, Rob Clark wrote: > On Wed, Jan 30, 2013 at 5:08 AM, Daniel Vetter wrote: >> On Wed, Jan 30, 2013 at 2:07 AM, Rob Clark wrote: >>> == >>> Basic problem statement: >>> - --- - >>> GPU's do operations that commonly involve man

[Bug 60028] Post-3.7.x memory leak, Radeon Evergreen, bisected

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 --- Comment #11 from Dave Witbrodt --- (In reply to comment #9) > (In reply to comment #8) > > Would it be good for me to bisect Mesa? > > If Mesa commit 6532eb17baff6e61b427f29e076883f8941ae664 (where code > depending on DRM minor 26 was first

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #13 from Alex Deucher --- Does this patch help? http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.8&id=bb588820ef421c6098dca1fec29c3b347f1c8c19 -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 60028] Post-3.7.x memory leak, Radeon Evergreen, bisected

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 Alex Deucher changed: What|Removed |Added Product|DRI |Mesa Version|unspecified

[Bug 60028] r600g: Htile memory leak

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 Alex Deucher changed: What|Removed |Added Summary|Post-3.7.x memory leak, |r600g: Htile memory leak

Re: BUG: circular locking dependency detected

2013-01-31 Thread Greg Kroah-Hartman
On Thu, Jan 31, 2013 at 10:51:27PM +1100, Dave Airlie wrote: > On Thu, Jan 31, 2013 at 8:21 PM, Greg Kroah-Hartman > wrote: > > On Thu, Jan 31, 2013 at 09:21:16AM +0100, Daniel Vetter wrote: > >> On Thu, Jan 31, 2013 at 6:40 AM, Greg Kroah-Hartman > >> wrote: > >> > On Thu, Jan 31, 2013 at 11:26:

Re: BUG: circular locking dependency detected

2013-01-31 Thread Russell King
On Thu, Jan 31, 2013 at 10:51:27PM +1100, Dave Airlie wrote: > I'll ship them via my tree at this point I think, since I now need to > queue a revert of the revert on top. > > I have a few vgacon/fbcon fixes that I need to go in this cycle. Great, thanks. -- Russell King Linux kernel2.6 AR

Re: [PATCH] drm/radeon: Calling object_unrefer() when creating fb failure

2013-01-31 Thread Alex Deucher
On Thu, Jan 31, 2013 at 12:59 AM, Su, Xuemin wrote: > From: liu chuansheng > Date: Thu, 31 Jan 2013 22:13:00 +0800 > Subject: [PATCH] drm/radeon: Calling object_unrefer() when creating fb > failure > > When kzalloc() failed in radeon_user_framebuffer_create(), need to > call object_unreference()

Re: [PATCH 2/4] drm/i2c: nxp-tda998x (v3)

2013-01-31 Thread Rob Clark
On Wed, Jan 30, 2013 at 8:23 PM, Sebastian Hesselbarth wrote: > On 01/29/2013 06:23 PM, Rob Clark wrote: >> >> Driver for the NXP TDA998X i2c hdmi encoder slave. > > > Rob, > > good to see a driver for TDA998x comming! I'd love to test > it on CuBox (mach-dove) but there is no gpu driver I can hoo

Re: [PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 2:26 PM, Rahul Sharma wrote: >> The other thing is that only doing sg entry coalescing for >> prime/dma_buf will lead to a QA problem, since all the normal sg >> tables still have a 1:1 relationship. So imo the right way to move >> forward with this is to convert the variou

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-31 Thread Inki Dae
2013/1/31 Daniel Vetter : > On Thu, Jan 31, 2013 at 06:32:15PM +0900, Inki Dae wrote: >> Hi, >> >> below is my opinion. >> >> > +struct fence; >> > +struct fence_ops; >> > +struct fence_cb; >> > + >> > +/** >> > + * struct fence - software synchronization primitive >> > + * @refcount: refcount for

[Bug 60028] r600g: Htile memory leak

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 --- Comment #12 from Michel Dänzer --- Should be fixed by commit 5c86a728d4f688c0fe7fbf9f4b8f88060b65c4ee ('r600g: fix htile buffer leak'). Please resolve as fixed if you can confirm. -- You are receiving this mail because: You are the assignee

Re: [Linaro-mm-sig] [PATCH 4/7] fence: dma-buf cross-device synchronization (v11)

2013-01-31 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 3:38 PM, Inki Dae wrote: > I think I understand as your comment but I don't think that I > understand fully the dma-fence mechanism. So I wish you to give me > some advices for it. In our case, I'm applying the dma-fence to > mali(3d gpu) driver as producer and exynos drm(d

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Sean Paul
On Wed, Jan 30, 2013 at 10:03 PM, Stephen Warren wrote: > On 01/30/2013 06:16 PM, Inki Dae wrote: >> 2013/1/30 Sylwester Nawrocki : >>> Hi, >>> >>> >>> On 01/08/2013 11:56 PM, Stephen Warren wrote: On 01/08/2013 01:16 PM, Sean Paul wrote: > > Add a property to the hdmi node so we

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #7 from Alex Deucher --- Created attachment 73997 --> https://bugs.freedesktop.org/attachment.cgi?id=73997&action=edit possible fix For some reason the current crtc enabled bit isn't going low. It should be low already if the crtc

[Bug 60028] r600g: Htile memory leak

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60028 Dave Witbrodt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60034] rv790 etqw regression since r600g: add async for staging buffer upload v2

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60034 --- Comment #6 from Jerome Glisse --- Can you capture a trace using https://github.com/apitrace/apitrace your distribution might have package for it. Also try to make the trace as small as possible by jumping directly to the issue. -- You are r

Re: [PATCH] drm/ttm: remove unused temp variable

2013-01-31 Thread Jerome Glisse
On Mon, Jan 21, 2013 at 10:39 PM, Liu, Xinyun wrote: > void *object is not used in fact. > > Signed-off-by: Xinyun Liu Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/drm_global.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/dr

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Stephen Warren
On 01/31/2013 08:04 AM, Sean Paul wrote: ... > I think if we take a step back, we're really not discussing HDMI > version 1.3 vs. 1.4, we're really talking about the HDMI IP block > version. Absolutely. > The blocks just happen to implement different versions of the > HDMI spec. Yes. > The init

[PATCH 0/2] drm: Fix 8bpp fbcon on i915

2013-01-31 Thread ville . syrjala
Looks like I accidentally broke 8bpp support in i915. This series fixes the regression, as verified in the bug report: https://bugs.freedesktop.org/show_bug.cgi?id=59572#c18 There should be no negative effect on other drivers since they either don't support 8bpp, or they don't bother with checkin

[PATCH 1/2] drm: Fill depth/bits_per_pixel for C8 format

2013-01-31 Thread ville . syrjala
From: Ville Syrjälä Set depth/bits_per_pixel to 8 for C8 format. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 9c797f6..ff7344c 100644 --- a/drivers/gpu/drm/drm_crtc.

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-01-31 Thread ville . syrjala
From: Ville Syrjälä Support for real RGB332 is a rarity, most hardware only really support C8. So use C8 instead of RGB332 when determining the format based on depth/bpp. This fixes 8bpp fbcon on i915, since i915 will only accept C8 and not RGB332. Bugzilla: https://bugs.freedesktop.org/show_bu

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #14 from Vladimir --- No, that doesn't fix it. still the same -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedeskt

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #15 from Alex Deucher --- Does adding: udelay(100); at the end of evergreen_mc_stop() help? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Olof Johansson
On Thu, Jan 31, 2013 at 7:04 AM, Sean Paul wrote: > On Wed, Jan 30, 2013 at 10:03 PM, Stephen Warren > wrote: >> On 01/30/2013 06:16 PM, Inki Dae wrote: >>> 2013/1/30 Sylwester Nawrocki : Hi, On 01/08/2013 11:56 PM, Stephen Warren wrote: > > On 01/08/2013 01:16 PM, Se

[Bug 59332] Problems building 32bit Mesa

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59332 --- Comment #8 from Mike Lothian --- It's an improvement I can build mesa again without EGL building with EGL I get errors such as: ../../../../src/gallium/auxiliary/.libs/libgallium.a(lp_bld_debug.o):lp_bld_debug.cpp:function lp_disassemble:

[Bug 59332] Problems building 32bit Mesa

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59332 Mike Lothian changed: What|Removed |Added Attachment #72977|0 |1 is obsolete|

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #16 from Vladimir --- didn't help either btw, reverting that commit(62444b7462a2b98bc78d68736c03a7c4e66ba7e2) fixed 3.8-rc5 for me. finally ogl 3.0 :D -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 59332] Problems building 32bit Mesa

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59332 --- Comment #10 from Mike Lothian --- Equally disabling llvm and leaving egl on works too -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel

Re: [Intel-gfx] [PATCH 2/9] drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipe

2013-01-31 Thread Paulo Zanoni
Hi 2013/1/30 Rodrigo Vivi : > While old platforms had 3 transcoders and 3 pipes (1:1), HSW has 4 > transcoders and 3 pipes. To avoid future mistakes transcoders must be used > here instead of pipes even though it is working right now by coincidence. Not by coincidence: these regs are currently

[Bug 60034] rv790 etqw regression since r600g: add async for staging buffer upload v2

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60034 --- Comment #7 from Andy Furniss --- (In reply to comment #6) > Can you capture a trace using https://github.com/apitrace/apitrace your > distribution might have package for it. Also try to make the trace as small > as possible by jumping directl

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

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #22 from Alex Deucher --- Created attachment 74014 --> https://bugs.freedesktop.org/attachment.cgi?id=74014&action=edit patch 1/2 Does this set of patches fix the issue? I think we are running out of ring space for large VM page t

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

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #23 from Alex Deucher --- Created attachment 74015 --> https://bugs.freedesktop.org/attachment.cgi?id=74015&action=edit patch 2/2 -- You are receiving this mail because: You are the assignee for the bug. __

Re: [Intel-gfx] [PATCH 2/9] drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipe

2013-01-31 Thread Paulo Zanoni
Hi 2013/1/31 Jani Nikula : > On Wed, 30 Jan 2013, Rodrigo Vivi wrote: >> While old platforms had 3 transcoders and 3 pipes (1:1), HSW has 4 >> transcoders and 3 pipes. To avoid future mistakes transcoders must be used >> here instead of pipes even though it is working right now by coincidence.

[Bug 60034] rv790 etqw regression since r600g: add async for staging buffer upload v2

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60034 --- Comment #8 from Andy Furniss --- Created attachment 74016 --> https://bugs.freedesktop.org/attachment.cgi?id=74016&action=edit compressed text output from etqw apitrace dump If it's just the output of apitrace dump that's needed then this

[Bug 60034] rv790 etqw regression since r600g: add async for staging buffer upload v2

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60034 --- Comment #9 from Jerome Glisse --- No it's the trace that's needed. You can try on some of those free file hosting otherwise you can dcc send it to me on irc (freenode glisse) and i will put it somewhere -- You are receiving this mail becaus

[PATCH 1/2] drm/radeon: prevent crash in the ring space allocation

2013-01-31 Thread alexdeucher
From: Alex Deucher If the requested number of DWs on the ring is larger than the size of the ring itself, return an error. In testing with large VM updates, we've seen crashes when we try and allocate more space on the ring than the total size of the ring without checking. This prevents the cra

[PATCH 2/2] drm/radeon: switch back to the CP ring for VM PT updates

2013-01-31 Thread alexdeucher
From: Alex Deucher For large VM page table updates, we can sometimes generate more packets than there is space on the ring. This happens more readily with the DMA ring since it is 64K (vs 1M for the CP). For now, switch back to the CP. For the next kernel, I have a patch to utilize IBs for VM

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 maxi...@free.fr changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: [PATCH 5/9] drm/i915: Setup EDP PSR AUX Registers

2013-01-31 Thread Paulo Zanoni
Hi In addition to Jani's comments: 2013/1/30 Rodrigo Vivi : > From: Shobhit Kumar > > Signed-off-by: Shobhit Kumar > > v2: Created aux_clock_divider function to avoid duplicated code. > Unfortunatelly dp_aux_ch and psr_aux_ch aren't so similar to reuse full > code. > DDI A AUX channel tra

[drm-next] drm/radeon: use IBs for VM page table updates

2013-01-31 Thread alexdeucher
From: Alex Deucher For very large page table updates, we can exceed the size of the ring. To avoid this, use an IB to perform the page table update. Signed-off-by: Alex Deucher --- We may want to do something similar for the BO move code as we could potentially run out of ring space on a smal

Re: [PATCH 2/4] drm/i2c: nxp-tda998x (v3)

2013-01-31 Thread Rob Clark
On Thu, Jan 31, 2013 at 2:14 PM, Sebastian Hesselbarth wrote: > On 01/31/2013 03:23 PM, Rob Clark wrote: >> >> On Wed, Jan 30, 2013 at 8:23 PM, Sebastian Hesselbarth >> wrote: >>> >>> On 01/29/2013 06:23 PM, Rob Clark wrote: > > [...] + +/* The TDA9988 series of devices use a page

[Bug 59903] [RS880] Xorg.0.log: flip queue failed: Device or resource busy

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59903 --- Comment #9 from Michael Lange --- an option in my xorg.conf is causing the spam of flip errors in Xorg.0.log Section "Monitor" Identifier "Denon-AVAMP" --->#Option "Enable""true" < Modeline

Re: [PATCH 7/9] drm/i915: Enable/Disable PSR on HSW

2013-01-31 Thread Paulo Zanoni
Hi 2013/1/30 Rodrigo Vivi : > From: Shobhit Kumar > > Added eDP PSR enable functionality. This includes setting the PSR > configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. PSR works only in LP

radeon drm-next 3.9 preview

2013-01-31 Thread Alex Deucher
I've put up a WIP 3.9 branch for those that want to start testing it: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.9-wip Main changes so far: - GPU reset rework - CS ioctl refactoring - switch to using IBs for VM PT updates - Deprecate UMS We have a few other internal projects we'd l

[pull] radeon drm-fixes-3.8

2013-01-31 Thread alexdeucher
From: Alex Deucher Hi Dave, A few more radeon fixes for 3.8. Mostly small stuff. The big change is disabling the use of the DMA ring for VM PT updates. This reverts back to the 3.7 behavior. Problem is we can get huge PT updates in certain cases that are too big for the DMA ring. I've got p

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-01-31 Thread Inki Dae
Hi Kukjin, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Kukjin Kim > Sent: Friday, February 01, 2013 9:15 AM > To: 'Sylwester Nawrocki'; 'Inki Dae' > Cc: 'Sachin Kamat'; linux-me...@vger.kernel.org; dri- > de...@l

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-01-31 Thread Stephen Warren
On 01/31/2013 06:27 PM, Inki Dae wrote: > Hi Kukjin, > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Kukjin Kim >> Sent: Friday, February 01, 2013 9:15 AM >> To: 'Sylwester Nawrocki'; 'Inki Dae' >> Cc: 'Sachin K

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Stephen Warren
On 01/31/2013 10:36 AM, Stephen Warren wrote: > On 01/31/2013 08:04 AM, Sean Paul wrote: > ... >> I think if we take a step back, we're really not discussing HDMI >> version 1.3 vs. 1.4, we're really talking about the HDMI IP block >> version. > > Absolutely. > >> The blocks just happen to implem

Re: [PATCH 0/3] R-Car Display Unit DRM driver

2013-01-31 Thread Laurent Pinchart
Hi Simon, On Thursday 31 January 2013 15:38:38 Simon Horman wrote: > On Thu, Jan 31, 2013 at 02:45:00AM +0100, Laurent Pinchart wrote: > > Hello, > > > > Here's a new DRM driver for the Renesas R-Car Display Unit (DU). > > > > The DU features two superposition processors (modeled as CRTCs) and e

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

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 --- Comment #24 from Alexandre Demers --- It fixes the thing! Good work! I've let it run for some time and it ran without any locks. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 53111] [bisected] lockups since added support for virtual address space on cayman v11

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53111 --- Comment #28 from Alexandre Demers --- I'm closing this bug, the original triggering application is not doing it anymore. Also many things changed since then. I'll reopen it if for any reason I can still point to this exact problem, but I thin

[Bug 53111] [bisected] lockups since added support for virtual address space on cayman v11

2013-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53111 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH 2/4] drm/i2c: nxp-tda998x (v3)

2013-01-31 Thread Russell King - ARM Linux
On Thu, Jan 31, 2013 at 08:23:53AM -0600, Rob Clark wrote: > On Wed, Jan 30, 2013 at 8:23 PM, Sebastian Hesselbarth > wrote: > > On 01/29/2013 06:23 PM, Rob Clark wrote: > >> > >> Driver for the NXP TDA998X i2c hdmi encoder slave. > > > > > > Rob, > > > > good to see a driver for TDA998x comming!

  1   2   3   >