[PATCH] drm/modes: Fix CVT-R modeline generation

2010-08-28 Thread Paul Menzel
Am Montag, den 23.08.2010, 10:19 -0400 schrieb Adam Jackson:
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16651
> 
> Signed-off-by: Adam Jackson 
> ---
>  drivers/gpu/drm/drm_modes.c |5 -
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
> index f1f473e..949326d 100644
> --- a/drivers/gpu/drm/drm_modes.c
> +++ b/drivers/gpu/drm/drm_modes.c
> @@ -251,7 +251,10 @@ struct drm_display_mode *drm_cvt_mode(struct drm_device 
> *dev, int hdisplay,
>   drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK;
>   /* Fill in HSync values */
>   drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2;
> - drm_mode->hsync_start = drm_mode->hsync_end = CVT_RB_H_SYNC;
> + drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC;
> + /* Fill in VSync values */
> + drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;
> + drm_mode->vsync_end = drm_mode->vsync_start + vsync;
>   }
>   /* 15/13. Find pixel clock frequency (kHz for xf86) */
>   drm_mode->clock = drm_mode->htotal * HV_FACTOR * 1000 / hperiod;

Do you know if that was an regression in libdrm and if that patch might
also fix #26294 [1]? DebPkg:libdrm2 was upgraded during that time from
2.4.14 too.

Unfortunately I do not know how to rebuild that package with the patch
applied and to test it. If you know a live CD having this patch applied
I could test it though.


Thanks,

Paul


[1] http://bugs.freedesktop.org/show_bug.cgi?id=26294
[2] 
http://packages.debian.org/changelogs/pool/main/libd/libdrm/libdrm_2.4.21-1~squeeze2/changelog
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20100828/f21ee602/attachment.pgp>


[Bug 29850] [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29850

--- Comment #2 from Marek Ol??k  2010-08-28 19:58:29 PDT 
---
I recall the game worked. Could you please bisect?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402

--- Comment #13 from Alex Deucher  2010-08-28 17:18:40 PDT 
---
This may be related to connector polling.  Does the patch to disable polling
in bug 29389 help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402

--- Comment #12 from Da Fox  2010-08-28 17:16:01 
PDT ---
This is still an issue with 2.6.36-rc2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29787] random XRandR failures (i2c related?)

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787

--- Comment #2 from Alex Deucher  2010-08-28 17:14:20 PDT 
---
Sounds like it's connector polling related.  Does the patch to disable polling
in bug 29389 help?  Also, please attach your dmesg.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29726

--- Comment #2 from James Le Cuirot  2010-08-28 
07:42:15 PDT ---
Just a note to say that this is NOT fixed as of linux-next-20100827.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #16 from Christophe Saout  2010-08-28 
06:42:19 PDT ---
Good call, that fixes it! Thanks!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #15 from Giacomo Perale  2010-08-28 06:07:23 
PDT ---
(In reply to comment #14)
> Scott, can you tell me what the "latest components" are exactly?  Mesa git
> master HEAD and xorg-server-1.9.0 on an Mobility X1400 (r500) give the exact
> same effect you describe on my machine here. r300 "classic" is fine.

It works here too. Are you using xf86-video-ati from git? There were a few
commits lately who could be related to this bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29787] random XRandR failures (i2c related?)

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787

--- Comment #1 from Arno Schuring  2010-08-28 
05:39:15 PDT ---
After a short testing experience with 2.6.36-rc2+, I can state the following:

- problem is worse in .36 - I got three Xrandr resets in the few hours of
testing, including one while still in gdm
- it's not X-related. I get output blinks even when working on a text console,
and even with the DVI monitor switched off (soft standby)
- every time the text console blinks, there is another [drm:radeon_dvi_detect]
message logged to the current console

I have reverted to 2.6.34.6, which works perfectly (and incidentally, does not
log any edid messages)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29853] demos/glsl/twoside determ in vs is buggy

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29853

