https://bugs.freedesktop.org/show_bug.cgi?id=26345
--- Comment #156 from Trey Ramsay <tramsay(a)linux.vnet.ibm.com> ---
Thanks... We are using 2.6.32 kernel. We had problems with the 845G hanging
but I don't think we were using SNA acceleration at the time. What patches do
you think we need?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=14945
--- Comment #9 from Алексей Шилин <rootlexx(a)mail.ru> 2013-02-27 10:27:38 ---
Created an attachment (id=94171)
--> (https://bugzilla.kernel.org/attachment.cgi?id=94171)
ATI Radeon 9100 registers (with and without KMS)
I've tried `radeontool regs' both with and without KMS. The outputs are in the
attached archive.
Execution of `radeontool regset DAC_MACRO_CNTL 2056' fixes the problem.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
Hi Linus,
Here's the 3.9 pull request for dma-buf framework updates: could you
please pull?
Thanks and best regards,
~Sumit.
The following changes since commit d895cb1af15c04c522a25c79cc429076987c089b:
Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2013-02-26
20:16:07 -0800)
are available in the git repository at:
git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
tags/tag-for-linus-3.9
for you to fetch changes up to 495c10cc1c0c359871d5bef32dd173252fc17995:
CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap
(2013-02-27 15:14:02 +0530)
----------------------------------------------------------------
3.9: dma-buf updates
Refcounting implemented for vmap in core dma-buf
----------------------------------------------------------------
Daniel Vetter (1):
dma-buf: implement vmap refcounting in the interface logic
John Sheu (1):
CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap
Documentation/dma-buf-sharing.txt | 6 +++-
drivers/base/dma-buf.c | 66 ++++++++++++++++++++++++++++++-------
include/linux/dma-buf.h | 4 ++-
3 files changed, 63 insertions(+), 13 deletions(-)
https://bugs.freedesktop.org/show_bug.cgi?id=61532
Priority: medium
Bug ID: 61532
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Running any Media Player or Webcam App, hangs the GPU
Severity: critical
Classification: Unclassified
OS: other
Reporter: temp.email.xx(a)gmail.com
Hardware: x86 (IA32)
Status: NEW
Version: unspecified
Component: General
Product: DRI
Created attachment 75604
--> https://bugs.freedesktop.org/attachment.cgi?id=75604&action=edit
LOGS
Hello,
Problem description:
Running any Media Player, Webcam App (Cheese or Guvcview), hangs the GPU.
Expected Results:
Running any Media Player, Webcam App (Cheese or Guvcview) should not hang the
GPU.
Obtained Results:
Running any Media Player, Webcam App (Cheese or Guvcview) freezes the system
for a few seconds, but afterwards (3 sec. approx.) I can close the application
that caused the GPU hang.
Video output is non-existing in Cheese or Guvcview (I only see the black window
where the video should be).
If I still try to take a picture with Cheese for example, it will capture the
photo correctly!
When playing a movie file, I get no video (only sound output is available).
When does it happen: Always (no special steps are necessary to reproduce this
error).
---------------------
Hardware being used:
Classmate Netbook
CPU: Celeron 847 @ 1,1GHz (SandyBridge architecture)
Chipset: NM70
GPU: Intel HD2000 based (according to some websites)
---------------------
Software being used:
Debian 6.0 Squeeze Based Distro (Canaima OS)
Kernels used:
2.6.32-5-686 (with this kernel the system works *fine*)
3.2.0-0.bpo.4-686-pae (Backports Kernel -> with this kernel, the GPU hangs)
3.7.6 (Obtained from http://kernel.org/ and compiled by me -> with this kernel,
the GPU hangs)
---------------------
Packages, logs and more data information is provided in the attached files.
But if any more info is needed please inform.
I will provide all necessary data.
Any ideas about this issue?
Thank you
--
You are receiving this mail because:
You are the assignee for the bug.
Add display-timing node parsing to drm fimd and depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
It also adds pinctrl support for drm fimd.
changes since v6:
addressed comments from Inki Dae <inki.dae(a)samsung.com> to
separated out the pinctrl functionality and made a separate patch.
changes since v5:
- addressed comments from Inki Dae <inki.dae(a)samsung.com>,
to remove the allocation of 'fbmode' and replaced
'-1'in "of_get_fb_videomode(dev->of_node, fbmode, -1)" with
OF_USE_NATIVE_MODE.
changes since v4:
- addressed comments from Paul Menzel
<paulepanter(a)users.sourceforge.net>, to modify the commit message
changes since v3:
- addressed comments from Sean Paul <seanpaul(a)chromium.org>, to modify
the return values and print messages.
changes since v2:
- moved 'devm_pinctrl_get_select_default' function call under
'if (pdev->dev.of_node)', this makes NON-DT code unchanged.
(reported by: Rahul Sharma <r.sh.open(a)gmail.com>)
changes since v1:
- addressed comments from Sean Paul <seanpaul(a)chromium.org>
Vikas Sajjan (2):
video: drm: exynos: Add display-timing node parsing using video
helper function
video: drm: exynos: Add pinctrl support to fimd
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 36 ++++++++++++++++++++++++++----
1 file changed, 32 insertions(+), 4 deletions(-)
--
1.7.9.5