https://bugs.freedesktop.org/show_bug.cgi?id=28615
--- Comment #2 from Marek Olšák 2010-07-15 23:57:22 PDT ---
Pushed the multi-context stuff. Could you please test POP with current mesa
git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving th
https://bugs.freedesktop.org/show_bug.cgi?id=28615
--- Comment #2 from Marek Ol??k 2010-07-15 23:57:22 PDT
---
Pushed the multi-context stuff. Could you please test POP with current mesa
git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving t
https://bugs.freedesktop.org/show_bug.cgi?id=29095
Tom Stellard changed:
What|Removed |Added
Attachment #37103|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29095
Tom Stellard changed:
What|Removed |Added
Attachment #37103|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29020
--- Comment #7 from Marek Olšák 2010-07-15 23:55:13 PDT ---
Pushed the multi-context stuff.
The only test which currently locks up is d3d9/visual/pointsize_test/the second
subtest.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.c
https://bugs.freedesktop.org/show_bug.cgi?id=29020
--- Comment #7 from Marek Ol??k 2010-07-15 23:55:13 PDT
---
Pushed the multi-context stuff.
The only test which currently locks up is d3d9/visual/pointsize_test/the second
subtest.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.
https://bugs.freedesktop.org/show_bug.cgi?id=29095
Summary: RC410: 3D apps do not run after upgrade to 2.6.35-rc5
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority:
https://bugs.freedesktop.org/show_bug.cgi?id=29095
Summary: RC410: 3D apps do not run after upgrade to 2.6.35-rc5
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority:
From: Ben Skeggs
There's no convenient/reliable way for drivers to both obey the dithering
mode property, and to be able to attempt to provide a good default in all
cases.
This commit adds an "auto" method to the property which drivers can default
to if they wish, whilst still allowing the user
https://bugs.freedesktop.org/show_bug.cgi?id=29062
Andres Cimmarusti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29062
Andres Cimmarusti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29062
--- Comment #4 from Andres Cimmarusti 2010-07-15
20:57:16 PDT ---
Fantastic!, it works!
I forced it by just writing (like your quirk):
/* quirk for rs4xx HP laptops to make them resume
* - they hang on resume inside the dynclk 1 table.
https://bugs.freedesktop.org/show_bug.cgi?id=29062
--- Comment #4 from Andres Cimmarusti 2010-07-15
20:57:16 PDT ---
Fantastic!, it works!
I forced it by just writing (like your quirk):
/* quirk for rs4xx HP laptops to make them resume
* - they hang on resume inside the dynclk 1 table.
On Wed, Jul 14, 2010 at 9:24 AM, Pavel Machek wrote:
> Hi!
>
>> >There is no point supporting companies that give you a little bit of
>> >information in exchange they want the support that being in a mainline
>> >kernel gives. Its an unfair exchange of knowledge and time, and if they
>> >claim the
https://bugs.freedesktop.org/show_bug.cgi?id=29066
--- Comment #4 from Marek Olšák 2010-07-15 19:04:32 PDT ---
(In reply to comment #3)
> Yes, I don't know if they are closer to RV350 or to RV370. One difference from
> those is that RS4xx have only two render output units, but that's irrelevant
>
https://bugs.freedesktop.org/show_bug.cgi?id=29066
--- Comment #4 from Marek Ol??k 2010-07-15 19:04:32 PDT
---
(In reply to comment #3)
> Yes, I don't know if they are closer to RV350 or to RV370. One difference from
> those is that RS4xx have only two render output units, but that's irrelevant
Now that I'm adding in TTM support to my 3Dfx driver I have a questions.
First I noticed in almost every driver for ttm initialization that two
struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM
and one for TTM_GLOBAL_TTM_BO. For a graphics card with only VRAM
From: Jerome Glisse
Unify debug printing so it easier to track what's happening
while debugging.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/drm_crtc.c| 20 +++--
drivers/gpu/drm/drm_crtc_helper.c | 44
2 files changed, 42 inser
https://bugs.freedesktop.org/show_bug.cgi?id=29066
Tormod Volden changed:
What|Removed |Added
URL||https://bugs.launchpad.net/
https://bugs.freedesktop.org/show_bug.cgi?id=29066
Tormod Volden changed:
What|Removed |Added
URL||https://bugs.launchpad.net/
On 07/15/2010 11:54 AM, James Simmons wrote:
>
> Now that I'm adding in TTM support to my 3Dfx driver I have a questions.
> First I noticed in almost every driver for ttm initialization that two
> struct ttm_global_reference global_ref are allocated. One for
> TTM_GLOBAL_TTM_MEM
> and one fo
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #6 from Sven Arvidsson 2010-07-15 13:18:07 PDT ---
Hmm, I still can't toggle vsync on/off inside games, it has no effect, but
maybe that's a separate bug?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #6 from Sven Arvidsson 2010-07-15 13:18:07 PDT ---
Hmm, I still can't toggle vsync on/off inside games, it has no effect, but
maybe that's a separate bug?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
From: Jerome Glisse
Unify debug printing so it easier to track what's happening
while debugging.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/drm_crtc.c| 20 +++--
drivers/gpu/drm/drm_crtc_helper.c | 44
2 files changed, 42 inser
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #5 from Sven Arvidsson 2010-07-15 12:28:10 PDT ---
Created an attachment (id=37084)
View: https://bugs.freedesktop.org/attachment.cgi?id=37084
Review: https://bugs.freedesktop.org/review?bug=28771&attachment=37084
dri2 vblank for g
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #5 from Sven Arvidsson 2010-07-15 12:28:10 PDT ---
Created an attachment (id=37084)
View: https://bugs.freedesktop.org/attachment.cgi?id=37084
Review: https://bugs.freedesktop.org/review?bug=28771&attachment=37084
dri2 vblank for g
From: Dave Airlie
On systems using kexec, the new kernel is booted straight from the old kernel,
without any warning to the graphics driver. So the GPU is basically left as-is
in a running state, however the CPU side is completly reset.
Without stating the saneness of anyone using kexec on liv
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #4 from Alex Deucher 2010-07-15 11:55:31 PDT ---
Should be fixed in:
0a7803cbaca13033d9ed31ef33f59efa913fbfce
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: --
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #4 from Alex Deucher 2010-07-15 11:55:31 PDT
---
Should be fixed in:
0a7803cbaca13033d9ed31ef33f59efa913fbfce
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=17902
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.z...@intel.com|dri-de...@lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=17902
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.zhao at intel.com|dri-devel at
lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=21012
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.z...@intel.com|dri-de...@lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=21012
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.zhao at intel.com|dri-devel at
lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=26561
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.z...@intel.com|dri-de...@lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=26561
Jesse Barnes changed:
What|Removed |Added
AssignedTo|yakui.zhao at intel.com|dri-devel at
lists.freedesktop
On Thu, Jul 15, 2010 at 1:49 AM, Torsten Kaiser
wrote:
> On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher
> wrote:
>> I discussed this with Jerome and I think we found the root cause.
>> Does this patch help?
> (patch 0001-drm-radeon-kms-fix-gtt-MC-base-alignment-on-rs4xx-rs.patch)
>
> Yes:
> [ ?
The asics in question have the following requirements with regard to
their gart setups:
1. The GART aperture size has to be in the form of 2^X bytes, where X is from
25 to 31
2. The GART aperture MC base has to be aligned to a boundary equal to the size
of the
aperture.
3. The GART page table ha
On 07/15/2010 11:54 AM, James Simmons wrote:
Now that I'm adding in TTM support to my 3Dfx driver I have a questions.
First I noticed in almost every driver for ttm initialization that two
struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM
and one for TTM_GL
Now that I'm adding in TTM support to my 3Dfx driver I have a questions.
First I noticed in almost every driver for ttm initialization that two
struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM
and one for TTM_GLOBAL_TTM_BO. For a graphics card with only VRAM
On Thu, Jul 15, 2010 at 1:49 AM, Torsten Kaiser
wrote:
> On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher wrote:
>> I discussed this with Jerome and I think we found the root cause.
>> Does this patch help?
> (patch 0001-drm-radeon-kms-fix-gtt-MC-base-alignment-on-rs4xx-rs.patch)
>
> Yes:
> [ 0.
The asics in question have the following requirements with regard to
their gart setups:
1. The GART aperture size has to be in the form of 2^X bytes, where X is from
25 to 31
2. The GART aperture MC base has to be aligned to a boundary equal to the size
of the
aperture.
3. The GART page table ha
On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher wrote:
> I discussed this with Jerome and I think we found the root cause.
> Does this patch help?
(patch 0001-drm-radeon-kms-fix-gtt-MC-base-alignment-on-rs4xx-rs.patch)
Yes:
[0.426978] Linux agpgart interface v0.103
[0.427141] [drm] Initial
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #13 from Sven Arvidsson 2010-07-15 04:58:11 PDT ---
(In reply to comment #12)
> If you revert 8c836f7f740c6f74511c727c7bed0680ddba9974, do those messages go
> away?
No, no difference.
--
Configure bugmail: https://bugs.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #13 from Sven Arvidsson 2010-07-15 04:58:11 PDT ---
(In reply to comment #12)
> If you revert 8c836f7f740c6f74511c727c7bed0680ddba9974, do those messages go
> away?
No, no difference.
--
Configure bugmail: https://bugs.freedesktop.
Fixed brace and spacing coding style issues.
Signed-off-by: Nicolas Kaiser
---
drivers/gpu/drm/i830/i830_dma.c | 95 ++-
drivers/gpu/drm/i830/i830_drv.h | 48 ++-
drivers/gpu/drm/i830/i830_irq.c | 10 ++--
3 files changed, 74 insertions(+
45 matches
Mail list logo