https://bugs.freedesktop.org/show_bug.cgi?id=64257
Priority: medium
Bug ID: 64257
Assignee: dri-devel(a)lists.freedesktop.org
Summary: RS880 issues with r600-llvm-compiler
Severity: normal
Classification: Unclassified
OS: All
Reporter: mike(a)fireburn.co.uk
Hardware: Other
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Hi
Kwin starts …
[View More]with a black screen if I use r600-llvm-compiler on my RS880
When I switched off the llvm parts and just ran glxgears using
r600-llvm-compiler the gears looked like they were layered wrongly and slightly
darker
I'm not sure when this regression appeared - I'm guessing within the last two
weeks - I mostly ssh into the box
I'm always running the latest llvm, clang, libdrm and mesa
I didn't see anything strange in my dmesg or .xsession-errors or from the
glxgears text output
Could this be due to RS880 being singled out in llvm as a separate processor
variant?
ie r600g/llvm: Update radeon family mappings for LLVM backend or [PATCH 1/2]
R600: Add some new processor variants
--
You are receiving this mail because:
You are the assignee for the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=65958
Priority: medium
Bug ID: 65958
Assignee: dri-devel(a)lists.freedesktop.org
Summary: GPU Lockup on Trinity 7500G
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: mike(a)fireburn.co.uk
Hardware: x86-64 (AMD64)
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
Created …
[View More]attachment 81098
--> https://bugs.freedesktop.org/attachment.cgi?id=81098&action=edit
Dmesg
I'm running the latest git from Linus's tree with xf86-video-ati libdrm and
mesa from git
The lockup seems to happen when video is playing. It's Xv rather than vdpau
that seems to cause this
--
You are receiving this mail because:
You are the assignee for the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=71930
Priority: medium
Bug ID: 71930
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Kernel Bug and X fails to start when using
radeon.runpm=1
Severity: normal
Classification: Unclassified
OS: All
Reporter: mike(a)fireburn.co.uk
Hardware: Other
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
…
[View More] Product: DRI
Created attachment 89664
--> https://bugs.freedesktop.org/attachment.cgi?id=89664&action=edit
Dmesg of bug
During 3.13-rc0 I was unable to boot my system to capture the logs, since
3.13-rc1 has been cut the have been improvements where I can now boot the
system but X won't start whilst radeon.runpm=1
I'll attach my dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
[View Less]
Hi Dave,
Jani has asked me to merge the one revert for fixes. It has been in my
repo and undergone our QA nightly testing over the last few days. I am
not able to verify this patch myself, as I do not have any of the
effected machines.
If you prefer to wait for Daniel's return from vacation, I believe he
will be back in a few days.
Thanks.
Ben
The following changes since commit a885b3ccc74d8e38074e1c43a47c354c5ea0b01e:
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+ (2013-…
[View More]12-17 19:30:21 +0100)
are available in the git repository at:
git://people.freedesktop.org/~bwidawsk/drm-intel tags/drm-intel-fixes-2014-01-01
for you to fetch changes up to 1b3e32d9bc77736176df8c434f91f9bc3b78fc9e:
Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM" (2013-12-30 11:00:06 -0800)
----------------------------------------------------------------
Alexander van Heukelum (1):
Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"
drivers/gpu/drm/i915/intel_display.c | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
--
Ben Widawsky, Intel Open Source Technology Center
[View Less]
Hi Linus,
just piping a bunch of fixes from pre-xmas from Alex for radeon, all
either fix bad hw setup issues or regressions.
Dave.
The following changes since commit 802eee95bde72fd0cd0f3a5b2098375a487d1eda:
Linux 3.13-rc6 (2013-12-29 16:01:33 -0800)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux drm-fixes
for you to fetch changes up to 61ef8be7fa4302180c163fb56a259610fd84ee13:
Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~…
[View More]agd5f/linux into drm-fixes (2014-01-01 20:32:19 +1000)
----------------------------------------------------------------
Alex Deucher (2):
drm/radeon: 0x9649 is SUMO2 not SUMO
drm/radeon: Bump version for CIK DCE tiling fix
Christian König (1):
drm/radeon: fix UVD 256MB check
Dave Airlie (1):
Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Marek Olšák (4):
drm/radeon: fix render backend setup for SI and CIK
drm/radeon: expose render backend mask to the userspace
drm/radeon: set correct pipe config for Hawaii in DCE
drm/radeon: set correct number of banks for CIK chips in DCE
drivers/gpu/drm/radeon/atombios_crtc.c | 83 ++++++++++++++++++++--------------
drivers/gpu/drm/radeon/cik.c | 12 +++--
drivers/gpu/drm/radeon/radeon.h | 4 +-
drivers/gpu/drm/radeon/radeon_drv.c | 3 +-
drivers/gpu/drm/radeon/radeon_kms.c | 9 ++++
drivers/gpu/drm/radeon/radeon_uvd.c | 2 +-
drivers/gpu/drm/radeon/si.c | 12 +++--
include/drm/drm_pciids.h | 2 +-
include/uapi/drm/radeon_drm.h | 2 +
9 files changed, 80 insertions(+), 49 deletions(-)
[View Less]