[RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-16 Thread Soby Mathew
Hi Hans, For EDID update, it is recommended that the HPD line be toggled after the EDID update is completed. So for the driver to detect the EDID write is complete, probably a field mentioning the EDID write completed would be good, so that the HPD toggling can be done by the driver. Best Regar

X.Org Book Sprint 2012 (guide to writing graphics drivers)

2012-08-16 Thread Matt Dew
(Cross post. Yes, I know this is short notice and a short window to reply. My apologies on that.) X.Org Book Sprint 2012 Monday Sept 17 & Tuesday Sept 18. N?rnberg (Nuremberg), Germany. The X.Org Consortium will hold a book sprint on the Monday and Tuesday before the Developers Conference

X.Org Book Sprint 2012 (guide to writing graphics drivers)

2012-08-16 Thread Matt Dew
(Cross post. Yes, I know this is short notice and a short window to reply. My apologies on that.) X.Org Book Sprint 2012 Monday Sept 17 & Tuesday Sept 18. Nürnberg (Nuremberg), Germany. The X.Org Consortium will hold a book sprint on the Monday and Tuesday before the Developers Conference

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #25 from Alex Deucher 2012-08-16 21:59:05 UTC --- You might try the 5 patches starting with this one: http://lists.freedesktop.org/archives/dri-devel/2012-August/026498.html -- Configure bugmail: https://bugs.freedesktop.org/userpr

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #24 from Erik Hardesty 2012-08-16 21:44:57 UTC --- I am also experiencing complete display corruption with KMS and my Radeon 6450 HD. Building an updated kernel with the following commit did not help: http://git.kernel.org/?p=linux/k

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread David Lamparter
= radeon_atrm_get_bios(rdev); > if (r == false) > + r = radeon_acpi_vfct_bios(rdev); > + if (r == false) > r = igp_read_bios_from_vram(rdev); > if (r == false) > r = radeon_read_bios(rdev); > -- > 1.7.7.5 > Cheers, -David -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 230 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120816/9bc25513/attachment.pgp>

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #124 from Thomas Rohloff 2012-08-16 21:03:39 UTC --- And there are some random rendering issues that wasn't there before the patches, like using the wrong texture. Good: http://img713.imageshack.us/img713/492/mcgood.png Bad: http://

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

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53111 --- Comment #8 from Alexandre Demers 2012-08-17 03:49:31 UTC --- Is there a way to use apitrace in combination with piglit? I'd like to trace the problematic test. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #126 from Alexandre Demers 2012-08-17 03:18:27 UTC --- Good news on my side: I was unable to recreate the bug until now. So I went with running pilit tests. Sadly, for that part, it still locks (now tracked under bug 53111). I won't

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #123 from Thomas Rohloff 2012-08-16 20:10:32 UTC --- (In reply to comment #119) > (In reply to comment #118) > > Try the Mesa patches from > http://lists.freedesktop.org/archives/mesa-dev/2012-August/025715.html . Not sure if this

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #125 from Alexandre Demers 2012-08-17 03:00:53 UTC --- (In reply to comment #124) > And there are some random rendering issues that wasn't there before the > patches, like using the wrong texture. > > Good: http://img713.imageshack.

[PATCH] drm/udl: dpms off the crtc when disabled.

2012-08-16 Thread Dave Airlie
From: Dave Airlie This turns off the crtc when its been disabled, fixes it not turning off properly the whole time. Signed-off-by: Dave Airlie --- drivers/gpu/drm/udl/udl_modeset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/udl/udl_modeset.c b/driver

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #47 from Varban 2012-08-16 18:59:13 UTC --- (In reply to comment #44) > No, and with the static config above it doesn't make sense. Besides, GPU > hotplug is not in the current X server. If the card is separate then I'll probably pl

Re: [PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-16 Thread Joonyoung Shim
Hi, 2012/8/16 Leela Krishna Amudala : > Add device tree based discovery support for DRM-FIMD driver. > > Signed-off-by: Leela Krishna Amudala > --- > Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 >

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #46 from Alex Deucher 2012-08-16 18:23:52 UTC --- Created attachment 65659 --> https://bugs.freedesktop.org/attachment.cgi?id=65659 fix for all kernels Here's the patch broken out which should apply to all recent kernels. -- Con

[PATCH] drm/edid: limit printk when facing bad edid

2012-08-16 Thread Jani Nikula
There's a bug [1] where the faster GMBUS transmissions fail with some CRTs, and the fix [2] is to fallback to GPIO bit-banging upon errors. As noted in the bug, the fix still leaves plenty of EDID dumps in dmesg, so some measures to reduce the EDID error messages would be most welcome. [1] https:

[PATCH 4/4] drm: edid: Refactor HDMI VSDB detection

2012-08-16 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? There are two slightly different pieces of code for HDMI VSDB detection. Unify the code into a single helper function. Also fix a bug where drm_detect_hdmi_monitor() would stop looking for the HDMI VSDB after the first vendor specific block is found, whether or not that block

[PATCH 3/4] drm: edid: Add bounds checking to HDMI VSDB parsing

2012-08-16 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? The length of HDMI VSDB must be at least 5 bytes. Other than the minimum, nothing else about the length is specified. Check the length before accessing any additional field beyond the minimum length. --- drivers/gpu/drm/drm_edid.c | 33 + 1 f

[PATCH 2/4] drm: edid: Add some bounds checking

2012-08-16 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Make sure drm_detect_hdmi_monitor() and drm_detect_monitor_audio() don't access beyond the extension block. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_edid.c | 99 --- 1 files changed, 73 insertions(+), 26 deletions(-) di

[PATCH 1/4] drm: edid: Add bounds checking to CEA 18 byte descriptor parsing

2012-08-16 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Make sure we don't access beyond the extension block when parsing CEA detailed timing descriptors. Signed-off-by: Ville Syrj?l? Reviewed-by: Alex Deucher --- drivers/gpu/drm/drm_edid.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/d

[PATCH 0/4] Some long forgotten EDID/CEA fixes

2012-08-16 Thread ville.syrj...@linux.intel.com
I found these EDID/CEA patches sitting in a branch in my tree. I worked on them at some point, but forgot about them when something more urgent came up. They haven't been tested all that well, mainly because currently there is no way to test this code, apart from trying on real hardware. If someon

[RFC 5/5] video: panel: Add R61517 panel support

2012-08-16 Thread Laurent Pinchart
The R61517 is a MIPI DBI panel controller from Renesas. Signed-off-by: Laurent Pinchart --- drivers/video/panel/Kconfig|9 + drivers/video/panel/Makefile |1 + drivers/video/panel/panel-r61517.c | 408 include/video/panel-r61517.h

[RFC 4/5] video: panel: Add R61505 panel support

2012-08-16 Thread Laurent Pinchart
The R61505 is a SYS-80 bus panel controller from Renesas. Signed-off-by: Laurent Pinchart --- drivers/video/panel/Kconfig|9 + drivers/video/panel/Makefile |1 + drivers/video/panel/panel-r61505.c | 520 include/video/panel-r61505.h

[RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-16 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/video/panel/Kconfig |4 + drivers/video/panel/Makefile|1 + drivers/video/panel/panel-dbi.c | 217 +++ include/video/panel-dbi.h | 92 + 4 files changed, 314 insertions(+), 0 d

[RFC 2/5] video: panel: Add dummy panel support

2012-08-16 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/video/panel/Kconfig | 11 drivers/video/panel/Makefile |1 + drivers/video/panel/panel-dummy.c | 103 + include/video/panel-dummy.h | 25 + 4 files changed, 140 insertions(+), 0

[RFC 0/5] Generic panel framework

2012-08-16 Thread 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 panel implementation based on board code callbacks would need to be replaced by a driver-based panel framework. Several driver-based panel support solution alread

[RFC 1/5] video: Add generic display panel core

2012-08-16 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/video/Kconfig|1 + drivers/video/Makefile |1 + drivers/video/panel/Kconfig |4 + drivers/video/panel/Makefile |1 + drivers/video/panel/panel.c | 269 ++ include/video/panel.h

Re: [PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-16 Thread Joonyoung Shim
Hi Leela. 2012/8/16 Leela Krishna Amudala : > The name of the exynos drm fimd device is renamed to exynos-drm-fimd > and two device ids are created for exynos4-fb and exynos5-drm-fimd. > Also, added driver data for exynos5 to pick the fimd version at runtime and > to choose the VIDTCON register of

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #45 from Alex Deucher 2012-08-16 17:41:59 UTC --- (In reply to comment #42) > Any ideas when this patch will make it in the main line? I've got it tentatively set for 3.7, but if I have time, I'll try and respin the patches for stab

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #44 from Alexander E. Patrakov 2012-08-16 17:39:18 UTC --- (In reply to comment #42) > Any ideas when this patch will make it in the main line? No idea. > Did you try hotplugging the media dock rather than boot with it attached? N

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #43 from Alexander E. Patrakov 2012-08-16 17:37:28 UTC --- The card is a completely separate card. One can create a very old-fashioned Xinerama-based dual-head setup using this (save as /etc/X11/xorg.conf.d/60-dualhead.conf): Secti

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #42 from Varban 2012-08-16 17:29:16 UTC --- What settings did you use for the X server config or do the additional monitors just show as part of the intel card? Any ideas when this patch will make it in the main line? Did you try h

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Fr?mmel changed: What|Removed |Added Attachment #75121|0 |1 is obsolete|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Fr?mmel changed: What|Removed |Added Attachment #75091|0 |1 is obsolete|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Fr?mmel changed: What|Removed |Added Attachment #75081|0 |1 is obsolete|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Fr?mmel changed: What|Removed |Added Attachment #75071|0 |1 is obsolete|

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 Alexander E. Patrakov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Fr?mmel changed: What|Removed |Added Status|RESOLVED|REOPENED Kernel Version|3.5.0-

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #41 from Alexander E. Patrakov 2012-08-16 17:21:59 UTC --- X works on radeon, too -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #40 from Alexander E. Patrakov 2012-08-16 17:05:27 UTC --- I have built the kernel from your source tree. It found the card, found the HDMI-connected monitor and displayed boot text messages over it for some time (until it decided to

[Bug 53291] Failed to allocate a buffer at CAYMAN

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53291 Alex Deucher changed: What|Removed |Added Resolution|WORKSFORME |DUPLICATE --- Comment #3 from Alex Deuche

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Alex Deucher changed: What|Removed |Added CC||v10lator at myway.de --- Comment #122 fro

[PATCH 2/2] drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads

2012-08-16 Thread Daniel Vetter
On Mon, Aug 13, 2012 at 01:22:35PM +0300, Jani Nikula wrote: > GMBUS was enabled over bit-banging as the default in commits: > > commit c3dfefa0a6d235bd465309e12f4c56ea16e7 > Author: Daniel Vetter > Date: Tue Feb 14 22:37:25 2012 +0100 > > drm/i915: reenable gmbus on gen3+ again > > a

[Bug 53291] Failed to allocate a buffer at CAYMAN

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53291 Thomas Rohloff changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon: fence virtual address and free it once idle [3.5] v4

2012-08-16 Thread Greg KH
On Mon, Aug 06, 2012 at 12:56:04PM -0400, j.glisse at gmail.com wrote: > From: Jerome Glisse > > Virtual address need to be fenced to know when we can safely remove it. > This patch also properly clear the pagetable. Previously it was > serouisly broken. > > v2: For to update pagetable when unbi

[PATCH 2/2] Expose the OMAP Z-Order property through DRM

2012-08-16 Thread Ville Syrjälä
On Wed, Aug 15, 2012 at 03:18:02PM -0500, Rob Clark wrote: > From: Andre Renaud > > Added support for zorder changes through DRM plane properties > > Signed-off-by: Andre Renaud > Signed-off-by: Rob Clark > --- > drivers/staging/omapdrm/omap_drv.h |1 + > drivers/staging/omapdrm/omap_pl

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: >> From: David L > From: David Lamparter > > There are still two rough edges left in here, I didn't get around to > clean it up, other stuff came up -- sorry... > >

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler (v3)

2012-08-16 Thread alexdeuc...@gmail.com
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h |

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v3)

2012-08-16 Thread alexdeuc...@gmail.com
From: David Lamparter This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Reviewed-by: Jerome

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:25 PM, Greg KH wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: >> From: David L >> >> This is required for pure UEFI systems. The vbios is stored >> in ACPI rather than at the legacy vga location. >> >> Fixes: >> https://bugs.freedeskt

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-16 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed, 173 insertions(+), 2

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-16 Thread Leela Krishna Amudala
The name of the exynos drm fimd device is renamed to exynos-drm-fimd and two device ids are created for exynos4-fb and exynos5-drm-fimd. Also, added driver data for exynos5 to pick the fimd version at runtime and to choose the VIDTCON register offsets accordingly. Signed-off-by: Leela Krishna Amud

[PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-16 Thread Leela Krishna Amudala
This patch set adds device tree support for DRM-FIMD for Samsung's Exynos5250. It includes parsing platform data from dts file. Also, adds the driver data for exynos5 device. This patchset is based and tested on top of v3.6-rc1 Also depends on below patchset http://lists.freedesktop.org/archives/

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #121 from Alexandre Demers 2012-08-16 15:35:45 UTC --- (In reply to comment #120) > (In reply to comment #119) > > (In reply to comment #118) > > > > Try the Mesa patches from > > http://lists.freedesktop.org/archives/mesa-dev/2012-

[Bug 50389] [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50389 Michel D?nzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #39 from Alexander E. Patrakov 2012-08-16 15:16:18 UTC --- Unfortunately, your specific patch does not apply to the 3.5 kernel, so I cannot test this quickly. Now downloading your tree. -- Configure bugmail: https://bugs.freedeskto

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler (v2)

2012-08-16 Thread alexdeuc...@gmail.com
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15 - drivers/

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread alexdeuc...@gmail.com
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gp

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #25 from Alex Deucher 2012-08-16 21:59:05 UTC --- You might try the 5 patches starting with this one: http://lists.freedesktop.org/archives/dri-devel/2012-August/026498.html -- Configure bugmail: https://bugs.freedesktop.org/userpre

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #24 from Erik Hardesty 2012-08-16 21:44:57 UTC --- I am also experiencing complete display corruption with KMS and my Radeon 6450 HD. Building an updated kernel with the following commit did not help: http://git.kernel.org/?p=linux/k

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #38 from Alex Deucher 2012-08-16 14:31:38 UTC --- Please try the acpi_patches branch of my git tree: http://cgit.freedesktop.org/~agd5f/linux/ Specifically this patch: http://cgit.freedesktop.org/~agd5f/linux/commit/?h=acpi_patches&i

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch

2012-08-16 Thread Jerome Glisse
On Thu, Aug 16, 2012 at 1:54 PM, wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #124 from Thomas Rohloff 2012-08-16 21:03:39 UTC --- And there are some random rendering issues that wasn't there before the patches, like using the wrong texture. Good: http://img713.imageshack.us/img713/492/mcgood.png Bad: http://

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler

2012-08-16 Thread alexdeuc...@gmail.com
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15 - drivers/gpu/drm/radeon/radeon_atpx_handler.c |

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch

2012-08-16 Thread alexdeuc...@gmail.com
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_bios.c | 59 ++

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #123 from Thomas Rohloff 2012-08-16 20:10:32 UTC --- (In reply to comment #119) > (In reply to comment #118) > > Try the Mesa patches from > http://lists.freedesktop.org/archives/mesa-dev/2012-August/025715.html . Not sure if this

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread David Lamparter
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: > From: David L From: David Lamparter There are still two rough edges left in here, I didn't get around to clean it up, other stuff came up -- sorry... > This is required for pure UEFI systems. The vbios is stored > in ACPI

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:40 PM, David Lamparter wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: >> From: David L > From: David Lamparter > > There are still two rough edges left in here, I didn't get around to > clean it up, other stuff came up -- sorry... > >> T

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler (v3)

2012-08-16 Thread alexdeucher
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v3)

2012-08-16 Thread alexdeucher
From: David Lamparter This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments V3: fix it harder Signed-off-by: Alex Deucher Reviewed-by: Jerome

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Alex Deucher
On Thu, Aug 16, 2012 at 3:25 PM, Greg KH wrote: > On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeuc...@gmail.com wrote: >> From: David L >> >> This is required for pure UEFI systems. The vbios is stored >> in ACPI rather than at the legacy vga location. >> >> Fixes: >> https://bugs.freedesktop.

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread Greg KH
On Thu, Aug 16, 2012 at 03:13:46PM -0400, alexdeucher at gmail.com wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > V2: fix #ifdefs as per

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler (v2)

2012-08-16 Thread alexdeucher
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15 - drivers/gpu

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch (v2)

2012-08-16 Thread alexdeucher
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 V2: fix #ifdefs as per Greg's comments Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/d

[PATCH] drm/edid: limit printk when facing bad edid

2012-08-16 Thread Jerome Glisse
On Thu, Aug 16, 2012 at 11:13 AM, Jani Nikula wrote: > > There's a bug [1] where the faster GMBUS transmissions fail with some > CRTs, and the fix [2] is to fallback to GPIO bit-banging upon errors. As > noted in the bug, the fix still leaves plenty of EDID dumps in dmesg, so > some measures to re

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #47 from Varban 2012-08-16 18:59:13 UTC --- (In reply to comment #44) > No, and with the static config above it doesn't make sense. Besides, GPU > hotplug is not in the current X server. If the card is separate then I'll probably pla

radeon testing

2012-08-16 Thread Alex Deucher
I've gathered up the various outstanding radeon patches and put them up in a tree for testing: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.7-wip Some of these may end up in -fixes, but most of them are -next material. I haven't had a chance to go through Christian's last set of VM p

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler

2012-08-16 Thread Greg KH
On Thu, Aug 16, 2012 at 01:54:56PM -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > There are systems that use ATRM, but not ATPX. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=41265 Same #ifdef comments here as for patch 1/2. thanks, greg k-h

Re: [PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch

2012-08-16 Thread Jerome Glisse
On Thu, Aug 16, 2012 at 1:54 PM, wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch

2012-08-16 Thread Greg KH
On Thu, Aug 16, 2012 at 01:54:55PM -0400, alexdeucher at gmail.com wrote: > From: David L > > This is required for pure UEFI systems. The vbios is stored > in ACPI rather than at the legacy vga location. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=26891 > > Signed-off-by: Alex De

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #46 from Alex Deucher 2012-08-16 18:23:52 UTC --- Created attachment 65659 --> https://bugs.freedesktop.org/attachment.cgi?id=65659 fix for all kernels Here's the patch broken out which should apply to all recent kernels. -- Conf

[PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-16 Thread Huacai Chen
On Thu, Aug 16, 2012 at 9:58 AM, Matt Turner wrote: > On Sat, Aug 11, 2012 at 2:32 AM, Huacai Chen wrote: >> Signed-off-by: Huacai Chen >> Signed-off-by: Hongliang Tao >> Signed-off-by: Hua Yan >> Cc: dri-devel at lists.freedesktop.org >> --- >> include/drm/drm_sarea.h |2 ++ >> 1 files c

[Bug 29572] Radeon card reports wrong temperature when switched off

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29572 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 29372] KMS - radeon (Uhhuh. NMI received for unknown reason)

2012-08-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29372 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[PATCH 2/2] drm/radeon: split ATRM support out from the ATPX handler

2012-08-16 Thread alexdeucher
From: Alex Deucher There are systems that use ATRM, but not ATPX. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41265 Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon.h | 15 - drivers/gpu/drm/radeon/radeon_atpx_handler.c | 56

[PATCH 1/2] drm/radeon: implement ACPI VFCT vbios fetch

2012-08-16 Thread alexdeucher
From: David L This is required for pure UEFI systems. The vbios is stored in ACPI rather than at the legacy vga location. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26891 Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_bios.c | 59 +

[PATCH 1/3] drm: Add missing static storage class specifiers in drm_proc.c file

2012-08-16 Thread Sachin Kamat
Hi, Any comments on this series? Regards Sachin On 1 August 2012 17:15, Sachin Kamat wrote: > Fixes the following sparse warning: > drivers/gpu/drm/drm_proc.c:92:5: > warning: symbol 'drm_proc_create_files' was not declared. Should it be static? > drivers/gpu/drm/drm_proc.c:175:5: > warning: sy

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #45 from Alex Deucher 2012-08-16 17:41:59 UTC --- (In reply to comment #42) > Any ideas when this patch will make it in the main line? I've got it tentatively set for 3.7, but if I have time, I'll try and respin the patches for stabl

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #44 from Alexander E. Patrakov 2012-08-16 17:39:18 UTC --- (In reply to comment #42) > Any ideas when this patch will make it in the main line? No idea. > Did you try hotplugging the media dock rather than boot with it attached? N

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #43 from Alexander E. Patrakov 2012-08-16 17:37:28 UTC --- The card is a completely separate card. One can create a very old-fashioned Xinerama-based dual-head setup using this (save as /etc/X11/xorg.conf.d/60-dualhead.conf): Secti

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #42 from Varban 2012-08-16 17:29:16 UTC --- What settings did you use for the X server config or do the additional monitors just show as part of the intel card? Any ideas when this patch will make it in the main line? Did you try ho

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Frömmel changed: What|Removed |Added Attachment #75121|0 |1 is obsolete|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Frömmel changed: What|Removed |Added Attachment #75091|0 |1 is obsolete|

[PATCH] drm: Check for invalid cursor flags

2012-08-16 Thread Jakob Bornecrantz
Signed-off-by: Jakob Bornecrantz --- drivers/gpu/drm/drm_crtc.c |2 +- include/drm/drm_mode.h |5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 08a7aa7..6fbfc24 100644 --- a/drivers/gpu/drm/drm_crtc.c

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Frömmel changed: What|Removed |Added Attachment #75081|0 |1 is obsolete|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Frömmel changed: What|Removed |Added Attachment #75071|0 |1 is obsolete|

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 Alexander E. Patrakov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2012-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Christopher Frömmel changed: What|Removed |Added Status|RESOLVED|REOPENED Kernel Version|3.5.0-

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #41 from Alexander E. Patrakov 2012-08-16 17:21:59 UTC --- X works on radeon, too -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

[PATCH] drm/i915: implement dma buf begin_cpu_access (v2)

2012-08-16 Thread Dave Airlie
From: Dave Airlie In order for udl vmap to work properly, we need to push the object into the CPU domain before we start copying the data to the USB device. This along with the udl change avoids userspace explicit mapping to be used. v2: add a flag for userspace to query to know if Intel kernel

  1   2   >