Re: [git pull] updated exynos-drm-fixes

2012-10-31 Thread Inki Dae
Hi Dave, The below patch, "add support for ARCH_MULTIPLATFORM", makes exynos drm driver to be complied for testing on different ARM DRM devices without having to switch configs. For this, you can refer to below link. http://www.spinics.net/lists/dri-devel/msg29365.html And thi

[PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-10-31 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 12:03:39AM +0200, Imre Deak wrote: > drm_vblank_off() requires callers to hold the event_lock. > > Signed-off-by: Imre Deak Hm, do we put this code through its paces already in flip_test by scheduling a vblank wait in the future (a second or so), and then disabling the di

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-10-31 Thread bugzilla-dae...@freedesktop.org
on or cursor, but I think those should be disabled when we disable mem requests in the crtc. Does this patch help? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freede

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/2a2a8d63/attachment.html>

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20121031/cde94182/attachment-0001.html>

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20121031/ba7a1902/attachment.html>

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
nts/20121031/149123b4/attachment.html>

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-10-31 Thread bugzilla-dae...@freedesktop.org
hat do you think? I can test and investigate 1, 3 and 4. But what about 2? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20

[PATCH v7 4/8] video: add videomode helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, Thanks for the patch. On Wednesday 31 October 2012 10:28:04 Steffen Trumtrar wrote: > Add helper functions to convert from display timings to a generic videomode > structure. This videomode can then be converted to the corresponding > subsystem mode representation (e.g. fb_videomode).

[PATCH v7 1/8] video: add display_timing struct and helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, One more comment. On Wednesday 31 October 2012 10:28:01 Steffen Trumtrar wrote: > Add display_timing structure and the according helper functions. This allows > the description of a display via its supported timing parameters. > > Every timing parameter can be specified as a single v

[PATCH v7 1/8] video: add display_timing struct and helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, Thanks for the patch. As we'll need a v8 anyway due to the comment on patch 5/8, here are a couple of other small comments. On Wednesday 31 October 2012 10:28:01 Steffen Trumtrar wrote: > Add display_timing structure and the according helper functions. This allows > the description

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
please ? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/4af8b32d/attachment.html>

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/9de0c92c/attachment.html>

[PATCH] drm/radeon: add load detection support for ext DAC on R200 (v2)

2012-10-31 Thread Egbert Eich
alexdeucher at gmail.com writes: > From: Alex Deucher > > The R200 asics use an external DAC for the secondary DAC. > The current KMS code tries to use code for the integrated > TV DAC for R200 which leads to unpredictable results since > R200 does not have an integrated TV DAC. This patch

[PATCH v7 5/8] fbmon: add videomode helpers

2012-10-31 Thread Steffen Trumtrar
Hi Prakash! On Wed, Oct 31, 2012 at 03:30:03PM +, Manjunathappa, Prakash wrote: > Hi Steffen, > > On Wed, Oct 31, 2012 at 14:58:05, Steffen Trumtrar wrote: > > Add a function to convert from the generic videomode to a fb_videomode. > > > > Signed-off-by: Steffen Trumtrar > > --- > > driver

[PATCH] drm: exynos: removed warning due to missing typecast for mixer driver data

2012-10-31 Thread Inki Dae
2012/10/31 Rahul Sharma : > Removing the warning by adding proper type casting where local pointer > variable of type mixer driver data is assigned with void pointer. > > This patch is based on branch exynos-drm-next at > git://git.infradead.org/users/kmpark/linux-samsung > It's better to go to -f

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #9 from Alexandre Demers --- (In reply to comment #8) > Created attachment 69370 [details] [review] > possible fix > > (In reply to comment #7) > > Alex, would it be possible to print what is going on or if an error occurred > > in e

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2012-10-31 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/2ff45c3c/attachment.html>

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/82890a13/attachment.html>

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
|| -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/0516870f/attachment.html>

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/5cf787a6/attachment-0001.html>

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20121031/87c7e189/attachment.html>

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20121031/8174ea74/attachment.html>

[Bug 56620] New: r600g: ETQW renders garbage with --enable-r600-llvm

2012-10-31 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/38476b91/attachment.html>

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/cec31d45/attachment.html>

[RFC 0/5] Generic panel framework

2012-10-31 Thread Tomi Valkeinen
of the cases we can use a common, simple HDMI monitor driver, there could be HDMI monitors with special features. We could detect this monitor by reading the EDID and if it's this special case, use a specific driver for it instead of the common HDMI driver. This is perhaps not very likely with HDMI, but I could imagine eDP panels with special features. So I imagine that we could use hot-plug here. The HDMI monitor device would not exist until a HDMI cable is connected. The SoC's HDMI driver (or whatever is before the HDMI monitor in the chain) gets a hotplug interrupt, and it would then add the device, which would then trigger probe of the corresponding HDMI monitor driver. Actually, thinking about this, what I said in the above paragraph wouldn't work. The SoC's HDMI driver can't know what kind of device to create, unless we have a HDMI bus and HDMI devices. Which, I think, we shouldn't have, as HDMI monitors are usually controlled via i2c, and thus the HDMI monitors should be i2c devices. So I don't really know how this hotplug would work =). It's just an idea, not a scenario I have at hand. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 897 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/8fe83b42/attachment.pgp>

[PATCH 2/2] drm/i915: move panel connectors to the front

2012-10-31 Thread Adam Jackson
On 10/27/12 9:52 AM, Daniel Vetter wrote: > This essentially reverts > > commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > Author: Adam Jackson > Date: Fri Jul 16 14:46:29 2010 -0400 > > drm/i915: Initialize LVDS and eDP outputs before anything else > > simply because it doesn't scale: It m

[PATCH 1/2] drm: add helper to sort panels to the head of the connector list

2012-10-31 Thread Adam Jackson
On 10/27/12 9:52 AM, Daniel Vetter wrote: > Userspace seems to like this, see > > commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > Author: Adam Jackson > Date: Fri Jul 16 14:46:29 2010 -0400 > > drm/i915: Initialize LVDS and eDP outputs before anything else > > This makes them sort to

Re: [PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-10-31 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 12:03:39AM +0200, Imre Deak wrote: > drm_vblank_off() requires callers to hold the event_lock. > > Signed-off-by: Imre Deak Hm, do we put this code through its paces already in flip_test by scheduling a vblank wait in the future (a second or so), and then disabling the di

[PATCH v7 5/8] fbmon: add videomode helpers

2012-10-31 Thread Manjunathappa, Prakash
Hi Steffen, On Wed, Oct 31, 2012 at 14:58:05, Steffen Trumtrar wrote: > Add a function to convert from the generic videomode to a fb_videomode. > > Signed-off-by: Steffen Trumtrar > --- > drivers/video/fbmon.c | 36 > include/linux/fb.h|2 ++ > 2 f

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2012-10-31 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/9554bd96/attachment.html>

[PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-10-31 Thread Imre Deak
drm_vblank_off() requires callers to hold the event_lock. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_display.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index b453901..56f1119 1

[PATCH 1/2] drm: fix order of event_lock wrt. vblank_time_clock

2012-10-31 Thread Imre Deak
drm_vblank_off() requires callers to hold the event_lock, while itself locking vbl_time and vblank_time_lock. This defines a dependency chain that conflicts with the one in drm_handle_vblank() where we first lock vblank_time_lock and then the event_lock. Fix this by reversing the locking order in d

[RFC 0/5] Generic panel framework

2012-10-31 Thread Laurent Pinchart
Hi Inki, On Saturday 20 October 2012 22:10:17 Inki Dae wrote: > Hi Laurent. sorry for being late. No worries. > 2012/8/17 Laurent Pinchart : > > Hi everybody, > > > > While working on DT bindings for the Renesas Mobile SoC display controller > > (a.k.a. LCDC) I quickly realized that display pan

[RFC 0/5] Generic panel framework

2012-10-31 Thread Laurent Pinchart
Hi Tomi, On Wednesday 19 September 2012 14:45:29 Tomi Valkeinen wrote: > On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: > > Hi everybody, > > > > While working on DT bindings for the Renesas Mobile SoC display controller > > (a.k.a. LCDC) I quickly realized that display panel implemen

[Bug 26294] [Regression] Resolution for external TV/monitor Philips 32PFL5404H not set correctly

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ktop.org/archives/dri-devel/attachments/20121031/6ef38b89/attachment-0001.html>

[Bug 56561] kernel > 3.4.7 breaks KMS on rv515 (r300)

2012-10-31 Thread bugzilla-dae...@freedesktop.org
et and then try and modprobe radeon manually from the console? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/6e978823/attachment.html>

[Bug 26294] [Regression] Resolution for external TV/monitor Philips 32PFL5404H not set correctly

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ee_PC#Specifications [3] http://www.eee-forum.de/forum/viewtopic.php?f=13&t=427 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachme

Re: [PATCH 2/2] drm/i915: move panel connectors to the front

2012-10-31 Thread Adam Jackson
On 10/27/12 9:52 AM, Daniel Vetter wrote: This essentially reverts commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae Author: Adam Jackson Date: Fri Jul 16 14:46:29 2010 -0400 drm/i915: Initialize LVDS and eDP outputs before anything else simply because it doesn't scale: It misses SDVO an

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/0b7706cd/attachment-0001.html>

Re: [PATCH 1/2] drm: add helper to sort panels to the head of the connector list

2012-10-31 Thread Adam Jackson
On 10/27/12 9:52 AM, Daniel Vetter wrote: Userspace seems to like this, see commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae Author: Adam Jackson Date: Fri Jul 16 14:46:29 2010 -0400 drm/i915: Initialize LVDS and eDP outputs before anything else This makes them sort to the front in

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-dae...@freedesktop.org
|| -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/e8c658b4/attachment.html>

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-dae...@freedesktop.org
ndering only garbage, so there is progress! -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/8ca9bb4c/attachment.html>

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #8 from Alex Deucher --- Created attachment 69370 --> https://bugs.freedesktop.org/attachment.cgi?id=69370&action=edit possible fix (In reply to comment #7) > Alex, would it be possible to print what is going on or if an error occu

[PATCH] drm/radeon: add load detection support for ext DAC on R200 (v2)

2012-10-31 Thread alexdeuc...@gmail.com
From: Alex Deucher The R200 asics use an external DAC for the secondary DAC. The current KMS code tries to use code for the integrated TV DAC for R200 which leads to unpredictable results since R200 does not have an integrated TV DAC. This patch ports the external DAC load detection support from

[PATCH] drm/radeon: add load detection support for ext DAC on R200

2012-10-31 Thread alexdeuc...@gmail.com
From: Alex Deucher The R200 asics use an external DAC for the secondary DAC. The current KMS code tries to use code for the integrated TV DAC for R200 which leads to unpredictable results since R200 does not have an integrated TV DAC. This patch ports the external DAC load detection support from

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56592 --- Comment #4 from maxi...@free.fr --- (In reply to comment #3) > Which llvm version do you use ? 3.1 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing l

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56592 --- Comment #3 from vincent --- Which llvm version do you use ? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org htt

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 Alex Deucher changed: What|Removed |Added CC||maxi...@free.fr --- Comment #4 from Alex

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56592 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #7 from Alexandre Demers --- Alex, would it be possible to print what is going on or if an error occurred in evergreen_mc_stop()? I see four things that could be going on: 1- we are not using the right path for CAYMAN -> (ASIC_IS_DCE

[PATCH 3/3] drm/doc: add new dp helpers into drm DocBook

2012-10-31 Thread Daniel Vetter
I didn't bother with documenting the really trivial new "extract something from dpcd" helpers, but the i2c over aux ch is now documented a bit. v2: Clarify the comment for i2c_dp_aux_add_bus a bit. Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 6 ++ drivers/gpu/drm/drm

[PATCH 2/3] drm/doc: integrate fb helper reference into docs

2012-10-31 Thread Daniel Vetter
Again only minimal changes to make kerneldoc no longer shout. Plus a little introduction in the form of a inline DOC: section to quickly explain what this is all about. v2: Fixup spelling fail. Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 5 + drivers/gpu/drm/drm_fb_h

[PATCH 1/3] drm/doc: integrate crtc helper api into docbook

2012-10-31 Thread Daniel Vetter
- Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the kerneldoc parser tool. v2: - Actually include the docbook snippet in the right patch.

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 --- Comment #3 from vincent --- Do you use llvm 3.2-svn from here ? : http://cgit.freedesktop.org/~tstellar/llvm/ If so, can you give the output of either etqw or furmark with the R600_DUMP_SHADERS=1 envvar set, before and after the commit pleas

[Bug 56592] [bisected] rendering corruption r600g

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56592 --- Comment #1 from maxi...@free.fr --- Created attachment 69363 --> https://bugs.freedesktop.org/attachment.cgi?id=69363&action=edit glxgears corrupted -- You are receiving this mail because: You are the assignee for the bug.

[PATCH v7 8/8] drm_modes: add of_videomode helpers

2012-10-31 Thread Steffen Trumtrar
Add helper to get drm_display_mode from devicetree. Signed-off-by: Steffen Trumtrar --- drivers/gpu/drm/drm_modes.c | 42 ++ include/drm/drmP.h |5 + 2 files changed, 47 insertions(+) diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/g

[PATCH v7 7/8] drm_modes: add videomode helpers

2012-10-31 Thread Steffen Trumtrar
Add conversion from videomode to drm_display_mode Signed-off-by: Steffen Trumtrar --- drivers/gpu/drm/drm_modes.c | 36 include/drm/drmP.h |3 +++ 2 files changed, 39 insertions(+) diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm

[PATCH v7 6/8] fbmon: add of_videomode helpers

2012-10-31 Thread Steffen Trumtrar
Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar --- drivers/video/fbmon.c | 40 include/linux/fb.h|3 +++ 2 files changed, 43 insertions(+) diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c index b9e6ab3

[PATCH v7 5/8] fbmon: add videomode helpers

2012-10-31 Thread Steffen Trumtrar
Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar --- drivers/video/fbmon.c | 36 include/linux/fb.h|2 ++ 2 files changed, 38 insertions(+) diff --git a/drivers/video/fbmon.c b/drivers/video/fb

[PATCH v7 4/8] video: add videomode helpers

2012-10-31 Thread Steffen Trumtrar
Add helper functions to convert from display timings to a generic videomode structure. This videomode can then be converted to the corresponding subsystem mode representation (e.g. fb_videomode). Signed-off-by: Steffen Trumtrar --- drivers/video/Kconfig |6 ++ drivers/video/Makefile

[PATCH v7 3/8] of: add generic videomode description

2012-10-31 Thread Steffen Trumtrar
Get videomode from devicetree in a format appropriate for the backend. drm_display_mode and fb_videomode are supported atm. Uses the display signal timings from of_display_timings Signed-off-by: Philipp Zabel Signed-off-by: Steffen Trumtrar --- drivers/of/Kconfig |6 ++ driver

[PATCH v7 2/8] of: add helper to parse display timings

2012-10-31 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- .../devicetree/bindings/video/display-timings.txt | 139 +++ drivers/of/Kconfig |6 + drivers/of/Makefile|1 + drivers/of/of_display_timings.c| 185 ++

[PATCH v7 1/8] video: add display_timing struct and helpers

2012-10-31 Thread Steffen Trumtrar
Add display_timing structure and the according helper functions. This allows the description of a display via its supported timing parameters. Every timing parameter can be specified as a single value or a range . Signed-off-by: Steffen Trumtrar --- drivers/video/Kconfig |5 +++ dr

[PATCH v7 0/8] of: add display helper

2012-10-31 Thread Steffen Trumtrar
Hi! Finally, v7 of the series. Changes since v6: - get rid of some empty lines etc. - move functions to their subsystems - split of_ from non-of_ functions - add at least some kerneldoc to some functions Regards, Steffen Steffen Trumtrar (8): video: add displa

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56437 --- Comment #14 from maxi...@free.fr --- (In reply to comment #12) > Created attachment 69334 [details] > Possible fix > > This is a strange bug. There must be a race condition somewhere. Does this > patch help? If it doesn't, can you reproduc

Re: [PATCH v7 4/8] video: add videomode helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, Thanks for the patch. On Wednesday 31 October 2012 10:28:04 Steffen Trumtrar wrote: > Add helper functions to convert from display timings to a generic videomode > structure. This videomode can then be converted to the corresponding > subsystem mode representation (e.g. fb_videomode).

[PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

2012-10-31 Thread Daniel Vetter
I didn't bother with documenting the really trivial new "extract something from dpcd" helpers, but the i2c over aux ch is now documented a bit. Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 6 ++ drivers/gpu/drm/drm_dp_helper.c | 20 include/drm/drm

[PATCH 3/4] drm/doc: integrate fb helper reference into docs

2012-10-31 Thread Daniel Vetter
Again only minimal changes to make kerneldoc no longer shout. Plus a little introduction in the form of a inline DOC: section to quickly explain what this is all about. Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 5 + drivers/gpu/drm/drm_fb_helper.c | 19 +

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-10-31 Thread Daniel Vetter
- Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the kerneldoc parser tool. Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tm

[PATCH 1/4] drm/doc: Helpers are not a Midlayer!

2012-10-31 Thread Daniel Vetter
I'm devoting all my wrath to that fight, so don't misname it ;-) Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b030052..ca45155 100644 -

Re: [PATCH v7 1/8] video: add display_timing struct and helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, One more comment. On Wednesday 31 October 2012 10:28:01 Steffen Trumtrar wrote: > Add display_timing structure and the according helper functions. This allows > the description of a display via its supported timing parameters. > > Every timing parameter can be specified as a single v

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 --- Comment #2 from Laurent carlier --- OpenGL renderer string: Gallium 0.4 on AMD BARTS OpenGL version string: 3.0 Mesa 9.1-devel (git-5ab82e0) OpenGL shading language version string: 1.30 with radeon HD6870 -- You are receiving this mail bec

Re: [PATCH v7 1/8] video: add display_timing struct and helpers

2012-10-31 Thread Laurent Pinchart
Hi Steffen, Thanks for the patch. As we'll need a v8 anyway due to the comment on patch 5/8, here are a couple of other small comments. On Wednesday 31 October 2012 10:28:01 Steffen Trumtrar wrote: > Add display_timing structure and the according helper functions. This allows > the description

Re: [PATCH] drm/radeon: add load detection support for ext DAC on R200 (v2)

2012-10-31 Thread Egbert Eich
alexdeuc...@gmail.com writes: > From: Alex Deucher > > The R200 asics use an external DAC for the secondary DAC. > The current KMS code tries to use code for the integrated > TV DAC for R200 which leads to unpredictable results since > R200 does not have an integrated TV DAC. This patch por

[PATCH 2/3] drm/exynos: add support for ARCH_MULTIPLATFORM

2012-10-31 Thread Inki Dae
2012/10/31 Greg KH : > On Mon, Oct 29, 2012 at 09:31:13AM +0100, Rob Clark wrote: >> From: Rob Clark >> >> Exynos does not seem to have any dependency on anything from >> platform headers so just needs Kconfig updated to build in >> ARCH_MULTIPLATFORM builds. >> >> Signed-off-by: Rob Clark >> ---

[PATCH] drm: platform: Don't initialize driver-private data

2012-10-31 Thread Thierry Reding
=) Still I think there's some value in making this consistent across all drivers and if everybody agrees I'll volunteer to write the patch. 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/20121031/a91f897c/attachment.pgp>

Re: [PATCH v7 5/8] fbmon: add videomode helpers

2012-10-31 Thread Steffen Trumtrar
Hi Prakash! On Wed, Oct 31, 2012 at 03:30:03PM +, Manjunathappa, Prakash wrote: > Hi Steffen, > > On Wed, Oct 31, 2012 at 14:58:05, Steffen Trumtrar wrote: > > Add a function to convert from the generic videomode to a fb_videomode. > > > > Signed-off-by: Steffen Trumtrar > > --- > > driver

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 Laurent carlier changed: What|Removed |Added Attachment #69356|text/plain |image/png mime type|

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 --- Comment #1 from Laurent carlier --- oups, with --enable-r600-llvm-compiler of course -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 Laurent carlier changed: What|Removed |Added Summary|r600g: ETQW renders garbage |r600g: ETQW renders garbage

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50422 Laurent carlier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH] drm: exynos: removed warning due to missing typecast for mixer driver data

2012-10-31 Thread Rahul Sharma
Removing the warning by adding proper type casting where local pointer variable of type mixer driver data is assigned with void pointer. This patch is based on branch exynos-drm-next at git://git.infradead.org/users/kmpark/linux-samsung Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exy

[Bug 56620] New: r600g: ETQW renders garbage with --enable-r600-llvm

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 Priority: medium Bug ID: 56620 Assignee: dri-devel@lists.freedesktop.org Summary: r600g: ETQW renders garbage with --enable-r600-llvm Severity: normal Classification: Unclassified

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50422 --- Comment #9 from Laurent carlier --- The culprit for broken output is (after bisecting): 5ab82e0ccf84855e9311ebfc58d1b57b437ed991 is the first bad commit commit 5ab82e0ccf84855e9311ebfc58d1b57b437ed991 Author: Vincent Lejeune Date: Fri Oct

[PATCH] drm: platform: Don't initialize driver-private data

2012-10-31 Thread Laurent Pinchart
- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/908731f3/attachment.pgp>

[PATCH] drm: platform: Don't initialize driver-private data

2012-10-31 Thread Thierry Reding
init() actually modified the pointer. 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/20121031/968f4478/attachment-0001.pgp>

[PATCH] drm/radeon: add load detection support for ext DAC on R200 (v2)

2012-10-31 Thread alexdeucher
From: Alex Deucher The R200 asics use an external DAC for the secondary DAC. The current KMS code tries to use code for the integrated TV DAC for R200 which leads to unpredictable results since R200 does not have an integrated TV DAC. This patch ports the external DAC load detection support from

[PATCH] drm/radeon: add load detection support for ext DAC on R200

2012-10-31 Thread alexdeucher
From: Alex Deucher The R200 asics use an external DAC for the secondary DAC. The current KMS code tries to use code for the integrated TV DAC for R200 which leads to unpredictable results since R200 does not have an integrated TV DAC. This patch ports the external DAC load detection support from

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56437 --- Comment #13 from Tom Stellard --- (In reply to comment #12) > Created attachment 69334 [details] > Possible fix > > This is a strange bug. There must be a race condition somewhere. Does this > patch help? If it doesn't, can you reproduce

Re: [RFC 0/5] Generic panel framework

2012-10-31 Thread Tomi Valkeinen
On 2012-10-31 15:13, Laurent Pinchart wrote: >> OMAP SoC >> >> >> So here's first the SoC specific display nodes. OMAP has a DSS (display >> subsystem) block, which contains the following elements: >> >> - DISPC (display controller) reads the pixels from memory and outputs >> them using s

[git pull] updated exynos-drm-fixes

2012-10-31 Thread inki . dae
Hi Dave, As I posted before, we have added a new git repository for Exynos drm to MAINTAINERS file so change it to new one like below, from git://git.infradead.org/users/kmpark/linux-samsung to git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos And this pull request includes t

[Bug 26294] [Regression] Resolution for external TV/monitor Philips 32PFL5404H not set correctly

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26294 --- Comment #29 from Paul Menzel --- So to summarize. 1. In the Asus Eee PC 701 4G, the chip is at the maximum of its capabilities. (Daniel Vetter: »could be that we're too close to the dotclock limit on these machines«) 2. The question is now,

[git pull] updated exynos-drm-fixes

2012-10-31 Thread inki....@samsung.com
Hi Dave, As I posted before, we have added a new git repository for Exynos drm to MAINTAINERS file so change it to new one like below, from git://git.infradead.org/users/kmpark/linux-samsung to git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos And this pull request includes t

[Bug 56561] kernel > 3.4.7 breaks KMS on rv515 (r300)

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56561 --- Comment #10 from Alex Deucher --- (In reply to comment #9) > The firmware should be loading (I am using stock arch linux kernels), when > 3.4.7 or 3.6.3-nomodeset boots I see '[drm] Loading R500 Microcode' in the > logs. (Sorry I wrote r300 i

[Bug 26294] [Regression] Resolution for external TV/monitor Philips 32PFL5404H not set correctly

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26294 --- Comment #28 from Paul Menzel --- Some more information searching the Web and from #intel-gfx. 1. According to Chris Wilson it works with 945GM. 2. Searching the Web, it works out of the box with a BenQ E2200HD with an Eee PC 701, which is t

Re: [RFC 0/5] Generic panel framework

2012-10-31 Thread Laurent Pinchart
Hi Inki, On Saturday 20 October 2012 22:10:17 Inki Dae wrote: > Hi Laurent. sorry for being late. No worries. > 2012/8/17 Laurent Pinchart : > > Hi everybody, > > > > While working on DT bindings for the Renesas Mobile SoC display controller > > (a.k.a. LCDC) I quickly realized that display pan

Re: [RFC 0/5] Generic panel framework

2012-10-31 Thread Laurent Pinchart
Hi Tomi, On Wednesday 19 September 2012 14:45:29 Tomi Valkeinen wrote: > On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: > > Hi everybody, > > > > While working on DT bindings for the Renesas Mobile SoC display controller > > (a.k.a. LCDC) I quickly realized that display panel implemen

[Bug 56561] kernel > 3.4.7 breaks KMS on rv515 (r300)

2012-10-31 Thread bugzilla-dae...@freedesktop.org
d... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121031/ce9e0e0d/attachment.html>

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50422 --- Comment #8 from Laurent carlier --- I don't know if it's related, but etqw gives me also similar garbaged output -- You are receiving this mail because: You are the assignee for the bug. ___ dri-d

  1   2   >