[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62573 --- Comment #19 from Andreas Boll --- Thanks Marek, your patch fixes the segfault. Feel free to add my Tested-by on the patch. -- You are receiving this mail because: You are the assignee for the bug. ___

[PATCHv8 0/9] Support for Tegra 2D hardware

2013-03-22 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130322 with RTC fixes applied. Changes in this version: * Own version of framebuffer driver due to move to own allocator * Thanks to Thierry Reding for help * Miscellaneous variable name

[PATCHv8 5/9] drm: tegra: Move drm to live under host1x

2013-03-22 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile |7 --- drivers/gpu/host1x/

[PATCHv8 4/9] gpu: host1x: Add debug support

2013-03-22 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/cdma.c |4 + drivers/gpu

[PATCHv8 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-22 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c | 12 ++ drivers/gpu/h

[PATCHv8 1/9] gpu: host1x: Add host1x driver

2013-03-22 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization. S

[PATCHv8 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/drm/dc.c |4 ++-- drivers/gpu/host1x/drm/drm.c

[PATCHv8 8/9] gpu: host1x: drm: Add memory manager and fb

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen This patch introduces a memory manager for tegra drm and moves existing parts to use it. As cma framebuffer helpers can no more be used, this patch adds also a separate framebuffer driver for tegra. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- driver

[PATCHv8 9/9] drm: tegra: Add gr2d device

2013-03-22 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|1 + drivers/gpu/host1x/dev.c |

[PATCHv8 7/9] gpu: host1x: Remove second host1x driver

2013-03-22 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Daniel Vetter
On Thu, Mar 21, 2013 at 10:42 PM, Dylan Semler wrote: > Oops. I neglected to preface this with my motivation: I have a new monitor > that doesn't report its native resolution in its EDID block. It seemed to > me > this calls for an EDID quirk, but the current quirk infrastructure doesn't > allo

[PATCH 1/3] drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL

2013-03-22 Thread Sachin Kamat
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index 2c5f2

[PATCH 2/3] drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL

2013-03-22 Thread Sachin Kamat
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_mixer.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c index 2f

[PATCH 3/3] drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL

2013-03-22 Thread Sachin Kamat
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_drm_rotator.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_rotator.c b/drivers/gpu/drm/exynos/exynos_drm_rotator.

[PATCH] nouveau: Fix unconditional return waiting on memory

2013-03-22 Thread Calvin Owens
Typo in nv50_display_flip_wait allows page flipping to run ahead before memory has time to settle. Signed-off-by: Calvin Owens --- drivers/gpu/drm/nouveau/nv50_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gp

[Bug 45641] Screen goes black randomly

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45641 --- Comment #16 from Jan Papež (honyczek) --- (Additional info to comment #12) > Interesting: If I connect only one monitor (either on cable 1 or 2), it works > well. It is not working well, but in only blinks in longer intervals. After resuming

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
On Fri, Mar 22, 2013 at 4:48 AM, Daniel Vetter wrote: > > I think it'd be good to shovel these text blocks into the (currently rather > empty) commit messages of the patches. Since when reading old commits with > e.g. git blame that's what people will read. Yeah, I just noticed that. For some re

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Alex Deucher
On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler wrote: > Oops. I neglected to preface this with my motivation: I have a new monitor > that doesn't report its native resolution in its EDID block. It seemed to > me > this calls for an EDID quirk, but the current quirk infrastructure doesn't > allow

[PATCH v2 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Fix missing commit messages in patch emails These patches offer a fix for a monitor that doesn't report its native resolution in its EDID. The idea is setup a new quirk list with width, height, and refresh rates for each monitor that needs this quirk. If a monitor is a

[PATCH v2 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block.

2013-03-22 Thread Dylan Semler
Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 72 ++ 1 file changed, 72 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index c194f4e..b1036b5 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/d

[PATCH v2 2/2] Adds EDID force mode quirk for MMT Monitor2Go HD+.

2013-03-22 Thread Dylan Semler
Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index b1036b5..b400971 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -109,6 +109,9 @@ static st

Re: [PATCH 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block.

2013-03-22 Thread Alex Deucher
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote: > > Signed-off-by: Dylan Semler > --- > drivers/gpu/drm/drm_edid.c | 72 > ++ > 1 file changed, 72 insertions(+) > > diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c > index c194

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote: > > On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler wrote: > > Oops. I neglected to preface this with my motivation: I have a new > > monitor that doesn't report its native resolution in its EDID block. It > > seemed to me this calls for an ED

[Bug 62012] Intermittent black geometry

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62012 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58150] LLVM regression on 4890 since r600g: Use default mul/mad function for tgsi-to-llvm

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58150 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 45641] Screen goes black randomly

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45641 --- Comment #17 from Alex Deucher --- Created attachment 76907 --> https://bugs.freedesktop.org/attachment.cgi?id=76907&action=edit possible fix Does the attached kernel patch help? -- You are receiving this mail because: You are the assigne

[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37696 --- Comment #4 from Alex Deucher --- Created attachment 76913 --> https://bugs.freedesktop.org/attachment.cgi?id=76913&action=edit possible fix Does the attached patch help? -- You are receiving this mail because: You are the assignee for th

[PATCHv9 0/9] Support Tegra 2D hardware

2013-03-22 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130322 with RTC fixes applied. Changes in this version: * Renaming in drivers/gpu/host1x/drm/drm.c to shorten function names * Whitespace and function order fixes * An extra struct

[PATCHv9 1/9] gpu: host1x: Add host1x driver

2013-03-22 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization. S

[PATCHv9 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-22 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c | 12 ++ drivers/gpu/h

[PATCHv9 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/drm/dc.c |4 ++-- drivers/gpu/host1x/drm/drm.c

[PATCHv9 5/9] drm: tegra: Move drm to live under host1x

2013-03-22 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile |7 --- drivers/gpu/host1x/

[PATCHv9 8/9] gpu: host1x: drm: Add memory manager and fb

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen This patch introduces a memory manager for tegra drm and moves existing parts to use it. As cma framebuffer helpers can no more be used, this patch adds also a separate framebuffer driver for tegra. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- driver

[PATCHv9 4/9] gpu: host1x: Add debug support

2013-03-22 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/cdma.c |4 + drivers/gpu

[PATCHv9 9/9] drm: tegra: Add gr2d device

2013-03-22 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|1 + drivers/gpu/host1x/dev.c |

[PATCHv9 7/9] gpu: host1x: Remove second host1x driver

2013-03-22 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Daniel Vetter
On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler wrote: > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote: >> >> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler >> wrote: >> > Oops. I neglected to preface this with my motivation: I have a new >> > monitor that doesn't report its native resoluti

Re: [PATCHv9 0/9] Support Tegra 2D hardware

2013-03-22 Thread Thierry Reding
On Fri, Mar 22, 2013 at 04:34:00PM +0200, Terje Bergstrom wrote: > This set of patches adds support for Tegra20 and Tegra30 host1x and > 2D. It is based on linux-next-20130322 with RTC fixes applied. > > Changes in this version: > * Renaming in drivers/gpu/host1x/drm/drm.c to s

Re: Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
On Fri, Mar 22, 2013 at 10:41 AM, Daniel Vetter wrote: > > On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler wrote: > > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher > > wrote: > >> > >> That's odd. Maybe it's actually in an extension block or something like > >> that? > > > > Yeah, I agree. Accor

Re: nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-22 Thread Rafał Miłecki
2013/3/15 Martin Peres > As a follow up, Konrad sent me in private his vbios and the issue turned out > to be trivial. > The reason why it behaved this way was that his vbios didn't have sensor > calibration values. > The fix is available here: > http://gitorious.org/linux-nouveau-pm/linux-nouv

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62573 --- Comment #20 from Tom --- It fixes this issue for me too, thanks. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.or

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #16 from Jürg Billeter --- No gnome-shell crashes since I've upgraded to Mesa 9.1.1. Will post an update in a few days whether it remains stable or I was just lucky today. -- You are receiving this mail because: You are the assignee

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #15 from Hristo Venev --- Now egl{tri,gears}_screen work. However they don't render properly. Square pixel blocks seem to be "misplaced". I will test with Xorg and attach a screenshot. -- You are receiving this mail because: You are

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #16 from Hristo Venev --- Created attachment 76921 --> https://bugs.freedesktop.org/attachment.cgi?id=76921&action=edit Screenshots with and without glamor X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #17 from Alex Deucher --- (In reply to comment #16) > Created attachment 76921 [details] > Screenshots with and without glamor > > X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader > doesn't write where it's

[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline * Adds bool to specify reduced blanking to edid_quirk_force_mode * Removes preferred bit from all other modes There is at least one monitor that doesn't report its native resolution in its EDID block. Thi

[PATCH v3 1/2] drm: Enhance EDID quirks to explicitly set a mode

2013-03-22 Thread Dylan Semler
There is at least one monitor that doesn't report its native resolution in its EDID block. This enhancement extends the EDID quirk logic to make monitors like this "just work". This patch sets up a new quirk list where monitors' correct width, height, refresh rate, and reduced blanking parameters

[PATCH v3 2/2] drm: Add EDID force quirk for MMT Monitor2Go HD+

2013-03-22 Thread Dylan Semler
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor and add it to the edid_quirk_force_mode_list. Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-dae...@freedesktop.org
iving 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/20130322/f7f0/attachment.html>

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/382f0f35/attachment.html>

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-dae...@freedesktop.org
e bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/26694e42/attachment-0001.html>

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/7ce6ac9b/attachment.html>

[PATCHv8 0/9] Support for Tegra 2D hardware

2013-03-22 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130322 with RTC fixes applied. Changes in this version: * Own version of framebuffer driver due to move to own allocator * Thanks to Thierry Reding for help * Miscellaneous variable name

[PATCHv8 5/9] drm: tegra: Move drm to live under host1x

2013-03-22 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile |7 --- drivers/gpu/host1x/

[PATCHv8 4/9] gpu: host1x: Add debug support

2013-03-22 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/cdma.c |4 + drivers/gpu

[PATCHv8 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-22 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c | 12 ++ drivers/gpu/h

[PATCHv8 1/9] gpu: host1x: Add host1x driver

2013-03-22 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization. S

[PATCHv8 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/drm/dc.c |4 ++-- drivers/gpu/host1x/drm/drm.c

[PATCHv8 3/9] gpu: host1x: Add channel support

2013-03-22 Thread Terje Bergstrom
Add support for host1x client modules, and host1x channels to submit work to the clients. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Kconfig | 12 + drivers/gpu/host1x/Makefile |3 + drivers/gpu/host1x/cdma.c

[PATCHv8 8/9] gpu: host1x: drm: Add memory manager and fb

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen This patch introduces a memory manager for tegra drm and moves existing parts to use it. As cma framebuffer helpers can no more be used, this patch adds also a separate framebuffer driver for tegra. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- driver

[PATCHv8 9/9] drm: tegra: Add gr2d device

2013-03-22 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|1 + drivers/gpu/host1x/dev.c |

[PATCHv8 7/9] gpu: host1x: Remove second host1x driver

2013-03-22 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Daniel Vetter
On Thu, Mar 21, 2013 at 10:42 PM, Dylan Semler wrote: > Oops. I neglected to preface this with my motivation: I have a new monitor > that doesn't report its native resolution in its EDID block. It seemed to > me > this calls for an EDID quirk, but the current quirk infrastructure doesn't > all

[Bug 45641] Screen goes black randomly

2013-03-22 Thread bugzilla-dae...@freedesktop.org
ion on accelerated graphic card? 2. I can't use rotated monitor, because it requires acceleration enabled. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedeskto

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
oticed that. For some reason my git format-patch didn't place the commit messages above the signoff. Here comes v2. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/3cd78647/attachment.html>

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Alex Deucher
On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler wrote: > Oops. I neglected to preface this with my motivation: I have a new monitor > that doesn't report its native resolution in its EDID block. It seemed to > me > this calls for an EDID quirk, but the current quirk infrastructure doesn't > allow

[PATCH v2 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Fix missing commit messages in patch emails These patches offer a fix for a monitor that doesn't report its native resolution in its EDID. The idea is setup a new quirk list with width, height, and refresh rates for each monitor that needs this quirk. If a monitor is a

[PATCH v2 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block.

2013-03-22 Thread Dylan Semler
Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 72 ++ 1 file changed, 72 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index c194f4e..b1036b5 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/d

[PATCH v2 2/2] Adds EDID force mode quirk for MMT Monitor2Go HD+.

2013-03-22 Thread Dylan Semler
Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index b1036b5..b400971 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -109,6 +109,9 @@ static st

[PATCH 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block.

2013-03-22 Thread Alex Deucher
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote: > > Signed-off-by: Dylan Semler > --- > drivers/gpu/drm/drm_edid.c | 72 > ++ > 1 file changed, 72 insertions(+) > > diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c > index c194

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/905d4f65/attachment.html>

[Bug 62012] Intermittent black geometry

2013-03-22 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/5b73adc1/attachment.html>

[Bug 58150] LLVM regression on 4890 since r600g: Use default mul/mad function for tgsi-to-llvm

2013-03-22 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/4a41fc26/attachment.html>

[Bug 45641] Screen goes black randomly

2013-03-22 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/b4e26cd4/attachment-0001.html>

[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2013-03-22 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/95130c9f/attachment.html>

[PATCHv9 0/9] Support Tegra 2D hardware

2013-03-22 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130322 with RTC fixes applied. Changes in this version: * Renaming in drivers/gpu/host1x/drm/drm.c to shorten function names * Whitespace and function order fixes * An extra struct

[PATCHv9 1/9] gpu: host1x: Add host1x driver

2013-03-22 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization. S

[PATCHv9 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/drm/dc.c |4 ++-- drivers/gpu/host1x/drm/drm.c

[PATCHv9 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-22 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c | 12 ++ drivers/gpu/h

[PATCHv9 5/9] drm: tegra: Move drm to live under host1x

2013-03-22 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile |7 --- drivers/gpu/host1x/

[PATCHv9 8/9] gpu: host1x: drm: Add memory manager and fb

2013-03-22 Thread Terje Bergstrom
From: Arto Merilainen This patch introduces a memory manager for tegra drm and moves existing parts to use it. As cma framebuffer helpers can no more be used, this patch adds also a separate framebuffer driver for tegra. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- driver

[PATCHv9 4/9] gpu: host1x: Add debug support

2013-03-22 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/cdma.c |4 + drivers/gpu

[PATCHv9 3/9] gpu: host1x: Add channel support

2013-03-22 Thread Terje Bergstrom
Add support for host1x client modules, and host1x channels to submit work to the clients. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Kconfig | 12 + drivers/gpu/host1x/Makefile |3 + drivers/gpu/host1x/cdma.c

[PATCHv9 9/9] drm: tegra: Add gr2d device

2013-03-22 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|1 + drivers/gpu/host1x/dev.c |

[PATCHv9 7/9] gpu: host1x: Remove second host1x driver

2013-03-22 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Daniel Vetter
On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler wrote: > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher > wrote: >> >> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler >> wrote: >> > Oops. I neglected to preface this with my motivation: I have a new >> > monitor that doesn't report its native resol

[PATCHv9 0/9] Support Tegra 2D hardware

2013-03-22 Thread Thierry Reding
On Fri, Mar 22, 2013 at 04:34:00PM +0200, Terje Bergstrom wrote: > This set of patches adds support for Tegra20 and Tegra30 host1x and > 2D. It is based on linux-next-20130322 with RTC fixes applied. > > Changes in this version: > * Renaming in drivers/gpu/host1x/drm/drm.c to s

Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
re than 1 extension > block). Have you checked whether latest kernels fare better? I just tried booting with 3.9rc3 and my distro's latest package of xorg-utils; I get the same results. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/e8b9cd5a/attachment.html>

nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-22 Thread Rafał Miłecki
2013/3/15 Martin Peres > As a follow up, Konrad sent me in private his vbios and the issue turned out > to be trivial. > The reason why it behaved this way was that his vbios didn't have sensor > calibration values. > The fix is available here: > http://gitorious.org/linux-nouveau-pm/linux-nouv

[Bug 62573] [bisected] Half-Life 2: Deathmatch native version crashes

2013-03-22 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130322/7f270362/attachment.html>

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-03-22 Thread bugzilla-dae...@freedesktop.org
e the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/a8013035/attachment.html>

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-dae...@freedesktop.org
il because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/473c65ec/attachment.html>

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20130322/50868c61/attachment.html>

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-dae...@freedesktop.org
rg/archives/dri-devel/attachments/20130322/902a1833/attachment.html>

[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline * Adds bool to specify reduced blanking to edid_quirk_force_mode * Removes preferred bit from all other modes There is at least one monitor that doesn't report its native resolution in its EDID block. Thi

[PATCH v3 1/2] drm: Enhance EDID quirks to explicitly set a mode

2013-03-22 Thread Dylan Semler
There is at least one monitor that doesn't report its native resolution in its EDID block. This enhancement extends the EDID quirk logic to make monitors like this "just work". This patch sets up a new quirk list where monitors' correct width, height, refresh rate, and reduced blanking parameters

[PATCH v3 2/2] drm: Add EDID force quirk for MMT Monitor2Go HD+

2013-03-22 Thread Dylan Semler
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor and add it to the edid_quirk_force_mode_list. Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index

drm/nouveau: Possible hardware corruption of older GeForce card

2013-03-22 Thread Calvin Owens
On 03/21/13 02:56, Calvin Owens wrote: > On 03/21/13 02:24, Calvin Owens wrote: >> On 03/21/13 01:59, Ben Skeggs wrote: >>> On Thu, 2013-03-21 at 01:34 -0500, Calvin Owens wrote: DRM hasn't worked on my desktop machine (GeForce 9800) with Nouveau for a little while (v3.9-rc1 didn't), but