[PATCH] drm/radeon/kms: fix formatting of vram and gtt info

2010-12-03 Thread Alex Deucher
print the full 64 bit values. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_device.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 4985bfa..1b6d1c3 100644 --- a/dr

[PATCH] drm/radeon/kms: fix vram base calculation on rs780/rs880

2010-12-03 Thread Alex Deucher
Avoid overflowing a 32 bit value. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/r600.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 53bfe3a..c6a37e0 100644 --- a/dr

[PATCH] drm/radeon/kms: fix vram start calculation on ontario

2010-12-03 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |6 ++ drivers/gpu/drm/radeon/evergreend.h |1 + drivers/gpu/drm/radeon/rv770.c | 11 +++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gp

[PATCH] drm/radeon/kms: properly print ontario chip id

2010-12-03 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_device.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 1b6d1c3..2774b89 100644 --- a/drivers/gpu/drm/radeon/radeon_device

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #19 from Álmos 2010-12-03 13:27:04 PST --- I don't know if this information helps, but this corruption also appears on the water in google earth, if there is a semi-transparent icon over it (like the one for a shipwreck). If I set the

[Bug 31827] r300g fails to link a GL program (Mesa 7.9)

2010-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31827 --- Comment #18 from Hicham HAOUARI 2010-12-03 13:37:10 PST --- (In reply to comment #17) > Fixed in Mesa master. The fix will eventually make its way to 7.9. Closing.. What commit fixed this bug ? -- Configure bugmail: https://bugs.freedeskt

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708) v3

2010-12-03 Thread jglisse
From: Jerome Glisse Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. v2 - use max macro - silence warning v3 - don't explicitly set range limit - use min macro Cc: stable Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_object.c |

[Bug 31827] r300g fails to link a GL program (Mesa 7.9)

2010-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31827 --- Comment #19 from Marek Olšák 2010-12-03 14:02:33 PST --- This set of patches: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ead2ea89f42b40edc56ddf8c6ce1df4efdcefe2a http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1d063c6d679c2155f5eb80

[Bug 31943] [drm:radeon_dvi_detect] *ERROR* HDMI Type A-1: probed a monitor but no|invalid EDID

2010-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Alban Browaeys changed: What|Removed |Added Attachment #40595|0 |1 is obsolete|

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-12-03 Thread Dave Airlie
> >> > Having the kms/fb/v4l2 drivers on top definitely makes sense, so >> > these should all be able to be standalone loadable modules. >> > I do not understand why you have a v4l2 driver at all, or why >> > you need both fb and kms drivers, but that is probably because >> > of my ignorance of dis

@tungstengraphics.com email addresses all over bugzilla

2010-12-03 Thread Matt Turner
We should update everyone's email addresses, now that tungstengraphics.com is owned by squatters. Who let that happen, by the way? :\ Matt

2.6.37-rc4-git1: Reported regressions from 2.6.36

2010-12-03 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.36, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.36, please let us know either and we'll add th

[PATCH] drm/radeon/kms: fix formatting of vram and gtt info

2010-12-03 Thread Alex Deucher
print the full 64 bit values. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_device.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 4985bfa..1b6d1c3 100644 --- a/dr

[PATCH] drm/radeon/kms: fix vram base calculation on rs780/rs880

2010-12-03 Thread Alex Deucher
Avoid overflowing a 32 bit value. Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/r600.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 53bfe3a..c6a37e0 100644 --- a

[PATCH] drm/radeon/kms: fix vram start calculation on ontario

2010-12-03 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |6 ++ drivers/gpu/drm/radeon/evergreend.h |1 + drivers/gpu/drm/radeon/rv770.c | 11 +++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gp

[PATCH] drm/radeon/kms: properly print ontario chip id

2010-12-03 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_device.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 1b6d1c3..2774b89 100644 --- a/drivers/gpu/drm/radeon/radeon_device

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #19 from ?lmos 2010-12-03 13:27:04 PST --- I don't know if this information helps, but this corruption also appears on the water in google earth, if there is a semi-transparent icon over it (like the one for a shipwreck). If I set the

[Bug 31827] r300g fails to link a GL program (Mesa 7.9)

2010-12-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31827 --- Comment #18 from Hicham HAOUARI 2010-12-03 13:37:10 PST --- (In reply to comment #17) > Fixed in Mesa master. The fix will eventually make its way to 7.9. Closing.. What commit fixed this bug ? -- Configure bugmail: https://bugs.freedeskt

[PATCH] drm/radeon/kms: forbid big bo allocation (fdo 31708) v3

2010-12-03 Thread jgli...@redhat.com
From: Jerome Glisse Forbid allocating buffer bigger than visible VRAM or GTT, also properly set lpfn field. v2 - use max macro - silence warning v3 - don't explicitly set range limit - use min macro Cc: stable Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_object.c |

[Bug 31827] r300g fails to link a GL program (Mesa 7.9)

2010-12-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31827 --- Comment #19 from Marek Ol??k 2010-12-03 14:02:33 PST --- This set of patches: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ead2ea89f42b40edc56ddf8c6ce1df4efdcefe2a http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1d063c6d679c2155f5eb8

[Bug 31943] [drm:radeon_dvi_detect] *ERROR* HDMI Type A-1: probed a monitor but no|invalid EDID

2010-12-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Alban Browaeys changed: What|Removed |Added Attachment #40595|0 |1 is obsolete|