Re: [PATCHv2 0/7] Miscellaneous fixes to host1x

2013-05-31 Thread Terje Bergström
On 29.05.2013 13:26, Arto Merilainen wrote: > This patch series fixes two issues in the host1x driver: First, the > command buffer validation routine had vulnerabilities that were not > detected in earlier testing. Second, the return codes of some > functions were misleading or completely missing.

[PATCH] MAINTAINERS: update path for drm tegra driver

2013-05-31 Thread Ying Xue
Since 4231c6b01af9f0f3eeca4b8d0d87125d78233b41 commit, drm tegra driver was moved to host1x, however, its correspding entry in MAINTAINERS is not updated in time. Signed-off-by: Ying Xue --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAIN

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Seung-Woo Kim
importer private data in dma-buf attachment can be used by importer to reimport same dma-buf. Seung-Woo Kim (2): dma-buf: add importer private data to attachment drm/prime: find gem object from the reimported dma-buf drivers/base/dma-buf.c | 31 +

[RFC][PATCH 2/2] drm/prime: find gem object from the reimported dma-buf

2013-05-31 Thread Seung-Woo Kim
Reimported dma-buf can reuse same gem object only when prime import is done with same drm open context. So prime import is done with other drm open context, gem object is newly created and mapped even there is already mapped gem object. To avoid recreating gem object, importer private data can be u

[RFC][PATCH 1/2] dma-buf: add importer private data to attachment

2013-05-31 Thread Seung-Woo Kim
dma-buf attachment has only exporter private data, but importer private data can be useful for importer especially to re-import the same dma-buf. To use importer private data in attachment of the device, the function to search attachment in the attachment list of dma-buf is also added. Signed-off-

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim wrote: > importer private data in dma-buf attachment can be used by importer to > reimport same dma-buf. > > Seung-Woo Kim (2): > dma-buf: add importer private data to attachment > drm/prime: find gem object from the reimported dma-buf Self-impo

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64776 --- Comment #11 from Michel Dänzer --- (In reply to comment #10) > Should I use newer tag than 1.1? You wrote the problem happens with 9.1.2 but not with 9.1.1, so it's probably best to stay within those tags for now. > I think strage that com

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #2 from Michel Dänzer --- (In reply to comment #2) > Setting R600_HYPERZ=0 in /etc/environment didn't help. Are you sure this ended up in the environment of the screensaver hacks? Can you try e.g. R600_HYPERZ=0 /usr/lib/xscreensaver

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread 김승우
Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > wrote: >> importer private data in dma-buf attachment can be used by importer to >> reimport same dma-buf. >> >> Seung-Woo Kim (2): >> dma-buf: add importer

[PATCH 1/3] drm: Preserve the list head in drm_mode_copy

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Preserve the destination mode's list head in drm_mode_copy. Just in case someone decides that it's a good idea to overwrite a mode which happens to be on some list, Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_modes.c | 7 --- 1 file changed, 4 insertions(+), 3

[PATCH 2/3] drm: Add probed modes in probe order

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Keeping the modes in the same order as we probe them makes it a bit easier to track what's happening. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm

[PATCH 3/3] drm: Sort connector modes based on vrefresh

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Keeping the modes sorted by vrefresh before the pixel clock makes the mode list somehow more pleasing to the eye. Signed-off-by: Ville Syrjälä --- This is quite a subjective thing, so if no one else wants it, I'm fine with dropping it. More of an RFC really... drivers/gpu/

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the same source, you should be able to avoid dropped/repeated frames without expensive operations such as resampling the audio t

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65193 Andreas Boll changed: What|Removed |Added CC||pt...@yandex.ru --- Comment #4 from Andre

Re: [PATCH 1/3] drm: Preserve the list head in drm_mode_copy

2013-05-31 Thread Alex Deucher
On Fri, May 31, 2013 at 8:17 AM, wrote: > From: Ville Syrjälä > > Preserve the destination mode's list head in drm_mode_copy. Just > in case someone decides that it's a good idea to overwrite a mode which > happens to be on some list, > > Signed-off-by: Ville Syrjälä For the series: Reviewed-b

