[RFCv4 09/14] drm: convert plane to properties/state

2014-02-06 Thread Sean Paul
On Wed, Jan 29, 2014 at 8:44 AM, Rob Clark wrote: > On Tue, Jan 28, 2014 at 4:52 PM, Sean Paul wrote: >> On Mon, Nov 25, 2013 at 9:47 AM, Rob Clark wrote: >>> Break the mutable state of a plane out into a separate structure >>> and use atomic properties mechanism to set plane attributes. This

[Bug 73911] Color Banding on R600 (7660G + 7670M)

2014-02-06 Thread bugzilla-dae...@freedesktop.org
t back. -- 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/20140206/5d92f142/attachment.html>

[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

2014-02-06 Thread bugzilla-dae...@freedesktop.org
econds may sometimes fail to reset it. -- 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/20140206/848b6605/attachment.html>

[PATCH 2/2] drm/shmob: Update copyright notice

2014-02-06 Thread Laurent Pinchart
The "Renesas Corporation" listed in the copyright notice doesn't exist. Replace it with "Renesas Electronics Corporation" and update the copyright years. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/shmobile/shmob_drm_backlight.c | 2 +-

[PATCH 1/2] drm/rcar-du: Update copyright notice

2014-02-06 Thread Laurent Pinchart
The "Renesas Corporation" listed in the copyright notice doesn't exist. Replace it with "Renesas Electronics Corporation" and update the copyright years. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_crtc.c| 2 +-

[PATCH 0/2] Update copyright notices for Renesas DRM drivers

2014-02-06 Thread Laurent Pinchart
The "Renesas Corporation" listed in the copyright notices doesn't exist. Replace it with "Renesas Electronics Corporation" and update the copyright years. Laurent Pinchart (2): drm/rcar-du: Update copyright notice drm/shmob: Update copyright notice drivers/gpu/drm/rcar-du/rcar_du_crtc.c

[PATCH] drm/radeon/dpm: ensure ret is not returning uninitialized value

2014-02-06 Thread Deucher, Alexander
> -Original Message- > From: Colin King [mailto:colin.king at canonical.com] > Sent: Thursday, February 06, 2014 12:18 PM > To: David Airlie; Deucher, Alexander; dri-devel at lists.freedesktop.org > Subject: [PATCH] drm/radeon/dpm: ensure ret is not returning uninitialized > value > >

[PATCH] drm/radeon/dpm: ensure ret is not returning uninitialized value

2014-02-06 Thread Colin King
From: Colin Ian King ret is not being initialized, so there is a possibility that a garbage value is being returned by kv_dpm_late_enable(). Initialize ret to 0 to fix this. Signed-off-by: Colin Ian King --- drivers/gpu/drm/radeon/kv_dpm.c | 2 +- 1 file changed, 1

[Bug 69301] no screen on update from 3.12.0

2014-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=69301 --- Comment #16 from Alex Deucher --- (In reply to Jan Outhuis from comment #15) > So I guess I'll have to do that all over again. I'm not that familiar > yet with doing bisections. > By the way, do I have to do a ' make clean' before each new

[Bug 69301] no screen on update from 3.12.0

2014-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=69301 --- Comment #15 from Jan Outhuis --- No, I'm sorry. Picture stays the same. I've also done a Git bisect, but the outcome of that doesn't seem to make any sense: 023838542dc8a4eac9650f98942671078a4ce73d is the first bad commit commit

[Bug 64471] Radeon HD6570 lockup in Brütal Legend with HyperZ

2014-02-06 Thread bugzilla-dae...@freedesktop.org
nts/20140206/7c041530/attachment.html>

[PULL] drm-intel-fixes

2014-02-06 Thread Daniel Vetter
Hi Dave, Just minor stuff really, on vlv dp fix and two patches to tune down some opregion sanity check. Plus MAINTAINERS update for the new git repo, which is the only reason I've really bothered with this pull request. Cheers, Daniel The following changes since commit

[Bug 73911] Color Banding on R600 (7660G + 7670M)

2014-02-06 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140206/e6580929/attachment.html>

[pull] radeon fixes 3.14

2014-02-06 Thread Alex Deucher
And one more fix on top: commit d02f8575f1a38b3180a76a8ae0857dfde67f5ead Author: Alex Deucher Date: Thu Feb 6 14:22:21 2014 -0500 drm/radeon: add missing include in btc_dpm.c Fixes a compile error with debugfs disabled. Signed-off-by: Alex Deucher On Thu, Feb 6, 2014 at 2:07

[pull] radeon fixes 3.14

2014-02-06 Thread Alex Deucher
Hi Dave, Just some minor fixes for radeon. The most important are the UVD interrupt fixes. The following changes since commit 7c4c62a04a2a80e3feb5d6c97aca1e413b11c790: drm/radeon: allow geom rings to be setup on r600/r700 (v2) (2014-02-06 12:13:52 +1000) are available in the git repository

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #31 from Christoph Haag --- Created attachment 124781 --> https://bugzilla.kernel.org/attachment.cgi?id=124781=edit callgrind output from X Not much news: I tried to run X with valgrind --tool=callgrind to try to find out about

[patch] drm/nouveau/hwmon: remove some redundant checks

2014-02-06 Thread Dan Carpenter
No need to check "ret" twice in a row. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/nouveau/nouveau_hwmon.c b/drivers/gpu/drm/nouveau/nouveau_hwmon.c index 4aff04fa483c..5e4ab58f4f6b 100644 --- a/drivers/gpu/drm/nouveau/nouveau_hwmon.c +++ b/drivers/gpu/drm/nouveau/nouveau_hwmon.c

[PATCH v4 00/34] drm/exynos: Refactor parts of the exynos driver

2014-02-06 Thread Olof Johansson
On Thu, Jan 30, 2014 at 1:18 PM, Sean Paul wrote: > This patchset refactors parts of the exynos driver to move it closer to a > proper > drm driver (rather than just implementing a drm layer on top of the hardware > drivers). The hope is to get to a point where the dp/hdmi drivers can >

drm/msm: fixes for 3.14

2014-02-06 Thread Rob Clark
The following changes since commit ef64cf9d06049e4e9df661f3be60b217e476bee1: Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2014-01-30 10:46:06 +1000) are available in the git repository at: git://people.freedesktop.org/~robclark/linux

