http://bugs.freedesktop.org/show_bug.cgi?id=19715
Gordon Jin changed:
What|Removed |Added
CC||[email protected]
AssignedTo|
http://bugs.freedesktop.org/show_bug.cgi?id=19715
--- Comment #5 from zhao jian 2009-01-23 23:16:43 PST
---
Created an attachment (id=22200)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22200)
bisect log
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--
http://bugs.freedesktop.org/show_bug.cgi?id=19715
--- Comment #4 from zhao jian 2009-01-23 23:15:45 PST
---
Created an attachment (id=22199)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22199)
rootcause
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
http://bugs.freedesktop.org/show_bug.cgi?id=19715
zhao jian changed:
What|Removed |Added
CC||[email protected]
--- Comment #3 from
http://bugs.freedesktop.org/show_bug.cgi?id=19715
--- Comment #2 from zhao jian 2009-01-23 22:02:59 PST
---
Created an attachment (id=22198)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22198)
xorg.0.log
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
---
http://bugs.freedesktop.org/show_bug.cgi?id=19715
--- Comment #1 from zhao jian 2009-01-23 22:02:41 PST
---
Created an attachment (id=22197)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22197)
xorg.conf
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
http://bugs.freedesktop.org/show_bug.cgi?id=19715
Summary: Openarena and UT2004 are running with black screen
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
P
http://bugs.freedesktop.org/show_bug.cgi?id=19713
--- Comment #1 from [email protected] 2009-01-23 18:00:41 PST ---
Created an attachment (id=22192)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22192)
problematic xorg.conf
--
Configure bugmail: http://bugs.freedesktop.org/
http://bugs.freedesktop.org/show_bug.cgi?id=19713
--- Comment #2 from [email protected] 2009-01-23 18:00:58 PST ---
Created an attachment (id=22193)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22193)
working xorg.conf
--
Configure bugmail: http://bugs.freedesktop.org/user
http://bugs.freedesktop.org/show_bug.cgi?id=19713
[email protected] changed:
What|Removed |Added
Attachment #22193|application/octet-stream|text/plain
mime ty
http://bugs.freedesktop.org/show_bug.cgi?id=19713
Summary: i915 is unstable with "Legacy3D" on
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
http://bugs.freedesktop.org/show_bug.cgi?id=19713
[email protected] changed:
What|Removed |Added
Attachment #22192|application/octet-stream|text/plain
mime ty
On Fri, 2009-01-23 at 16:24 -0800, Eric Anholt wrote:
> On Fri, 2009-01-23 at 14:15 -0800, Jesse Barnes wrote:
> > Set alignments, tile settings and flags correctly in the 2D driver to
> > support
> > tiled rendering. UXA's create pixmap function currently assumes the worst
> > about the alignmen
On Friday, January 23, 2009 2:08 pm Jesse Barnes wrote:
> With DRI2 and UXA we don't actually tile back, depth or fake front buffers
> like we should on pre-965 chips, since they require fence regs to be set up
> in order to render properly.
>
> This patchset re-adds basic support for tiled renderi
On Fri, 2009-01-23 at 14:12 -0800, Jesse Barnes wrote:
> Adds code to set up fence registers at execbuf time on pre-965 chips
> as
> necessary. Also fixes up a few bugs in the pre-965 tile register
> support
> (get_order != ffs). The number of fences available to the kernel
> defaults
> to the hw
On Fri, 2009-01-23 at 14:15 -0800, Jesse Barnes wrote:
> Set alignments, tile settings and flags correctly in the 2D driver to support
> tiled rendering. UXA's create pixmap function currently assumes the worst
> about the alignment constraints; that should probably be fixed. Some of the
> 1M ali
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #6 from Chris Collins 2009-01-23 16:12:48 PST
---
(In reply to comment #5)
> Mine were in:
> /lib/modules/2.4.27/kernel/driver/gpu/drm/drm.ko
> and
> /lib/modules/2.4.27/kernel/driver/gpu/drm/radeon/radeon.ko
Make that:
/lib/m
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #5 from Chris Collins 2009-01-23 15:25:10 PST
---
> first backup your old drm modules (usually in /lib/modules/`uname
> -r`/kernel/drivers/char/drm/) , then:
Mine were in:
/lib/modules/2.4.27/kernel/driver/gpu/drm/drm.ko
and
/li
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #4 from Chris Collins 2009-01-23 15:24:03 PST
---
Created an attachment (id=22189)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22189)
Xorg.0.log after installng modules from the git pull
--
Configure bugmail: http://bu
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #3 from Chris Collins 2009-01-23 15:21:54 PST
---
Created an attachment (id=22188)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22188)
dmesg after apply the modules from the git pull
--
Configure bugmail: http://bugs.fr
Set alignments, tile settings and flags correctly in the 2D driver to support
tiled rendering. UXA's create pixmap function currently assumes the worst
about the alignment constraints; that should probably be fixed. Some of the
1M alignment fixes could probably be done more cleanly as well.
--
This patch tries to use the available fence count to figure out whether a
given batch can succeed or not (just like the aperture check).
--
Jesse Barnes, Intel Open Source Technology Center
diff --git a/libdrm/intel/intel_bufmgr_gem.c b/libdrm/intel/intel_bufmgr_gem.c
index 7b821de..dd8d6e4 100
Adds code to set up fence registers at execbuf time on pre-965 chips as
necessary. Also fixes up a few bugs in the pre-965 tile register support
(get_order != ffs). The number of fences available to the kernel defaults
to the hw limit minus 3 (for legacy X front/back/depth), but a new parameter
a
With DRI2 and UXA we don't actually tile back, depth or fake front buffers
like we should on pre-965 chips, since they require fence regs to be set up
in order to render properly.
This patchset re-adds basic support for tiled rendering on pre-965 in some
configurations. It's been lightly teste
http://bugs.freedesktop.org/show_bug.cgi?id=19703
Julien Cristau changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #2 from Alex Deucher 2009-01-23 10:36:01 PST ---
Can you try the drm in git master?
first backup your old drm modules (usually in /lib/modules/`uname
-r`/kernel/drivers/char/drm/) , then:
git clone git://anongit.freedesktop.org/m
This saves startup time from probing SDVO, and saves setting up HDMI outputs
on G4X devices that don't have them.
---
drivers/gpu/drm/i915/intel_display.c | 18 +++---
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/
Fixes hangs when starting X for the second time.
Signed-off-by: Eric Anholt
---
drivers/gpu/drm/i915/i915_gem.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 96316fd..3741101 100644
--- a/drivers
http://bugs.freedesktop.org/show_bug.cgi?id=19703
Stefan Dirsch changed:
What|Removed |Added
Component|Drivers/DRI/i915|Driver/intel
Product|Mesa
http://bugs.freedesktop.org/show_bug.cgi?id=19703
--- Comment #2 from Evgeny Khrustov 2009-01-23 06:00:13
PST ---
Created an attachment (id=22179)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22179)
xrandr verbose output
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.
http://bugs.freedesktop.org/show_bug.cgi?id=19703
--- Comment #1 from Evgeny Khrustov 2009-01-23 05:57:11
PST ---
Created an attachment (id=22178)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22178)
Xorg.0.log
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=ema
http://bugs.freedesktop.org/show_bug.cgi?id=19703
Summary: 855GM: Screen flickers
Product: Mesa
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Compon
http://bugs.freedesktop.org/show_bug.cgi?id=19699
Gordon Jin changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
On Fri, 2009-01-23 at 17:06 +0530, Abraham Varricatt wrote:
>
> Where are the developments for the libdrm libraries & kernel-level
> modesetting taking place ?
>
> i.e. I just want to know the git repos from where I can get the
> source.
>
>
>
> Earlier I was told that the latest code (mode
http://bugs.freedesktop.org/show_bug.cgi?id=19265
Łukasz Maśko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Where are the developments for the libdrm libraries & kernel-level
modesetting taking place ?
i.e. I just want to know the git repos from where I can get the source.
Earlier I was told that the latest code (modesetting) would be in the kernel
git, so if I want to try developing for it should
http://bugs.freedesktop.org/show_bug.cgi?id=19699
--- Comment #2 from zhao jian 2009-01-23 04:14:32 PST
---
Created an attachment (id=22173)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22173)
blurred screen
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
http://bugs.freedesktop.org/show_bug.cgi?id=19699
--- Comment #1 from zhao jian 2009-01-23 04:13:40 PST
---
Created an attachment (id=22172)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22172)
xorg.0.log
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
---
http://bugs.freedesktop.org/show_bug.cgi?id=19699
Summary: [KMS] There is a black screen with kernel 2.6.29-rc2 on
Q45
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: Linux (All)
Status: NEW
Sev
http://bugs.freedesktop.org/show_bug.cgi?id=19366
--- Comment #6 from Sunil Mekathotti 2009-01-23
02:29:11 PST ---
(In reply to comment #5)
> this prob is most come from glCopyTexSubImage[1,2]D are done in software path.
can you please be more clear how we can solve the problem?
--
Con
http://bugs.freedesktop.org/show_bug.cgi?id=19400
Sunil Mekathotti changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--
Configure bugmail: http
http://bugs.freedesktop.org/show_bug.cgi?id=19400
Sunil Mekathotti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://bugs.freedesktop.org/show_bug.cgi?id=19698
--- Comment #1 from Chris Collins 2009-01-23 01:05:59 PST
---
Created an attachment (id=22170)
--> (http://bugs.freedesktop.org/attachment.cgi?id=22170)
Xorg.0.log
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=emai
http://bugs.freedesktop.org/show_bug.cgi?id=19698
Summary: No DRI. "Could not set DRM device bus ID." VIA mobo
chipset/ATI r200 adapter
Product: DRI
Version: XOrg 6.7.0
Platform: x86 (IA32)
OS/Version: Linux (All)
S
44 matches
Mail list logo