Re: [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"

2013-05-31 Thread Konrad Rzeszutek Wilk
On Tue, May 28, 2013 at 08:55:29PM +0200, Sven Joachim wrote: > On 2013-05-26 23:09 +0200, Maarten Maathuis wrote: > > > My NV96 does not resume from suspend to ram (the screen stays black, magic > > sysrq keys do work) with the current linus git kernel, i bisected it to the > > following commit.

[Bug 64475] Slow work and low brightness in Euro Track Simulator II game with HD6850

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64475 Andreas Boll changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 --- Comment #1 from

[Bug 65091] power_profile not working for HD5650

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65091 Andreas Boll changed: What|Removed |Added Product|Mesa|DRI Version|git

[Bug 59101] New: Gnome shell crashes after sleep mode

2013-05-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59101 Summary: Gnome shell crashes after sleep mode Product: Drivers Version: 2.5 Kernel Version: 3.9.4-200.fc18.x86_64 Platform: All OS/Version: Linux Tree: Fedora Status:

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65193 --- Comment #5 from Vadim Girlin --- Created attachment 80097 --> https://bugs.freedesktop.org/attachment.cgi?id=80097&action=edit [PATCH] r600g/sb: fix broken assert Attached patch should fix the assert. Does it fix you issues? -- You are r

[Bug 59101] Gnome shell crashes after sleep mode

2013-05-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59101 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #1 f

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: > Hello Daniel, > > Thanks for your comment. > > On 2013년 05월 31일 18:14, Daniel Vetter wrote: > > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > > wrote: > >> importer private data in dma-buf attachment can be used by importer to > >> reim

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Having both modes can be beneficial for video playback cases. If you can > match the video framerate exactly, and the audio and video clocks come > from the same source, you should be able to

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Lucas Stach
Am Freitag, den 31.05.2013, 17:29 +0200 schrieb Daniel Vetter: > On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: > > Hello Daniel, > > > > Thanks for your comment. > > > > On 2013년 05월 31일 18:14, Daniel Vetter wrote: > > > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > > > wrote: > > >>

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #3 from Luzipher --- I did as suggested and ran: R600_HYPERZ=0 /usr/lib/misc/xscreensaver/antmaze This worked more often, but I could make it crash when using different screensavers. Using R600_HYPERZ=0 /usr/bin/xscreensaver-demo

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65193 --- Comment #6 from Alexandre Demers --- (In reply to comment #4) > Are you using the default backend + sb or llvm backend + sb? > > Ccing vadimg. R600_DEBUG=sb is set. In my build script, I set the following: baseExec="./autogen.sh --prefix=/

[PATCH 0/7] drm/i915: fbdev mode restoration improvements v2

2013-05-31 Thread ville . syrjala
Another attempt at restoring the fbdev mode. Changes from v1: - Cursors and sprites are disabled permanently (well, until someone explicitly re-enabls them). This was actually already the case for the old video overlay. - Since the disabling is now permanent, all extra planes can be disabled

[PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Drivers may need to turn off overlay planes, cursors, etc. when restoring the fbdev mode. So allow drivers to provide their own version of drm_fb_helper_restore_fbdev_mode() that can take care of such details. Initially just plug in drm_fb_helper_restore_fbdev_mode for all dr

[PATCH 2/7] drm: Add drm_plane_force_disable()

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä drm_plane_force_disable() will forcibly disable the plane even if user had previously requested the plane to be enabled. This can be used to force planes to be off when restoring the fbdev mode. The code was simply pulled from drm_framebuffer_remove(), which now calls the ne

[PATCH v2 3/7] drm/i915: Fix fbdev sprite disable code

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä plane->enabled is never set, so this code didn't do anything. Fix the code for sprites by calling the new drm_plane_force_disable() function. That means the plane will remain off until someone explicitly turns it back on. And do the same for cursors and the old video overlay

[PATCH v2 4/7] drm/i915: Use a custom restore_fbdev_mode hook

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Disable sprite planes and cursors when restoring the fbdev mode. Should makes oopses more readable if they're not covered by sprites and cursors. v2: Rebased due to changes earlier in the series Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_fb.c | 23 +++

[PATCH 5/7] drm/i915: Use container_of() in the fbdev code

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Use container_of() instead of a cast to get struct intel_fbdev from struct drm_fb_helper. Also populate the fb_info->par correctly with the drm_fb_helper pointer instead of the intel_fbdev pointer. There's no actual functional change since the drm_fb_helper happens to be the

[PATCH 6/7] drm/i915: s/drm_i915_private_t/struct drm_i915_private/

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä People don't like typedefs these days. Eliminate their use from intel_fb.c. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_fb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i9

[PATCH v2 7/7] drm: Remove some unused stuff from drm_plane

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä There's a bunch of unused members inside drm_plane, bloating the size of the structure needlessly. Eliminate them. v2: Remove all of it from kernel-doc too Reviewed-by: Laurent Pinchart Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_c

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65193 --- Comment #7 from Alexandre Demers --- (In reply to comment #5) > Created attachment 80097 [details] [review] > [PATCH] r600g/sb: fix broken assert > > Attached patch should fix the assert. Does it fix you issues? Yes, it does. -- You are r

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65193 Vadim Girlin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Andy Furniss
Daniel Vetter wrote: On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the same source, you shou

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 8:56 PM, Andy Furniss wrote: > Daniel Vetter wrote: >> >> On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com >> wrote: >>> >>> From: Ville Syrjälä >>> >>> Having both modes can be beneficial for video playback cases. If you can >>> match the video fram

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 06:21:09PM +0200, Lucas Stach wrote: > Am Freitag, den 31.05.2013, 17:29 +0200 schrieb Daniel Vetter: > > On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: > > > Hello Daniel, > > > > > > Thanks for your comment. > > > > > > On 2013년 05월 31일 18:14, Daniel Vetter wrote:

[PATCH] drm/mgag200: Add missing write to index before accessing data register

2013-05-31 Thread Christopher Harvey
This is a bug fix for some versions of g200se cards while doing mode-setting. Signed-off-by: Christopher Harvey Tested-by: Julia Lemire Acked-by: Julia Lemire Julia Lemire --- drivers/gpu/drm/mgag200/mgag200_mode.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dr

Re: [PATCH] drm/mgag200: Add missing write to index before accessing data register

2013-05-31 Thread Christopher Harvey
On Fri, May 31 2013, Christopher Harvey wrote: > This is a bug fix for some versions of g200se cards while doing > mode-setting. > > Signed-off-by: Christopher Harvey > Tested-by: Julia Lemire > Acked-by: Julia Lemire Julia Lemire hmmm, feel free to delete the extra "Julia Lemire " before appl

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64776 --- Comment #12 from mombelli.ma...@gmail.com --- here the error tring to compile TAG 9.1.2 with patch (but error is in a different file). This is with autogen.sh without any option and with option ./autogen.sh --prefix=/usr --sysconfdir=/etc

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64776 --- Comment #13 from Laurent carlier --- (In reply to comment #12) > here the error tring to compile TAG 9.1.2 with patch (but error is in a > different file). > This is with autogen.sh without any option and with option ./autogen.sh > --prefix=/

[PATCH 10/15] drm/tilcd: select BACKLIGHT_LCD_SUPPORT

2013-05-31 Thread Arnd Bergmann
The dependecies for BACKLIGHT_CLASS_DEVICE are defined a bit strange, but it seems one has to always select both BACKLIGHT_CLASS_DEVICE and BACKLIGHT_LCD_SUPPORT to avoid this error: drivers/gpu/drm/tilcdc/tilcdc_panel.c:396: undefined reference to `of_find_backlight_by_node' Cc: Rob Clark Cc:

[PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-05-31 Thread Arnd Bergmann
ARM cannot handle udelay for more than 2 miliseconds, so we should use mdelay instead for those. Signed-off-by: Arnd Bergmann Cc: David Airlie Cc: Ben Skeggs Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c | 3 ++- 1 file changed, 2 insertions(+), 1 d

[PATCH 00/15] Linux-3.10 ARM randconfig fixes

2013-05-31 Thread Arnd Bergmann
Hi subsystem maintainers, These are a few patches left over from doing randconfig tests a couple of weeks ago. Please apply them directly into your trees unless you see problems. All patches can theoretically be seen as bug fixes for 3.10, but they are not critical, so applying them for 3.11 is fi

[Bug 65068] vgaswitcheroo doesn't deal with powered off dGPU on resume

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65068 --- Comment #4 from Austin Lund --- I'm not sure if this has anything to do with this bug, but the PCI config space is all messed up when running on the integrated GPU: # cat /sys/kernel/debug/vgaswitcheroo/switch 0:IGD:+:Pwr::00:02.0 1:DIS

[Bug 54867] bug in r300 compiler

2013-05-31 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130531/6cd58909/attachment.html>

[git pull] drm fixes

2013-05-31 Thread Dave Airlie
Hi Linus, one qxl 32-bit warning fix, the rest is a bunch of radeon fixes from Alex for some issues we've been seeing. Dave. The following changes since commit c89b65e7fffef745bdd36c372aa0dea778fecbab: qxl: fix Kconfig deps - select FB_DEFERRED_IO (2013-05-28 17:03:37 +1000) are available

[PATCH v3 0/9] Clean up write-combining MTRR addition

2013-05-31 Thread Dave Airlie
On Fri, May 24, 2013 at 4:35 AM, Andy Lutomirski wrote: > On Mon, May 13, 2013 at 4:58 PM, Andy Lutomirski > wrote: >> A fair number of drivers (mostly graphics) add write-combining MTRRs. >> Most ignore errors and most add the MTRR even on PAT systems which don't >> need to use MTRRs. >> >> Thi

[PATCH v3 3/9] drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs

2013-05-31 Thread Dave Airlie
On Tue, May 14, 2013 at 9:58 AM, Andy Lutomirski wrote: > Previously, DRM_FRAME_BUFFER mappings, as well as DRM_REGISTERS > mappings with DRM_WRITE_COMBINING set, resulted in an unconditional > MTRR being added but the actual mappings being created as UC-. > > Now these mappings have the MTRR adde

[PATCHv2 0/7] Miscellaneous fixes to host1x

2013-05-31 Thread Terje Bergström
On 29.05.2013 13:26, Arto Merilainen wrote: > This patch series fixes two issues in the host1x driver: First, the > command buffer validation routine had vulnerabilities that were not > detected in earlier testing. Second, the return codes of some > functions were misleading or completely missing.

[PATCH] MAINTAINERS: update path for drm tegra driver

2013-05-31 Thread Ying Xue
Since 4231c6b01af9f0f3eeca4b8d0d87125d78233b41 commit, drm tegra driver was moved to host1x, however, its correspding entry in MAINTAINERS is not updated in time. Signed-off-by: Ying Xue --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAIN

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Seung-Woo Kim
importer private data in dma-buf attachment can be used by importer to reimport same dma-buf. Seung-Woo Kim (2): dma-buf: add importer private data to attachment drm/prime: find gem object from the reimported dma-buf drivers/base/dma-buf.c | 31 +

[RFC][PATCH 2/2] drm/prime: find gem object from the reimported dma-buf

2013-05-31 Thread Seung-Woo Kim
Reimported dma-buf can reuse same gem object only when prime import is done with same drm open context. So prime import is done with other drm open context, gem object is newly created and mapped even there is already mapped gem object. To avoid recreating gem object, importer private data can be u

[RFC][PATCH 1/2] dma-buf: add importer private data to attachment

2013-05-31 Thread Seung-Woo Kim
dma-buf attachment has only exporter private data, but importer private data can be useful for importer especially to re-import the same dma-buf. To use importer private data in attachment of the device, the function to search attachment in the attachment list of dma-buf is also added. Signed-off-

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim wrote: > importer private data in dma-buf attachment can be used by importer to > reimport same dma-buf. > > Seung-Woo Kim (2): > dma-buf: add importer private data to attachment > drm/prime: find gem object from the reimported dma-buf Self-imp

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130531/255e6ec6/attachment.html>

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-05-31 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130531/67575081/attachment.html>

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread 김승우
Hello Daniel, Thanks for your comment. On 2013? 05? 31? 18:14, Daniel Vetter wrote: > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > wrote: >> importer private data in dma-buf attachment can be used by importer to >> reimport same dma-buf. >> >> Seung-Woo Kim (2): >> dma-buf: add importer

[PATCH 1/3] drm: Preserve the list head in drm_mode_copy

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Preserve the destination mode's list head in drm_mode_copy. Just in case someone decides that it's a good idea to overwrite a mode which happens to be on some list, Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_modes.c | 7 --- 1 file changed, 4 insertions(+), 3

[PATCH 2/3] drm: Add probed modes in probe order

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Keeping the modes in the same order as we probe them makes it a bit easier to track what's happening. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm

[PATCH 3/3] drm: Sort connector modes based on vrefresh

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Keeping the modes sorted by vrefresh before the pixel clock makes the mode list somehow more pleasing to the eye. Signed-off-by: Ville Syrj?l? --- This is quite a subjective thing, so if no one else wants it, I'm fine with dropping it. More of an RFC really... drivers/gpu/

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the same source, you should be able to avoid dropped/repeated frames without expensive operations such as resampling the audio t

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130531/394aa47f/attachment.html>

[PATCH 1/3] drm: Preserve the list head in drm_mode_copy

2013-05-31 Thread Alex Deucher
On Fri, May 31, 2013 at 8:17 AM, wrote: > From: Ville Syrj?l? > > Preserve the destination mode's list head in drm_mode_copy. Just > in case someone decides that it's a good idea to overwrite a mode which > happens to be on some list, > > Signed-off-by: Ville Syrj?l? For the series: Reviewed-b

[REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"

2013-05-31 Thread Konrad Rzeszutek Wilk
On Tue, May 28, 2013 at 08:55:29PM +0200, Sven Joachim wrote: > On 2013-05-26 23:09 +0200, Maarten Maathuis wrote: > > > My NV96 does not resume from suspend to ram (the screen stays black, magic > > sysrq keys do work) with the current linus git kernel, i bisected it to the > > following commit.

[Bug 64475] Slow work and low brightness in Euro Track Simulator II game with HD6850

2013-05-31 Thread bugzilla-dae...@freedesktop.org
of you gpu? -- 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/20130531/3741fc63/attachment-0001.html>

[Bug 65091] power_profile not working for HD5650

2013-05-31 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130531/aa1d87d2/attachment.html>

[Bug 59101] New: Gnome shell crashes after sleep mode

2013-05-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 Summary: Gnome shell crashes after sleep mode Product: Drivers Version: 2.5 Kernel Version: 3.9.4-200.fc18.x86_64 Platform: All OS/Version: Linux Tree: Fedora Status:

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-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/20130531/57d69ef0/attachment.html>

[Bug 59101] Gnome shell crashes after sleep mode

2013-05-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 07:22:24PM +0900, ??? wrote: > Hello Daniel, > > Thanks for your comment. > > On 2013? 05? 31? 18:14, Daniel Vetter wrote: > > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > > wrote: > >> importer private data in dma-buf attachment can be used by importer to > >> reim

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Having both modes can be beneficial for video playback cases. If you can > match the video framerate exactly, and the audio and video clocks come > from the same source, you should be able

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Lucas Stach
Am Freitag, den 31.05.2013, 17:29 +0200 schrieb Daniel Vetter: > On Fri, May 31, 2013 at 07:22:24PM +0900, ??? wrote: > > Hello Daniel, > > > > Thanks for your comment. > > > > On 2013? 05? 31? 18:14, Daniel Vetter wrote: > > > On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim > > samsung.com> wro

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-05-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/20130531/687483a0/attachment.html>

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-dae...@freedesktop.org
s 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/20130531/4e1b167c/attachment.html>

[PATCH 0/7] drm/i915: fbdev mode restoration improvements v2

2013-05-31 Thread ville.syrj...@linux.intel.com
Another attempt at restoring the fbdev mode. Changes from v1: - Cursors and sprites are disabled permanently (well, until someone explicitly re-enabls them). This was actually already the case for the old video overlay. - Since the disabling is now permanent, all extra planes can be disabled

[PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Drivers may need to turn off overlay planes, cursors, etc. when restoring the fbdev mode. So allow drivers to provide their own version of drm_fb_helper_restore_fbdev_mode() that can take care of such details. Initially just plug in drm_fb_helper_restore_fbdev_mode for all dr

[PATCH 2/7] drm: Add drm_plane_force_disable()

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? drm_plane_force_disable() will forcibly disable the plane even if user had previously requested the plane to be enabled. This can be used to force planes to be off when restoring the fbdev mode. The code was simply pulled from drm_framebuffer_remove(), which now calls the ne

[PATCH v2 3/7] drm/i915: Fix fbdev sprite disable code

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? plane->enabled is never set, so this code didn't do anything. Fix the code for sprites by calling the new drm_plane_force_disable() function. That means the plane will remain off until someone explicitly turns it back on. And do the same for cursors and the old video overlay

[PATCH v2 4/7] drm/i915: Use a custom restore_fbdev_mode hook

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Disable sprite planes and cursors when restoring the fbdev mode. Should makes oopses more readable if they're not covered by sprites and cursors. v2: Rebased due to changes earlier in the series Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_fb.c | 23 +++

[PATCH 5/7] drm/i915: Use container_of() in the fbdev code

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Use container_of() instead of a cast to get struct intel_fbdev from struct drm_fb_helper. Also populate the fb_info->par correctly with the drm_fb_helper pointer instead of the intel_fbdev pointer. There's no actual functional change since the drm_fb_helper happens to be the

[PATCH 6/7] drm/i915: s/drm_i915_private_t/struct drm_i915_private/

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? People don't like typedefs these days. Eliminate their use from intel_fb.c. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_fb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i9

[PATCH v2 7/7] drm: Remove some unused stuff from drm_plane

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? There's a bunch of unused members inside drm_plane, bloating the size of the structure needlessly. Eliminate them. v2: Remove all of it from kernel-doc too Reviewed-by: Laurent Pinchart Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_c

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-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/20130531/0828ab14/attachment.html>

[Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53

2013-05-31 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130531/2476f6b7/attachment.html>

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Andy Furniss
Daniel Vetter wrote: > On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrjala at linux.intel.com > wrote: >> From: Ville Syrj?l? >> >> Having both modes can be beneficial for video playback cases. If you can >> match the video framerate exactly, and the audio and video clocks come >> from the sa

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 8:56 PM, Andy Furniss wrote: > Daniel Vetter wrote: >> >> On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrjala at linux.intel.com >> wrote: >>> >>> From: Ville Syrj?l? >>> >>> Having both modes can be beneficial for video playback cases. If you can >>> match the video f

[RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 06:21:09PM +0200, Lucas Stach wrote: > Am Freitag, den 31.05.2013, 17:29 +0200 schrieb Daniel Vetter: > > On Fri, May 31, 2013 at 07:22:24PM +0900, ??? wrote: > > > Hello Daniel, > > > > > > Thanks for your comment. > > > > > > On 2013? 05? 31? 18:14, Daniel Vetter wrote:

[PATCH] drm/mgag200: Add missing write to index before accessing data register

2013-05-31 Thread Christopher Harvey
This is a bug fix for some versions of g200se cards while doing mode-setting. Signed-off-by: Christopher Harvey Tested-by: Julia Lemire Acked-by: Julia Lemire Julia Lemire --- drivers/gpu/drm/mgag200/mgag200_mode.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dr

[PATCH] drm/mgag200: Add missing write to index before accessing data register

2013-05-31 Thread Christopher Harvey
On Fri, May 31 2013, Christopher Harvey wrote: > This is a bug fix for some versions of g200se cards while doing > mode-setting. > > Signed-off-by: Christopher Harvey > Tested-by: Julia Lemire > Acked-by: Julia Lemire Julia Lemire matrox.com> hmmm, feel free to delete the extra "Julia Lemire "

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-dae...@freedesktop.org
east seeing the error. > > -- > You are receiving this mail because: > >- You reported the bug. > > -- 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/20130531/d2c2dca2/attachment.html>

[Bug 64776] [9.1.2]"GPU fault detected" whit "eclipse juno" crash system

2013-05-31 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130531/c486d1ae/attachment-0001.html>

[Bug 65068] vgaswitcheroo doesn't deal with powered off dGPU on resume

2013-05-31 Thread bugzilla-dae...@freedesktop.org
te? (Like hotplugging?) -- 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/20130531/fe8cfd16/attachment.html>