Vladimir  changed:

   What|Removed |Added

Summary|demos/glsl/twoside determ   |demos/glsl/twoside determ
   |in vs   |in vs is buggy

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29853] New: demos/glsl/twoside determ in vs

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29853

   Summary: demos/glsl/twoside determ in vs
   Product: Mesa
   Version: git
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/DRI/R600
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: bobahu4 at gmail.com


Running demos/glsl/twoside on RV770, using Using vert shader Two-sided lighting
both sides are red, all is ok (red/green) using swrast/softpipe/llvmpipe.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29754] [r300g, glsl] Heroes of Newerth lockup GPU

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29754

--- Comment #2 from Pavel Ondra?ka  2010-08-28 05:07:02 
PDT ---
(In reply to comment #1)
> This looks similar to bug 29389. Please see the bug and let me know if
> disabling polling helps.

No it doesn't. This is probably another bug, I also tried different kernels and
I can reproduce this with 2.6.34 and 2.6.35. With 2.6.33 it even hardlocks
whole computer. With 2.6.34 and 2.6.35 just screen goes black, in dmesg is
printed message about reset failure, but I can still ssh in or shutdown with
keyboard shortcuts.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #14 from Christophe Saout  2010-08-28 
05:02:10 PDT ---
Scott, can you tell me what the "latest components" are exactly?  Mesa git
master HEAD and xorg-server-1.9.0 on an Mobility X1400 (r500) give the exact
same effect you describe on my machine here. r300 "classic" is fine.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29851] New: [r300g] HyperZ on RS690 not work correctly

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851

   Summary: [r300g] HyperZ on RS690 not work correctly
   Product: Mesa
   Version: unspecified
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/DRI/r300
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: d.okias at gmail.com


Created an attachment (id=38235)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=38235)
glxgears.jpeg

Incoretly rendering.
Kernel: 2.6.36-rc2
Mesa/libdrm/ddx: git
xorg: 1.9.0

~ $ RADEON_HYPERZ=1 glxgears
radeon: Successfully grabbed chipset info from kernel!
radeon: DRM version: 2.6.0 ID: 0x791f GB: 1 Z: 1
radeon: GART size: 509 MB VRAM size: 128 MB
radeon: HyperZ: YES
couldn't open libtxc_dxtn.so, software DXTn compression/decompression
unavailable
Mesa: Mesa 7.9-devel DEBUG build Aug 28 2010 10:23:14
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn
compression/decompression unavailable
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
293 frames in 5.0 seconds = 58.480 FPS

P.S. On screenshot is glxgears area, only small part fast blinking gear

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29850] [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29850

--- Comment #1 from okias  2010-08-28 02:41:29 PDT ---
Created an attachment (id=38234)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=38234)
alien_arena.jpeg

Screenshot

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29850] New: [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29850

   Summary: [r300g] regression: alienarena broken
   Product: Mesa
   Version: unspecified
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Drivers/DRI/r300
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: d.okias at gmail.com


Created an attachment (id=38233)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=38233)
dmesg

