https://bugs.freedesktop.org/show_bug.cgi?id=40936
Summary: register address overlap make line stipple error
Product: Mesa
Version: 7.11
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: raoxianhong(a)163.net
In file r700_chip.c function r700SendSUState:
R600_OUT_BATCH_REGSEQ(PA_SU_POINT_SIZE, 4);
R600_OUT_BATCH(r700->PA_SU_POINT_SIZE.u32All);
R600_OUT_BATCH(r700->PA_SU_POINT_MINMAX.u32All);
R600_OUT_BATCH(r700->PA_SU_LINE_CNTL.u32All);
R600_OUT_BATCH(r700->PA_SU_VTX_CNTL.u32All);
must be:
R600_OUT_BATCH_REGSEQ(PA_SU_POINT_SIZE, 3);
R600_OUT_BATCH(r700->PA_SU_POINT_SIZE.u32All);
R600_OUT_BATCH(r700->PA_SU_POINT_MINMAX.u32All);
R600_OUT_BATCH(r700->PA_SU_LINE_CNTL.u32All);
R600_OUT_BATCH_REGVAL(PA_SU_VTX_CNTL, r700->PA_SU_VTX_CNTL.u32All);
NOTE:
PA_SU_POINT_SIZE ; /* 0xA280 */
PA_SU_POINT_MINMAX ; /* 0xA281 */
PA_SU_LINE_CNTL ; /* 0xA282 */
PA_SU_VTX_CNTL ; /* 0xA302 */
PA_SC_LINE_STIPPLE ; /* 0xA283 */
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=37490
Summary: texture corruption in r600/r600g when using DRI2, no
texture corruption in r600 with dri1
Product: Mesa
Version: 7.10
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: nenolod(a)systeminplace.net
hi,
i get texture corruption as seen in the attached screenshot when using dri2.
when running more 3D intensive applications (like say, etracer), the texture
corruption increases resulting in some graphics primitives not being rendered.
this does not happen with DRI1, with DRI1, there is no corruption and all
primitives are rendered as expected.
this is on linux 2.6.38.6 with alpine patches, mesa 7.10.2 and xorg 1.10 with
xf86-video-ati 6.14.1, libdrm 2.4.25 and uclibc 0.9.32-rc3 (also with alpine
patches).
there are some bugs that look similar to what i am seeing, but they are all
marked RESOLVED, and none of them mention DRI2.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=34377
Summary: Radeon driver PCIe throughput not up to PCIe2.0 levels
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: lucvermoesen(a)gmail.com
Created an attachment (id=43476)
--> (https://bugs.freedesktop.org/attachment.cgi?id=43476)
test data and test program for PCIe gen2 issue
On an HD5450 card, when I load the latest gallium3D driver with kernel
2.6.38-rc4 and firmware I got from
http://people.freedesktop.org/~agd5f/radeon_ucode/ , this together with the
latest git checkouts for X and modules (and thus also xf86-video-ati) and
latest mesa git checkout that has been built with –enable-gallium-r600
installing the radeon kernel module with
modprobe radeon modeset=1 pcie_gen2=1
Then I get 0.5GB/s CPU->GPU
>From GPU -> CPU, I get about the same 0.5GB/s.
When I load the fglrx ati proprietary driver (11.1) for the 5450 card, then I
get throughputs of about 2GB/s in both directions.
Running the same test in same environment on the HD5970
with the gallium drivers and kernel mode setting and pcie_gen2 activation, i
get about the same figures as above.
With fglrx for 5970, then 5970 only performs well in CPU->GPU with about 2GB/s
and only 0.5GB/s in GPU->CPU direction
I have included the test and configuration output for both cases (fglrx and
radeon) and also code for the testprogram might you want to reproduce this
case.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=29200
Summary: [wine] Warcraft 3 crashes after trying to launch again
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: magnus(a)jensenligan.se
Hi, i'm trying to play Warcraft III and i can get it to launch sometimes but if
i exit after a succesful launch it will not launch again and i have to reboot.
i Get error message in dmesg about rejected command stream, please tell me
about how to debug this error further if that will help the driver.
radeon 0000:01:00.0: r600_cs_track_check:286 mask 0x0000000F | 0x0000000F no cb
for 0
radeon 0000:01:00.0: r600_packet3_check:1247 invalid cmd stream 470
[drm:radeon_cs_ioctl] *ERROR* Invalid command stream
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=28223
Summary: Screen Blanks on launching racing game Vdrift
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: other
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=35808)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35808)
Xorg.log
KMS Driver Stack details :
=========================
1) Kernel-2.6.32-21-generic-pae
2) Libdrm-2.4.19
3) Mesa-7.8-rc2
4) Xorg-server-1.7.4
5) ddx: xf86-video-ati-6.13.0
System Environment :
===================
O.S. - Ubuntu-10.04(32bit)
Asic - M97
CPU - Intel(R) Core(TM)@ 1.86GHz
Steps to Reproduce:
===================
1) Install Phoronix-test-suite from
http://www.phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-…
2) Install vdrift racing game
phoronix-test-suite install vdrift
3) Run the game with 1280x1024 or any other resolution
phoronix-test-suite run vdrift
Observation :
=============
Screen Blanks and intermittent corruption observed on the Desktop
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=27723
Summary: Vtx endian setup error under big endain CPU
Product: Mesa
Version: unspecified
Platform: PowerPC
OS/Version: other
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: raoxianhong(a)163.net
There is an error at line 965 of r700_assembler.c(mesa 7.8.1):
vfetch_instruction_ptr->m_Word2.f.endian_swap = SQ_ENDIAN_NONE;
the correct must be:
vfetch_instruction_ptr->m_Word2.f.endian_swap =
#if BIGENDIAN_CPU
SQ_ENDIAN_8IN32;
#else
SQ_ENDIAN_NONE;
#endif
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=42787
Summary: Video flickers on X1200 / RS690 over DVI
Product: Drivers
Version: 2.5
Kernel Version: 3.0.0
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri(a)kernel-bugs.osdl.org
ReportedBy: stephan.diestelhorst(a)gmail.com
Regression: No
I still experience flickering on the DVI of my on-board graphics card if I set
the mode to 1920x180 (ragrdless which timing 59.9 / 60 Hz). Tried both KMS /
UMS, no real difference. AFAICS, all pathes in other bug reports should be
picked up by now. It seems that graphics activity (moving a translucent
window) is more prone to blanking the display.
Killing upowerd does not help, so it is not a polling issue. CPU is is not
properly detected by the BIOS (too old, no upgrade available), so it may (?) be
that some registers (MTRRs?) are not set up properly.
Reducing the resolution does seem to help.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.