[Bug 66452] JUNIPER UVD accelerated playback of WMV3 streams does not work

2013-07-16 Thread bugzilla-dae...@freedesktop.org
L: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/46e2abef/attachment.html>

[Intel-gfx] [PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Daniel Vetter
On Tue, Jul 16, 2013 at 01:19:25PM -0700, Jesse Barnes wrote: > On Tue, 16 Jul 2013 10:06:54 -0700 > Jesse Barnes wrote: > > > On Tue, 16 Jul 2013 11:34:25 +0400 > > Konstantin Khlebnikov wrote: > > > I've tested that patch and it really works for me. If you want change > > > something for

[Bug 66972] GPU lockup CP stall with radeon.dpm=1 on BARTS/6850

2013-07-16 Thread bugzilla-dae...@freedesktop.org
//lists.freedesktop.org/archives/dri-devel/attachments/20130716/69be5d3a/attachment-0001.html>

[PATCH 30/30] drm/gma500/cdv: Convert to generic set_config()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c index b84912f..6bca1fe 100644 ---

[PATCH 29/30] drm/gma500/psb: Convert to generic set_config()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index 317c585..05faf1c 100644 ---

[PATCH 28/30] drm/gma500: Add generic set_config() function

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/gma_display.c | 16 drivers/gpu/drm/gma500/gma_display.h | 3 +++ 2 files changed, 19 insertions(+) diff --git a/drivers/gpu/drm/gma500/gma_display.c b/drivers/gpu/drm/gma500/gma_display.c index cca40c0..2a3e925

[PATCH 27/30] drm/gma500/cdv: Convert to generic save/restore

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 172 + 1 file changed, 2 insertions(+), 170 deletions(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c index 257e0e8..b84912f

[PATCH 26/30] drm/gma500/psb: Convert to generic save/restore

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 109 + 1 file changed, 2 insertions(+), 107 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index a419e79..317c585

[PATCH 25/30] drm/gma500: Add generic crtc save/restore funcs

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/gma_display.c | 105 +++ drivers/gpu/drm/gma500/gma_display.h | 3 + 2 files changed, 108 insertions(+) diff --git a/drivers/gpu/drm/gma500/gma_display.c b/drivers/gpu/drm/gma500/gma_display.c index

[PATCH 24/30] drm/gma500: Convert to generic encoder funcs

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_crt.c | 13 drivers/gpu/drm/gma500/cdv_intel_display.c | 4 +-- drivers/gpu/drm/gma500/cdv_intel_dp.c| 17 +- drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 19 ++-

[PATCH 23/30] drm/gma500: Add generic encoder functions

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/gma_display.c | 41 ++ drivers/gpu/drm/gma500/gma_display.h | 4 drivers/gpu/drm/gma500/psb_intel_drv.h | 10 + 3 files changed, 55 insertions(+) diff --git

[PATCH 22/30] drm/gma500/psb: Convert to generic cursor funcs

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 157 + 1 file changed, 2 insertions(+), 155 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index f4d308f..1e6a357

[PATCH 21/30] drm/gma500/cdv: Convert to generic cursor funcs

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 130 + 1 file changed, 2 insertions(+), 128 deletions(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c index e30761a..2351f42

[PATCH 20/30] drm/gma500: Add generic cursor functions

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/gma_display.c | 151 +++ drivers/gpu/drm/gma500/gma_display.h | 5 ++ 2 files changed, 156 insertions(+) diff --git a/drivers/gpu/drm/gma500/gma_display.c b/drivers/gpu/drm/gma500/gma_display.c index

[PATCH 19/30] drm/gma500/psb: Convert to generic crtc->destroy

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index b52bde2..f4d308f 100644 ---

[PATCH 18/30] drm/gma500/mdfld: Use identical generic crtc funcs

2013-07-16 Thread Patrik Jakobsson
Use the generic gma functions instead of the medfield functions where they are identical. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/mdfld_intel_display.c | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git

[PATCH 17/30] drm/gma500/oak: Use identical generic crtc funcs

2013-07-16 Thread Patrik Jakobsson
Use the generic gma functions instead of the oaktrail functions where they are identical. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/oaktrail_crtc.c | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git

[PATCH 16/30] drm/gma500/psb: Convert to gma_crtc_dpms()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 104 + 1 file changed, 1 insertion(+), 103 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index 940c6f2..b52bde2

[PATCH 15/30] drm/gma500: Convert to generic gamma funcs

2013-07-16 Thread Patrik Jakobsson
This takes care of the remaining chips using the old generic code. We don't check if the pipe number is valid but the old code peeked in the register map before checking anyways so just ignore it. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/mdfld_intel_display.c | 2 +-

[PATCH 14/30] drm/gma500/psb: Convert to gma_pipe_set_base()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 73 +- 1 file changed, 1 insertion(+), 72 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c index 0642e7d..ca041c6 100644

[PATCH 13/30] drm/gma500/cdv: Convert to generic gamma funcs

2013-07-16 Thread Patrik Jakobsson
There is a slight difference in how we pick the palette register in the generic function but we should be ok as long as psb_intel_crtc->pipe and the register map is sane. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 70 +- 1 file

[PATCH 12/30] drm/gma500/cdv: Convert to gma_crtc_dpms()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 137 + drivers/gpu/drm/gma500/gma_display.c | 4 - drivers/gpu/drm/gma500/gma_display.h | 5 ++ 3 files changed, 8 insertions(+), 138 deletions(-) diff --git

[PATCH 11/30] drm/gma500: Add IS_CDV() macro

2013-07-16 Thread Patrik Jakobsson
This macro is needed for Cedarview specific stuff in the generic gma functions. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_drv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h index eeed88c..ed1e567

[PATCH 10/30] drm/gma500/cdv: Convert to gma_pipe_set_base()

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 77 +- 1 file changed, 1 insertion(+), 76 deletions(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c index ae57b93..9eee57b 100644

[PATCH 09/30] drm/gma500/psb: Use identical generic crtc funcs

2013-07-16 Thread Patrik Jakobsson
This patch makes psb use the gma_xxx counterparts that are identical. I took them in one sweep as they should not cause any regressions. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.c | 41 +++--- 1 file changed, 4 insertions(+), 37

[PATCH 08/30] drm/gma500: Make all chips use gma_wait_for_vblank

2013-07-16 Thread Patrik Jakobsson
Also remove the duplicated oaktrail function. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_dp.c| 3 ++- drivers/gpu/drm/gma500/mdfld_intel_display.c | 6 +++--- drivers/gpu/drm/gma500/oaktrail_crtc.c | 6 +++--- drivers/gpu/drm/gma500/oaktrail_hdmi.c

[PATCH 07/30] drm/gma500/cdv: Use identical generic crtc funcs

2013-07-16 Thread Patrik Jakobsson
This patch makes cdv use the gma_xxx counterparts that are identical. I took them in one sweep as they should not cause any regressions. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_device.h| 9 drivers/gpu/drm/gma500/cdv_intel_display.c | 74

[PATCH 06/30] drm/gma500: Add generic pipe/crtc functions

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/gma_display.c | 326 +++ drivers/gpu/drm/gma500/gma_display.h | 14 ++ 2 files changed, 340 insertions(+) diff --git a/drivers/gpu/drm/gma500/gma_display.c b/drivers/gpu/drm/gma500/gma_display.c index

[PATCH 05/30] drm/gma500: Remove the unused psb_intel_display.h

2013-07-16 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_intel_display.h | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 drivers/gpu/drm/gma500/psb_intel_display.h diff --git a/drivers/gpu/drm/gma500/psb_intel_display.h

[PATCH 04/30] drm/gma500/psb: Make use of generic clock code

2013-07-16 Thread Patrik Jakobsson
Add chip specific callbacks for the generic and non-generic clock calculation code. Also remove as much dupilicated code as possible. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_device.c| 3 +- drivers/gpu/drm/gma500/psb_device.h| 24

[PATCH 03/30] drm/gma500: Make use of gma_pipe_has_type()

2013-07-16 Thread Patrik Jakobsson
Replace any use of xxx_intel_pipe_has_type() with the generic gma_pipe_has_type() function. Poulsbo still use it but that will be removed when we rip out psb_intel_pipe_has_type(). Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_intel_display.c | 8

[PATCH 02/30] drm/gma500/cdv: Make use of the generic clock code

2013-07-16 Thread Patrik Jakobsson
Add chip specific callbacks for the generic and non-generic clock calculation code. Also remove as much dupilicated code as possible. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_device.c| 1 + drivers/gpu/drm/gma500/cdv_device.h| 1 +

[PATCH 01/30] drm/gma500: Add generic code for clock calculation

2013-07-16 Thread Patrik Jakobsson
This patch aims to unify the bits and pieces that are common (or similar enough) for pll clock calculations. Nothing makes use of this code yet That will come in later patches. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/Makefile| 1 +

[PATCH 00/30] drm/gma500: Unify common chip functionality

2013-07-16 Thread Patrik Jakobsson
This is the first set of patches to bring some sanity into gma500. The driver is a mashup of different out-of-tree drivers and it's been easier to keep them separated to find out what quirks are needed for each chip. As things have matured it is now time to start removing duplicated code. The

[PATCH] drm/radeon/dpm: add debugfs support for rs780

2013-07-16 Thread Deucher, Alexander
> -Original Message- > From: Anthoine Bourgeois [mailto:anthoine.bourgeois at gmail.com] > Sent: Tuesday, July 16, 2013 5:09 PM > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine > Bourgeois > Cc: dri-devel at lists.freedesktop.org > Subject: [PATCH] drm/radeon/dpm: add

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
at the dmesg from the patch and it was exactly the same lockup. -- 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/20130716/b97e1

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
rt -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/e4b24a37/attachment.html>

[Bug 66945] Heavy artifacts and unusable graphics system with the latest DPM changes

2013-07-16 Thread bugzilla-dae...@freedesktop.org
Add radeon.aspm=0 to your kernel command line in grub to disable aspm support. -- 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/20130716/82

[Bug 66972] GPU lockup CP stall with radeon.dpm=1 on BARTS/6850

2013-07-16 Thread bugzilla-dae...@freedesktop.org
Add radeon.aspm=0 to your kernel command line in grub to disable aspm support. -- 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/20130716/50

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
Add radeon.aspm=0 to your kernel command line in grub to disable aspm support. -- 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/20130716/1c

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/6a592add/attachment.html>

[Bug 60381] AMD Radeon 7770 Ghz edition Crash with DPM active

2013-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60381 --- Comment #14 from Arek Ru?niak --- Created attachment 106895 --> https://bugzilla.kernel.org/attachment.cgi?id=106895=edit dmesg output - kernel drm-fixes-3.11 I don't try 3.11-rc1, but code for radeon should be the same i hope. -- You

[Bug 66977] New: get_num_groups not supported by libclc

2013-07-16 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/96e4a9a6/attachment.html>

[Bug 60929] [r600-llvm] mono games with opengl are blocking on start

2013-07-16 Thread bugzilla-dae...@freedesktop.org
and free game: http://www.desura.com/games/battlemass/download -- 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/20130

[Bug 58033] [r300g][r600g] Black gap artifacts when playing WoW

2013-07-16 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/2a8b0aa9/attachment.html>

[Bug 66972] GPU lockup CP stall with radeon.dpm=1 on BARTS/6850

2013-07-16 Thread bugzilla-dae...@freedesktop.org
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/20130716/8caa1952/attachment.html>

[Bug 66972] GPU lockup CP stall with radeon.dpm=1 on BARTS/6850

2013-07-16 Thread bugzilla-dae...@freedesktop.org
he bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/f51c694e/attachment.html>

[Bug 66974] [radeonsi] rendering is broken in L4D2

2013-07-16 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/517965f2/attachment.html>

[Bug 66974] [radeonsi] rendering is broken in L4D2

2013-07-16 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/20130716/8b57686a/attachment.html>

[Bug 66974] New: [radeonsi] rendering is broken in L4D2

2013-07-16 Thread bugzilla-dae...@freedesktop.org
es/dri-devel/attachments/20130716/f69fb12c/attachment.html>

[Bug 66972] New: GPU lockup CP stall with radeon.dpm=1 on BARTS/6850

2013-07-16 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/316c2c28/attachment-0001.html>

[Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

2013-07-16 Thread Igor Gnatenko
Hmm. I found regression in user-space. In GNOME (maybe and other DEs) we no longer see switch status of backlight. -- Igor Gnatenko Fedora release 19 (Schr?dinger?s Cat) Linux 3.11.0-0.rc0.git7.1.fc20.x86_64

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
ption but it worked when I instead commented out: if (ni_send_msg_to_smc_with_parameter(rdev, PPSMC_MSG_SetEnabledLevels, 0) != PPSMC_Result_OK) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.free

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
to be used with software vertex processing. -- 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/20130716/1bc33513/attachment.html>

[Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

2013-07-16 Thread Matthew Garrett
On Tue, 2013-07-16 at 17:32 +0400, Igor Gnatenko wrote: > Hmm. I found regression in user-space. In GNOME (maybe and other DEs) we no > longer see switch status of backlight. Yeah, I can duplicate that. Rafael, we have to call acpi_video_init_brightness() even if we're not going to initialise

[Bug 60381] AMD Radeon 7770 Ghz edition Crash with DPM active

2013-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60381 --- Comment #13 from Arek Ru?niak --- i can confirm this for 3d apps(lightsmark or unvanquished), but uvd still doesn't work for me. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 66967] New: Dota 2 crashes with r600g when starting the tutorial

2013-07-16 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/20130716/c22735eb/attachment-0001.html>

[Bug 66964] GPU VM faults on ARUBA

2013-07-16 Thread bugzilla-dae...@freedesktop.org
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/20130716/371ab367/attachment.html>

[Bug 66964] GPU fault detected

2013-07-16 Thread bugzilla-dae...@freedesktop.org
output of the VM faults. -- 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/20130716/319d4250/attachment.html>

[PATCH] drm: hollow-out GET_CLIENT ioctl

2013-07-16 Thread Daniel Vetter
We not only have debugfs files to do pretty much the equivalent of lsof, we also have an ioctl. Not that compared to lsof this dumps a wee bit more information, but we can still get at that from debugfs easily. I've dug around in mesa, libdrm and ddx histories and the only users seem to be

[PULL] drm-intel-fixes

2013-07-16 Thread Daniel Vetter
Hi Dave, [resend, somehow this was lost somewhere. At least I couldn't find it in the list archives.] One feature latecomer, I've forgotten to merge the patch to reeanble the Haswell power well feature now that the audio interaction is fixed up. Since that was the only unfixed issue with it I've

[PATCH 36/39] drm: hollow-out GET_CLIENT ioctl

2013-07-16 Thread Daniel Vetter
On Wed, Jul 10, 2013 at 02:12:10PM +0200, Daniel Vetter wrote: > We not only have debugfs files to do pretty much the equivalent of > lsof, we also have an ioctl. Not that compared to lsof this dumps a > wee bit more information, but we can still get at that from debugfs > easily. > > I've dug

[PATCH] drm: hollow-out GET_CLIENT ioctl

2013-07-16 Thread Chris Wilson
On Tue, Jul 16, 2013 at 03:14:15PM +0200, Daniel Vetter wrote: > We not only have debugfs files to do pretty much the equivalent of > lsof, we also have an ioctl. Not that compared to lsof this dumps a > wee bit more information, but we can still get at that from debugfs > easily. Hmm, why are

[Bug 60381] AMD Radeon 7770 Ghz edition Crash with DPM active

2013-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60381 --- Comment #12 from rafael castillo --- well i tried drm-fixes-3.11 branch late night very fast but i got to KDE using dpm=1 and UVD seemed to work but when i opened xonotic the GPU hard reset and killed the monitors but is getting closer ;)

[Bug 66964] New: GPU fault detected

2013-07-16 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/c858b528/attachment.html>

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub

2013-07-16 Thread bugzilla-dae...@freedesktop.org
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/20130716/78b1af45/attachment-0001.html>

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Daniel Vetter
On Tue, Jul 16, 2013 at 08:32:40AM +0200, Daniel Vetter wrote: > On Sun, Jul 14, 2013 at 08:30:09PM +0400, Konstantin Khlebnikov wrote: > > This patch fixes regression in power consumtion of sandy bridge gpu, which > > exists since v3.6 Sometimes after resuming from s2ram gpu starts thinking > >

[Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

2013-07-16 Thread Rafael J. Wysocki
On Tuesday, July 16, 2013 11:24:05 AM Aaron Lu wrote: > On 07/15/2013 07:42 PM, Rafael J. Wysocki wrote: > > On Monday, July 15, 2013 10:36:15 AM Aaron Lu wrote: > >> On 07/13/2013 08:46 AM, Rafael J. Wysocki wrote: > >>> From: Rafael J. Wysocki > >>> > >>> According to Matthew Garrett, "Windows

[Intel-gfx] [PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Jesse Barnes
On Tue, 16 Jul 2013 22:43:49 +0200 Daniel Vetter wrote: > On Tue, Jul 16, 2013 at 01:19:25PM -0700, Jesse Barnes wrote: > > On Tue, 16 Jul 2013 10:06:54 -0700 > > Jesse Barnes wrote: > > > > > On Tue, 16 Jul 2013 11:34:25 +0400 > > > Konstantin Khlebnikov wrote: > > > > I've tested that patch

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
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/20130716/97b737c2/attachment.html>

[Bug 66932] Screen corruption on Cayman with dpm enabled

2013-07-16 Thread bugzilla-dae...@freedesktop.org
I assumed you were building it in since you were messing with CONFIG_EXTRA_FIRMWARE. -- 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

[Bug 66961] radeon gpu stall with Legend of Grimrock

2013-07-16 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/24f8cc24/attachment.html>

[Intel-gfx] [PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Jesse Barnes
On Tue, 16 Jul 2013 10:06:54 -0700 Jesse Barnes wrote: > On Tue, 16 Jul 2013 11:34:25 +0400 > Konstantin Khlebnikov wrote: > > I've tested that patch and it really works for me. If you want change > > something for other hardware or > > extend range where forcewake is held prease do it in a

[Bug 66961] radeon gpu stall with Legend of Grimrock

2013-07-16 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/ebeebd26/attachment.html>

[Bug 66961] radeon gpu stall with Legend of Grimrock

2013-07-16 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/fe8dbf95/attachment.html>

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Daniel Vetter
On Tue, Jul 16, 2013 at 10:31 AM, Chris Wilson wrote: > On Tue, Jul 16, 2013 at 09:44:59AM +0200, Daniel Vetter wrote: >> The issue I have with the current patch is that it looks a bit like >> duct-tape since the point where we drop the forcewake references seems to >> lack justification. The

[Bug 66961] New: Kernel BUG/Oops during radeon gpu stall

2013-07-16 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/a1e737b9/attachment.html>

[Bug 60560] Kernel BUG/Oops during radeon gpu stall

2013-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60560 Knut Tidemann changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60560] Kernel BUG/Oops during radeon gpu stall

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

[Bug 66955] Substituting an older libstdc++ when running a GL program causes a segfault in the Xserver.

2013-07-16 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/b710349b/attachment.html>

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/c522daaf/attachment-0001.html>

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2013-07-16 Thread Stephen Rothwell
_priv->mm.suspended = 1; - i915_gem_reset_fences(dev); - del_timer_sync(_priv->gpu_error.hangcheck_timer); i915_kernel_lost_context(dev); -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 byt

[Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

2013-07-16 Thread Igor Gnatenko
On Tue, 2013-07-16 at 01:53 +0200, Rafael J. Wysocki wrote: > On Monday, July 15, 2013 05:06:09 PM Igor Gnatenko wrote: > > On Sat, 2013-07-13 at 02:46 +0200, Rafael J. Wysocki wrote: > > [...] > > > > > I can't build it. Where did I go wrong? > > Probably nowhere, you tried to build the ACPI

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Konstantin Khlebnikov
will be good for bisecting new bugs in the future. > > Thanks, Daniel > -- > Daniel Vetter > Software Engineer, Intel Corporation > +41 (0) 79 365 57 48 - http://blog.ffwll.ch > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/85ae4ac4/attachment.html>

[Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

2013-07-16 Thread Aaron Lu
On 07/15/2013 07:42 PM, Rafael J. Wysocki wrote: > On Monday, July 15, 2013 10:36:15 AM Aaron Lu wrote: >> On 07/13/2013 08:46 AM, Rafael J. Wysocki wrote: >>> From: Rafael J. Wysocki >>> >>> According to Matthew Garrett, "Windows 8 leaves backlight control up >>> to individual graphics drivers

[Bug 66955] Substituting an older libstdc++ when running a GL program causes a segfault in the Xserver.

2013-07-16 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/20130716/80505128/attachment.html>

[Bug 66955] Substituting an older libstdc++ when running a GL program causes a segfault in the Xserver.

2013-07-16 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/054e6236/attachment-0001.html>

[Bug 66955] Running the game "FTL" causes the Xserver to crash inside the r600 dri code

2013-07-16 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/d407131e/attachment.html>

[Bug 66888] [radeonsi] Need support GL_EXT_framebuffer_multisample

2013-07-16 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/6f0b2576/attachment.html>

[Bug 66955] Running the game "FTL" causes the Xserver to crash inside the r600 dri code

2013-07-16 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/83f7282a/attachment.html>

[Bug 66955] Running the game "FTL" causes the Xserver to crash inside the r600 dri code

2013-07-16 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/af9d2ae9/attachment.html>

[Bug 60381] AMD Radeon 7770 Ghz edition Crash with DPM active

2013-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60381 --- Comment #11 from Michel D?nzer --- FWIW, I'm basically seeing the same problems with my 7770 card. -- You are receiving this mail because: You are watching the assignee of the bug.

[Intel-gfx] [PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Jesse Barnes
On Tue, 16 Jul 2013 11:34:25 +0400 Konstantin Khlebnikov wrote: > I've tested that patch and it really works for me. If you want change > something for other hardware or > extend range where forcewake is held prease do it in a separate patch. > This will be good for bisecting new bugs in the

[Bug 60929] [r600-llvm] mono games with opengl are blocking on start

2013-07-16 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/7fcb6aad/attachment.html>

[Bug 66955] New: Running the game "FTL" causes the Xserver to crash inside the r600 dri code

2013-07-16 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/5fc9d3d2/attachment-0001.html>

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Daniel Vetter
On Tue, Jul 16, 2013 at 11:34:25AM +0400, Konstantin Khlebnikov wrote: > On Tue, Jul 16, 2013 at 10:31 AM, Daniel Vetter wrote: > > > On Sun, Jul 14, 2013 at 09:56:45PM +0400, Konstantin Khlebnikov wrote: > > > Daniel Vetter wrote: > > > >On Sun, Jul 14, 2013 at 6:30 PM, Konstantin Khlebnikov >

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-16 Thread Chris Wilson
On Tue, Jul 16, 2013 at 09:44:59AM +0200, Daniel Vetter wrote: > The issue I have with the current patch is that it looks a bit like > duct-tape since the point where we drop the forcewake references seems to > lack justification. The write to MBCTL itself will temporarily wake up the > chip, so

[Bug 60929] [r600-llvm] mono games with opengl are blocking on start

2013-07-16 Thread bugzilla-dae...@freedesktop.org
ing? -- 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/20130716/9f29cb04/attachment.html>

[PATCH 20/20] drm/prime: Simplify drm_gem_remove_prime_handles

2013-07-16 Thread Daniel Vetter
with the reworking semantics and locking of the obj->dma_buf pointer this pointer is always set as long as there's still a gem handle around and a dma_buf associated with this gem object. Also, the per file-priv lookup-cache for dma-buf importing is also unified between foreign and native

[PATCH 19/20] drm/prime: proper locking+refcounting for obj->dma_buf link

2013-07-16 Thread Daniel Vetter
The export dma-buf cache is semantically similar to an flink name. So semantically it makes sense to treat it the same and remove the name (i.e. the dma_buf pointer) and its references when the last gem handle disappears. Again we need to be careful, but double so: Not just could someone race and

  1   2   3   >