[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=72921

--- Comment #14 from Collin  ---
So what should I do with this? How long do I wait for a fix for this? I would
really not want to replace my motherboard just to use my APU.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/c240ca73/attachment.html>


[Bug 80015] New: Transparency glitches in native Civilization 5 (Civ5) port

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80015

  Priority: medium
Bug ID: 80015
  Assignee: dri-devel at lists.freedesktop.org
   Summary: Transparency glitches in native Civilization 5 (Civ5)
port
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: mikelnx at hmamail.com
  Hardware: x86-64 (AMD64)
Status: NEW
   Version: git
 Component: Drivers/Gallium/radeonsi
   Product: Mesa

This report has been constructed from details from the reddit thread at

http://www.reddit.com/r/linux_gaming/comments/28199a/steams_opengl_version_info_misleading_for_aspyrs/

-

Broken transparency in Civ5 (see http://i.imgur.com/z4mFZXE.jpg)

 - around oil resources
 - around the lighthouse beams
 - floodlight shining on active unit
 - smoke rising from pillaged tiles and barbarian camps

-

lspci -v | grep VGA and glxinfo | grep OpenGL output:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Pitcairn XT [Radeon HD 7870 GHz Edition]

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.0-devel
(git-0d89448 trusty-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.3.0-devel (git-0d89448 trusty-oibaf-ppa)
OpenGL shading language version string: 1.30

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/76fbdf08/attachment-0001.html>


[Bug 80015] Transparency glitches in native Civilization 5 (Civ5) port

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80015

mikelnx at hmamail.com changed:

   What|Removed |Added

URL||http://www.reddit.com/r/lin
   ||ux_gaming/comments/28199a/s
   ||teams_opengl_version_info_m
   ||isleading_for_aspyrs/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/a5c5a9b7/attachment.html>


[Bug 75917] backlight switches off when starting X - since kernel-3.13

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=75917

--- Comment #12 from sfievet  ---
I am affected by this bug too.
I have a Acer 3820TG laptop featuring Intel IGP (Ironlake) / AMD DGP (Radeon
6550M). It kept me stucked with kernel 3.12 series until I googled for
"backlight issue" rather than "Intel driver issue" and found THIS bug report.
:-)

adding radeon.runpm=0 to the boot options works for me too. I haven't tested
the patch yet.

FWIW, I'd like to add 2 side informations hoping it might be related :
- the backlight control only works for the Intel IGP. If the laptop goes idle
when on the radeon, waking it up doesn't bring the backlight back.
- when switching from Ironlake to Radeon through VGA switcheroo, I have to use
"ON -> MIGD -> DDIS" sequence as the screen goes black immediately after
passing "ON".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/9a6367f9/attachment.html>


[Bug 75917] backlight switches off when starting X - since kernel-3.13

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=75917

--- Comment #13 from sfievet  ---
Forgot to say : this is a muxed laptop.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/4b2a3c43/attachment.html>


[Bug 80029] New: [bisected] HDMI Errors on drm-next & Linus's tree

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80029

  Priority: medium
Bug ID: 80029
  Assignee: dri-devel at lists.freedesktop.org
   Summary: [bisected] HDMI Errors on drm-next & Linus's tree
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mike at fireburn.co.uk
  Hardware: Other
Status: NEW
   Version: XOrg CVS
 Component: DRM/Radeon
   Product: DRI

Created attachment 101055
  --> https://bugs.freedesktop.org/attachment.cgi?id=101055&action=edit
Dmesg

I'm getting mode not supported on my TV which is connected to a kabini system

It bisects back to:

d0c94692e0a360828745a469bcf90b5c4f9273d0 is the first bad commit
commit d0c94692e0a360828745a469bcf90b5c4f9273d0
Author: Mario Kleiner 
Date:   Thu Mar 27 19:59:39 2014 +0100

drm/edid: Parse and handle HDMI deep color modes.

Check the HDMI cea block for deep color mode bits. If available,
assign the highest supported bpc for a hdmi display, corresponding
to the given deep color modes.

Signed-off-by: Mario Kleiner 
Signed-off-by: Alex Deucher 

:04 04 42cc03b8d280ed165276b9be1c337d52773c4c35
674f7984e5278ae8dc7080344304093020274839 M  drivers
:04 04 cfec2deeddc3827f444ed391efa9c06d8dedb846
50f255ca6a41a02eb039c9eb9a469f762c34df39 M  include


I'm attaching my dmesg of the errors I see - the EDID ones only appear once I
switch the TV / AV receiver off and on

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/e4232b30/attachment.html>


[Bug 80029] [bisected] HDMI Errors on drm-next & Linus's tree

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80029

Mike Lothian  changed:

   What|Removed |Added

 CC||mike at fireburn.co.uk

--- Comment #1 from Mike Lothian  ---
Should probably make clear this works fine on 3.15

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/21e4ffbc/attachment.html>


[Bug 80029] [bisected] HDMI Errors on drm-next & Linus's tree

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80029

--- Comment #2 from Mario Kleiner  ---
Hi,

does it work with some video modes, or none of them?

Can you give me the edid of your hdmi display? Either "xrandr --verbose" output
or the Xorg log?

And the syslog when booting with drm.debug=1 at the kernel command line. I
think "cat /var/log/syslog | grep drm" for the lines which contain "drm" would
be enough.

These EDID errors also happened before, right?

thanks,
-mario

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/8a8c6602/attachment.html>


[Bug 80029] [bisected] HDMI Errors on drm-next & Linus's tree

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80029

--- Comment #3 from Mike Lothian  ---
Hi Mario

I'm not sure about other video modes - I always use the native 1080p @ 60Hz I'm
not sure how to change it either when I can't see the screen

I've attached the verbose xrandr output for you from a working kernel

Would you like the debugging put on a working or broken kernel?

I don't remember ever seeing any EDID issues except when the receiver was on
but the TV was off

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/3a7cb1fd/attachment-0001.html>


[Bug 80029] [bisected] HDMI Errors on drm-next & Linus's tree

2014-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=80029

--- Comment #4 from Mike Lothian  ---
Created attachment 101060
  --> https://bugs.freedesktop.org/attachment.cgi?id=101060&action=edit
Xrandr --verbose

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140614/db5b18ca/attachment.html>