[Bug 33077] Broken rendering with black areas in Doom3-demo also falls to 3-4 fps time to time

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33077 Dave Airlie airl...@freedesktop.org changed: What|Removed |Added Product|freedesktop.org |Mesa

[Bug 33077] Broken rendering with black areas in Doom3-demo also falls to 3-4 fps time to time

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33077 --- Comment #2 from Dave Airlie airl...@freedesktop.org 2011-01-14 00:13:57 PST --- what GPU/driver is this? glxinfo output please. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 33078] Sauerbraten refuses to start

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33078 --- Comment #1 from Michel Dänzer mic...@daenzer.net 2011-01-14 00:46:19 PST --- That does look like an SDL issue. What version of it are you using? Does setting the environment variable SDL_VIDEO_X11_XRANDR=1 help? -- Configure bugmail:

[Bug 32875] KWin 4.5.95 (KDE 4.6) draws blank windows when desktop effects are enabled.

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32875 Øyvind Sæther oyvi...@everdot.org changed: What|Removed |Added Status|NEW |RESOLVED

i915: 2.6.36: Monitor incorrectly detects 1920x1199

2011-01-14 Thread Mario 'BitKoenig' Holbe
Hello, starting with 2.6.36 my monitor detects a resolution of 1920x1199 instead of 1920x1200. The monitor displays 1920x1199 on its OSD, and as a result, I guess, the display is blurred in the middle section (top to down) - most likely due to stretching applied by the monitor. This issue shows

[Bug 26562] [bisected] blank screen with radeon.modeset=1

2011-01-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26562 --- Comment #7 from Sami Liedes slie...@cc.hut.fi 2011-01-14 16:00:20 --- No, 2.6.37 + patch in comment #6 (alone) does not fix the issue for me. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
P.S. My laptop: radeon 3470 works perfect. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [git pull] drm for rc1

2011-01-14 Thread James Simmons
On Thu, 13 Jan 2011, Anca Emanuel wrote: On Thu, Jan 13, 2011 at 7:55 PM, James Simmons jsimm...@infradead.org wrote: With your patch, I can boot the system. But nouveau is not loaded. dmesg attached. Forget to mention: the revert makes first steps of boot look the same

[radeon] radeon_kick_out_firmware_fb() can deref NULL

2011-01-14 Thread Sylvain 'ythier' Hitier
Hello, In commit a56f7428d7534f162fbb089c5c79012bf38a7c29 [1], the result of alloc_apertures() function call is used without checking for a possible NULL result, which may happen, as seen in [2]. The latest commit [3] in the drm-fixes branch of the linux/kernel/git/airlied/drm-2.6.git repo still

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 6:38 PM, James Simmons jsimm...@infradead.org wrote: On Thu, 13 Jan 2011, Anca Emanuel wrote: On Thu, Jan 13, 2011 at 7:55 PM, James Simmons jsimm...@infradead.org wrote: With your patch, I can boot the system. But nouveau is not loaded. dmesg attached.

Re: [git pull] drm for rc1

2011-01-14 Thread James Simmons
Just as I thought. Even this breaks the nouveau driver. Could you now add also in the drm_fb_helper_fill_fix function DRM_INFO(pitch %d, depth %d\n, fb_helper-fb-pitch,          fb_helper-fb-depth); I have a feeling the values are not right. Thanks. Please make an patch to

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:26 PM, James Simmons jsimm...@infradead.org wrote: Just as I thought. Even this breaks the nouveau driver. Could you now add also in the drm_fb_helper_fill_fix function DRM_INFO(pitch %d, depth %d\n, fb_helper-fb-pitch,          fb_helper-fb-depth); I

[Bug 33131] New: r600_asm.c:82: error: ‘V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR’ undeclared

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33131 Summary: r600_asm.c:82: error: ‘V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR’ undeclared Product: Mesa Version: git Platform: Other OS/Version: All