Errors:
~ $ alienarena 
- [Loading Renderer] -
Initializing OpenGL display
...setting mode 3: 1024 768
Using XFree86-VidModeExtension Version 2.2
radeon: Successfully grabbed chipset info from kernel!
radeon: DRM version: 2.6.0 ID: 0x791f GB: 1 Z: 1
radeon: GART size: 509 MB VRAM size: 128 MB
radeon: HyperZ: NO
couldn't open libtxc_dxtn.so, software DXTn compression/decompression
unavailable
Mesa: Mesa 7.9-devel DEBUG build Aug 28 2010 10:23:14
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn
compression/decompression unavailable
GL_VENDOR: X.Org R300 Project
GL_RENDERER: Gallium 0.4 on RS690
GL_VERSION: 2.1 Mesa 7.9-devel
GL_EXTENSIONS: GL_ARB_copy_buffer GL_ARB_depth_texture GL_ARB_draw_buffers
GL_ARB_draw_elements_base_vertex GL_ARB_fragment_coord_conventions
GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader
GL_ARB_framebuffer_object GL_ARB_half_float_vertex GL_ARB_map_buffer_range
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite
GL_ARB_provoking_vertex GL_ARB_shader_objects GL_ARB_shading_language_100
GL_ARB_shading_language_120 GL_ARB_shadow GL_ARB_texture_border_clamp
GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add
GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two
GL_ARB_texture_rectangle GL_ARB_texture_swizzle GL_ARB_transpose_matrix
GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object
GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr
GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate
GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_texture
GL_EXT_draw_range_elements GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_fog_coord
GL_EXT_gpu_program_parameters GL_EXT_multi_draw_arrays
GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_pixel_buffer_object
GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_provoking_vertex
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color
GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap
GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_cube_map
GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine
GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic
GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object
GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_swizzle
GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_APPLE_packed_pixels
GL_APPLE_vertex_array_object GL_ATI_blend_equation_separate
GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATI_separate_stencil
GL_IBM_multimode_draw_arrays GL_IBM_rasterpos_clip
GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert
GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square
GL_NV_conditional_render GL_NV_light_max_exponent GL_NV_packed_depth_stencil
GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle
GL_OES_read_format GL_SGI_color_matrix GL_SGIS_generate_mipmap
GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
GL_SUN_multi_draw_arrays GL_OES_EGL_image
...allowing CDS
...enabling GL_EXT_compiled_vertex_array
...ignoring GL_EXT_point_parameters
...3DFX_set_global_palette not found
...GL_EXT_shared_texture_palette not found
...using GL_ARB_multitexture
...GL_SGIS_multitexture not found
...using GL_ARB_texture_env_combine
...using GL_EXT_texture_filter_anisotropic
...using GL_EXT_stencil_wrap
...using GL_EXT_framebuffer_blit
...using GL_EXT_stencil_two_side
...using GL_ARB_vertex_buffer_object
...Initializing VBO cache
...Linking Error
Mesa: User error: GL_INVALID_OPERATION in glGetUniformfv(program)
...Linking Error
...Linking Error
qglBlitFramebufferEXT not found...
glGetError() = 0x502

...Initializing IRC client
...IRC rejected due to unset player name
 CRX Initialized 

Mesa: User error: GL_INVALID_OPERATION in glDrawBuffer(buffer=0x405)

According dmesg.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the 

[Bug 29850] New: [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29850

   Summary: [r300g] regression: alienarena broken
   Product: Mesa
   Version: unspecified
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: d.ok...@gmail.com


Created an attachment (id=38233)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=38233)
dmesg