[Bug 73530] Asus U38N: Black screen with Radeon driver in Linux

2014-02-06 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140206/b5dec618/attachment.html>

[Bug 73530] Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11, 3.12, 3.13

2014-02-06 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140206/c8261186/attachment.html>

3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code)

2014-02-06 Thread Rafał Miłecki
/barts-low-resume-corruption.jpeg -- Rafa? -- next part -- A non-text attachment was scrubbed... Name: dmesg.log Type: application/octet-stream Size: 173981 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140206/3ad95e3d/attachment-0001.obj>

[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

2014-02-06 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140206/fe1025a4/attachment.html>

[git pull] drm fixes

2014-02-06 Thread Dave Airlie
Hi Linus, a few regression fixes already, one for my own stupidity, and mgag200 typo fix, vmwgfx fixes and ttm regression fixes, and a radeon register checker update for older cards to handle geom shaders. Dave. The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

[Bug 73911] Color Banding on R600 (7660G + 7670M)

2014-02-06 Thread bugzilla-dae...@freedesktop.org
bit I originally thought that may have been set to 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/20140206/d87a4

[GSoC2014] Call for projects ideas and mentors

2014-02-06 Thread Martin Peres
Hi, fellow graphics stack developers, Now that FOSDEM is over, it is time to think about the Google Summer of Code 2014! If you would like to propose a project for the GSoC 2014, please write your proposals at [1], before the 14th of February, in order to increase our chances of being an