Re: [git pull] drm for rc1

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 8:40 PM, Anca Emanuel anca.eman...@gmail.com wrote: On Fri, Jan 14, 2011 at 8:26 PM, James Simmons jsimm...@infradead.org wrote: Just as I thought. Even this breaks the nouveau driver. Could you now add also in the drm_fb_helper_fill_fix function DRM_INFO(pitch

[Bug 25597] SIGSEGV in _radeon_bo_unref

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25597 --- Comment #12 from David Ronis david.ro...@mcgill.ca 2011-01-14 11:17:44 PST --- ping. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[PATCH 2/5] i915: Add native backlight control

2011-01-14 Thread Matthew Garrett
Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. Signed-off-by: Matthew Garrett m...@redhat.com Cc: intel-gfx intel-...@lists.freedesktop.org --- drivers/gpu/drm/i915/i915_drv.h |4 ++

[PATCH 1/5] Backlight: Add backlight type

2011-01-14 Thread Matthew Garrett
There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. Signed-off-by: Matthew Garrett m...@redhat.com Cc: Richard Purdie rpur...@rpsys.net

[PATCH 4/5] nouveau: Change the backlight parent device to the connector, not the PCI dev

2011-01-14 Thread Matthew Garrett
We may eventually end up with per-connector backlights, especially with ddcci devices. Make sure that the parent node for the backlight device is the connector rather than the PCI device. Signed-off-by: Matthew Garrett m...@redhat.com --- drivers/gpu/drm/nouveau/nouveau_backlight.c | 24

[PATCH 5/5] ACPI: Tie ACPI backlight devices to PCI devices if possible

2011-01-14 Thread Matthew Garrett
Dual-GPU machines may provide more than one ACPI backlight interface. Tie the backlight device to the GPU in order to allow userspace to identify the correct interface. Signed-off-by: Matthew Garrett m...@redhat.com --- drivers/acpi/video.c | 15 ++- 1 files changed, 14

[PATCH 3/5] radeon: Expose backlight class device for legacy LVDS encoder

2011-01-14 Thread Matthew Garrett
From: Michel Dänzer mic...@daenzer.net Allows e.g. power management daemons to control the backlight level. Inspired by the corresponding code in radeonfb. (Updated to add backlight type and make the connector the parent device - mjg) Signed-off-by: Michel Dänzer daen...@vmware.com

Re: [PATCH 4/5] nouveau: Change the backlight parent device to the connector, not the PCI dev

2011-01-14 Thread Anca Emanuel
On Fri, Jan 14, 2011 at 9:24 PM, Matthew Garrett m...@redhat.com wrote: We may eventually end up with per-connector backlights, especially with ddcci devices. Make sure that the parent node for the backlight device is the connector rather than the PCI device. Signed-off-by: Matthew Garrett

Re: [PATCH 4/5] nouveau: Change the backlight parent device to the connector, not the PCI dev

2011-01-14 Thread Matthew Garrett
On Fri, Jan 14, 2011 at 09:30:19PM +0200, Anca Emanuel wrote: Hi Matthew Garrett, I have problems with nouveau. Do you know ? Your best bet is to follow the instructions on http://nouveau.freedesktop.org/wiki/Bugs to report a bug. -- Matthew Garrett | mj...@srcf.ucam.org

[Bug 33077] Broken rendering with black areas in Doom3-demo also falls to 3-4 fps time to time

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33077 --- Comment #4 from barisu...@gmail.com 2011-01-14 13:20:04 PST --- (In reply to comment #2) what GPU/driver is this? glxinfo output please. The GPU is an R580, the card is an X1950XT Driver: r300g, gallium 0.4, mesa 7.10-devel, drm,radeon

[Bug 33131] r600_asm.c:82: error: ‘V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR’ undeclared

2011-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33131 --- Comment #4 from Christian König deathsim...@vodafone.de 2011-01-14 16:47:23 PST --- Sorry, that was my fault. I auto-generated the missing case switches with a regular expression and didn't noticed that this is an evergreen only instruction.

[radeon] radeon_kick_out_firmware_fb() can deref NULL

2011-01-14 Thread Sylvain 'ythier' Hitier
Hello, In commit a56f7428d7534f162fbb089c5c79012bf38a7c29 [1], the result of alloc_apertures() function call is used without checking for a possible NULL result, which may happen, as seen in [2]. The latest commit [3] in the drm-fixes branch of the linux/kernel/git/airlied/drm-2.6.git repo still

[Bug 33131] New: r600_asm.c:82: error: ‘V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR’ undeclared

2011-01-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33131 Summary: r600_asm.c:82: error: ?V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR? undeclared Product: Mesa Version: git Platform: Other OS/Version: All