Errors:
~ $ alienarena 
- [Loading Renderer] -
Initializing OpenGL display
...setting mode 3: 1024 768
Using XFree86-VidModeExtension Version 2.2
radeon: Successfully grabbed chipset info from kernel!
radeon: DRM version: 2.6.0 ID: 0x791f GB: 1 Z: 1
radeon: GART size: 509 MB VRAM size: 128 MB
radeon: HyperZ: NO
couldn't open libtxc_dxtn.so, software DXTn compression/decompression
unavailable
Mesa: Mesa 7.9-devel DEBUG build Aug 28 2010 10:23:14
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn
compression/decompression unavailable
GL_VENDOR: X.Org R300 Project
GL_RENDERER: Gallium 0.4 on RS690
GL_VERSION: 2.1 Mesa 7.9-devel
GL_EXTENSIONS: GL_ARB_copy_buffer GL_ARB_depth_texture GL_ARB_draw_buffers
GL_ARB_draw_elements_base_vertex GL_ARB_fragment_coord_conventions
GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader
GL_ARB_framebuffer_object GL_ARB_half_float_vertex GL_ARB_map_buffer_range
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite
GL_ARB_provoking_vertex GL_ARB_shader_objects GL_ARB_shading_language_100
GL_ARB_shading_language_120 GL_ARB_shadow GL_ARB_texture_border_clamp
GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add
GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two
GL_ARB_texture_rectangle GL_ARB_texture_swizzle GL_ARB_transpose_matrix
GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object
GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr
GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate
GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_texture
GL_EXT_draw_range_elements GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_fog_coord
GL_EXT_gpu_program_parameters GL_EXT_multi_draw_arrays
GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_pixel_buffer_object
GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_provoking_vertex
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color
GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap
GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_cube_map
GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine
GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic
GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object
GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_swizzle
GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_APPLE_packed_pixels
GL_APPLE_vertex_array_object GL_ATI_blend_equation_separate
GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATI_separate_stencil
GL_IBM_multimode_draw_arrays GL_IBM_rasterpos_clip
GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert
GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square
GL_NV_conditional_render GL_NV_light_max_exponent GL_NV_packed_depth_stencil
GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle
GL_OES_read_format GL_SGI_color_matrix GL_SGIS_generate_mipmap
GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
GL_SUN_multi_draw_arrays GL_OES_EGL_image
...allowing CDS
...enabling GL_EXT_compiled_vertex_array
...ignoring GL_EXT_point_parameters
...3DFX_set_global_palette not found
...GL_EXT_shared_texture_palette not found
...using GL_ARB_multitexture
...GL_SGIS_multitexture not found
...using GL_ARB_texture_env_combine
...using GL_EXT_texture_filter_anisotropic
...using GL_EXT_stencil_wrap
...using GL_EXT_framebuffer_blit
...using GL_EXT_stencil_two_side
...using GL_ARB_vertex_buffer_object
...Initializing VBO cache
...Linking Error
Mesa: User error: GL_INVALID_OPERATION in glGetUniformfv(program)
...Linking Error
...Linking Error
qglBlitFramebufferEXT not found...
glGetError() = 0x502

...Initializing IRC client
...IRC rejected due to unset player name
 CRX Initialized 

Mesa: User error: GL_INVALID_OPERATION in glDrawBuffer(buffer=0x405)

According dmesg.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

[Bug 29850] [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29850

--- Comment #1 from okias d.ok...@gmail.com 2010-08-28 02:41:29 PDT ---
Created an attachment (id=38234)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=38234)
alien_arena.jpeg

Screenshot

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #14 from Christophe Saout christo...@saout.de 2010-08-28 05:02:10 
PDT ---
Scott, can you tell me what the latest components are exactly?  Mesa git
master HEAD and xorg-server-1.9.0 on an Mobility X1400 (r500) give the exact
same effect you describe on my machine here. r300 classic is fine.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29754] [r300g, glsl] Heroes of Newerth lockup GPU

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29754

--- Comment #2 from Pavel Ondračka dra...@centrum.cz 2010-08-28 05:07:02 PDT 
---
(In reply to comment #1)
 This looks similar to bug 29389. Please see the bug and let me know if
 disabling polling helps.

No it doesn't. This is probably another bug, I also tried different kernels and
I can reproduce this with 2.6.34 and 2.6.35. With 2.6.33 it even hardlocks
whole computer. With 2.6.34 and 2.6.35 just screen goes black, in dmesg is
printed message about reset failure, but I can still ssh in or shutdown with
keyboard shortcuts.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29853] New: demos/glsl/twoside determ in vs

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29853

   Summary: demos/glsl/twoside determ in vs
   Product: Mesa
   Version: git
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/DRI/R600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: boba...@gmail.com


Running demos/glsl/twoside on RV770, using Using vert shader Two-sided lighting
both sides are red, all is ok (red/green) using swrast/softpipe/llvmpipe.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29787] random XRandR failures (i2c related?)

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787

--- Comment #1 from Arno Schuring aelschur...@hotmail.com 2010-08-28 05:39:15 
PDT ---
After a short testing experience with 2.6.36-rc2+, I can state the following:

- problem is worse in .36 - I got three Xrandr resets in the few hours of
testing, including one while still in gdm
- it's not X-related. I get output blinks even when working on a text console,
and even with the DVI monitor switched off (soft standby)
- every time the text console blinks, there is another [drm:radeon_dvi_detect]
message logged to the current console

I have reverted to 2.6.34.6, which works perfectly (and incidentally, does not
log any edid messages)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #15 from Giacomo Perale ghe...@virgilio.it 2010-08-28 06:07:23 
PDT ---
(In reply to comment #14)
 Scott, can you tell me what the latest components are exactly?  Mesa git
 master HEAD and xorg-server-1.9.0 on an Mobility X1400 (r500) give the exact
 same effect you describe on my machine here. r300 classic is fine.

It works here too. Are you using xf86-video-ati from git? There were a few
commits lately who could be related to this bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28955

--- Comment #16 from Christophe Saout christo...@saout.de 2010-08-28 06:42:19 
PDT ---
Good call, that fixes it! Thanks!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29726

--- Comment #2 from James Le Cuirot ch...@aura-online.co.uk 2010-08-28 
07:42:15 PDT ---
Just a note to say that this is NOT fixed as of linux-next-20100827.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH] drm/modes: Fix CVT-R modeline generation

2010-08-28 Thread Paul Menzel
Am Montag, den 23.08.2010, 10:19 -0400 schrieb Adam Jackson:
 Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16651
 
 Signed-off-by: Adam Jackson a...@redhat.com
 ---
  drivers/gpu/drm/drm_modes.c |5 -
  1 files changed, 4 insertions(+), 1 deletions(-)
 
 diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
 index f1f473e..949326d 100644
 --- a/drivers/gpu/drm/drm_modes.c
 +++ b/drivers/gpu/drm/drm_modes.c
 @@ -251,7 +251,10 @@ struct drm_display_mode *drm_cvt_mode(struct drm_device 
 *dev, int hdisplay,
   drm_mode-htotal = drm_mode-hdisplay + CVT_RB_H_BLANK;
   /* Fill in HSync values */
   drm_mode-hsync_end = drm_mode-hdisplay + CVT_RB_H_BLANK / 2;
 - drm_mode-hsync_start = drm_mode-hsync_end = CVT_RB_H_SYNC;
 + drm_mode-hsync_start = drm_mode-hsync_end - CVT_RB_H_SYNC;
 + /* Fill in VSync values */
 + drm_mode-vsync_start = drm_mode-vdisplay + CVT_RB_VFPORCH;
 + drm_mode-vsync_end = drm_mode-vsync_start + vsync;
   }
   /* 15/13. Find pixel clock frequency (kHz for xf86) */
   drm_mode-clock = drm_mode-htotal * HV_FACTOR * 1000 / hperiod;

Do you know if that was an regression in libdrm and if that patch might
also fix #26294 [1]? DebPkg:libdrm2 was upgraded during that time from
2.4.14 too.

Unfortunately I do not know how to rebuild that package with the patch
applied and to test it. If you know a live CD having this patch applied
I could test it though.


Thanks,

Paul


[1] http://bugs.freedesktop.org/show_bug.cgi?id=26294
[2] 
http://packages.debian.org/changelogs/pool/main/libd/libdrm/libdrm_2.4.21-1~squeeze2/changelog


signature.asc
Description: This is a digitally signed message part
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402

--- Comment #12 from Da Fox da_...@mad.scientist.com 2010-08-28 17:16:01 PDT 
---
This is still an issue with 2.6.36-rc2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402

--- Comment #13 from Alex Deucher ag...@yahoo.com 2010-08-28 17:18:40 PDT ---
This may be related to connector polling.  Does the patch to disable polling
in bug 29389 help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29850] [r300g] regression: alienarena broken

2010-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29850

--- Comment #2 from Marek Olšák mar...@gmail.com 2010-08-28 19:58:29 PDT ---
I recall the game worked. Could you please bisect?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel