https://bugs.freedesktop.org/show_bug.cgi?id=58661
Priority: medium
Bug ID: 58661
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Chat text and other things flashing in Minecraft on
CAYMAN
Severity: normal
Classification: Unclassified
OS: All
Reporter: v10lator(a)myway.de
Hardware: Other
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
This is on newest mesa from git with kernel 3.8-rc1 (+ this patch:
http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.8&id=668bbc8…
)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=63997
Priority: medium
Bug ID: 63997
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Artifacts on the screen using a HD7480D on a A4-5300
APU
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: mailbox.stan(a)gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Drivers/Gallium/r600
Product: Mesa
I'm trying to use a HD7480D on a cpu A4-5300 APU but I get many artifacts on
the screen and I get poor performance (with glxgears using the fglrx driver I
get at least 7k fps with the radeon driver fps 1k).
I've tried using various kernels starting from 3.4.41 to 3.9 rc8, the radeon
driver 7.0 7.1 and git and mesa 9.1 and 9.2_20130404.
I also tried the following options:
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "EXAPixmaps" "off"
Option "AccelDFS" "off"
Option "SwapbuffersWait" "off"
Option "ColorTiling2D" "off"
Option "ColorTiling" "off"
EndSection
Plus I've done tests from various live distributions to be sure that nothing
is wrong on my system (getting the same artifacts).
Using nomodeset I get no artifacts on the screen but very low performance
(glxgear get about 4 fps).
Glamor is disabled.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=41375
Summary: VDPAU not working on RS880
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: mike(a)fireburn.co.uk
Created an attachment (id=51826)
--> (https://bugs.freedesktop.org/attachment.cgi?id=51826)
dmesg
VDPAU playback on Mplayer or Mplayer2 with ffmpeg or libav produces garbled
images - this also happens when using xv on the Xorg state tracker too
I'm attaching system logs and the output from mplayer2
Mplayer2 crashes when it gets to the end of the video
--
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=50618
Bug #: 50618
Summary: Slow video playback with 40mbits mpeg2+vdpau
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: nathanhirschauer(a)verfriemelt.org
Created attachment 62425
--> https://bugs.freedesktop.org/attachment.cgi?id=62425
mediainfo output of the video file
When playing an MPEG2-video with high bitrate (>40 MBps) on my Mobility Radeon
HD 3450 (best graphics card EVER! :3) with VDPAU I get very low framerates when
using hardware video decoding, cpu decoding is fine, here a quick comparison
(no -benchmark results because mplayer did something weird there):
The mediainfo output of the video file is attached to the bug report.
CPU usages with different mplayer parameters:
mplayer without vdpau: MPlayer: 44,7%; Xorg: 12,8% -> Runs fine, 26fps
mplayer -vo vdpau: MPlayer: 43,4%, Xorg: 12,6% -> Runs also file, 26fps
mplayer -vo vdpau:fps=-1 -vc ffmpeg12vdpau: MPlayer: 14%, Xorg: 6,3% (**** Your
system is too SLOW to play this! ****) -> Too slow! 1-10 fps
You may contact me via IRC (freenode, #radeon -> nathanhi) for the video file.
I'm using mesa from git (git-775ba11), Xorg 1.12.1.902, xf86-video-ati
git-c1b9b2c, libdrm git-481234f and Kernel 3.3.7.
--
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=45121
Summary: Not all PCIID 1002:68e1 are Mobility
Product: Drivers
Version: 2.5
Kernel Version: 3.5.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: athena(a)fftw.org
Regression: No
I have a couple of HD5450 cards with pci id 1002:68e1 subsystem 1787:3000.
These are HD5450 cards, even though 1002:68e1 is the pci id of HD5430 Mobility.
One card is marketed as HIS H545HO512, the other as ASUS EAH5450
SL/DI/512MD3/MG(LP). (I also have another HIS H545HO512 card that reports
the correct pci id 1002:68f9, and therefore not all these HIS cards are the
same.)
The bug is that the kernel radeon driver sets the RADEON_IS_MOBILITY flag for
the 1002:68e1 cards, which prevents the power profiles from working correctly.
My diagnosis of the problem is that the driver looks up the battery power
profile, which does not exist, and it falls back to the default power profile,
which runs at full speed all the time. I have verified that by clearing the
RADEON_IS_MOBILITY flag and recompiling the kernel module, this command works
as expected:
echo "low" > /sys/class/drm/card0/device/power_profile
Since these cards with the wrong PCI ID seem common (the two cheapest cards on
newegg have this issue), it would be nice if future kernels could provide a
workaround.
Thanks,
Matteo Frigo
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=46931
Summary: Video output freezes with 'r600 startup failed on
resume'
Product: Drivers
Version: 2.5
Kernel Version: 3.2.0-29-generic
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: playhazel(a)gmail.com
Regression: No
The video output freezes when i'm using my system but mostly when playing a
game.
hazel@Belphegor:~$ lspci -nn | grep VGA
02:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI
RV710 [Radeon HD 4350] [1002:954f]
Please, tell me if more details are needed. I will try to provide them.
[ 1748.228089] radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec
[ 1748.228100] GPU lockup (waiting for 0x00011C9F last fence id 0x00011C9E)
[ 1748.247032] radeon 0000:02:00.0: GPU softreset
[ 1748.247041] radeon 0000:02:00.0: R_008010_GRBM_STATUS=0xE7734028
[ 1748.247048] radeon 0000:02:00.0: R_008014_GRBM_STATUS2=0x00113102
[ 1748.247055] radeon 0000:02:00.0: R_000E50_SRBM_STATUS=0x200030C0
[ 1748.418465] radeon 0000:02:00.0: Wait for MC idle timedout !
[ 1748.418473] radeon 0000:02:00.0: R_008020_GRBM_SOFT_RESET=0x00007FEE
[ 1748.433364] radeon 0000:02:00.0: R_008020_GRBM_SOFT_RESET=0x00000001
[ 1748.449246] radeon 0000:02:00.0: R_008010_GRBM_STATUS=0x00003028
[ 1748.449253] radeon 0000:02:00.0: R_008014_GRBM_STATUS2=0x00000002
[ 1748.449259] radeon 0000:02:00.0: R_000E50_SRBM_STATUS=0x200030C0
[ 1748.450257] radeon 0000:02:00.0: GPU reset succeed
[ 1748.619259] radeon 0000:02:00.0: Wait for MC idle timedout !
[ 1748.771820] radeon 0000:02:00.0: Wait for MC idle timedout !
[ 1748.778011] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 1748.778034] radeon 0000:02:00.0: WB enabled
[ 1748.986133] [drm:r600_ring_test] *ERROR* radeon: ring test failed
(scratch(0x8504)=0xCAFEDEAD)
[ 1748.986138] [drm:rv770_resume] *ERROR* r600 startup failed on resume
[ 1748.990845] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule
IB(1).
[ 1748.990849] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=47351
Summary: [KMS: Mobility Radeon HD 6620G] Blank screen on boot
Product: Drivers
Version: 2.5
Kernel Version: 3.5.3
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: spesialstyrker(a)gmail.com
Regression: No
Booting without nomodeset in the kernel parameters results in a blank screen
using 3.5.3 kernel, and same behavior on mainline kernel version as well.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=47801
Summary: Nouveau driver spams system log with messages about
incorrect EDID data
Product: Drivers
Version: 2.5
Kernel Version: 3.5.4
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: mieszcz(a)zabrze.zigzag.pl
Regression: No
Created an attachment (id=80731)
--> (https://bugzilla.kernel.org/attachment.cgi?id=80731)
dmesg information
When booting linux, the log get spammed with information about incorrect EDID
block, although EDID data accessible via /sys/... is correct.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.