[PATCH v5] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-23 Thread Inki Dae
This patch is a DRM Driver for Samsung SoC Exynos4210 and now enables only FIMD yet but we will add HDMI support also in the future. this patch is based on git repository below: git://people.freedesktop.org/~airlied/linux.git branch name: drm-next commit-id: 88ef4e3f4f616462b78a7838eb3ffc3818d30f6

[PATCH] drm/i915: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Chris Wilson
On Fri, 23 Sep 2011 13:18:40 -0400, Matt Turner wrote: > Signed-off-by: Matt Turner We should just make intel_ddc_probe() a wrapper around drm_probe_ddc(). -Chris -- Chris Wilson, Intel Open Source Technology Centre

[PATCH] xf86drm.h : wrap C code for C++ compilation/linking

2011-09-23 Thread Tapani Pälli
To enable usage of xf86drm.h from C++ programs/frameworks. Signed-off-by: Tapani P?lli --- xf86drm.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/xf86drm.h b/xf86drm.h index 20f4c78..7cdf631 100644 --- a/xf86drm.h +++ b/xf86drm.h @@ -39,6 +39,10 @@ #include

[git pull] drm fixes

2011-09-23 Thread Dave Airlie
Hi, One radeon fix, and one serious radeon revert due to regression. Dave. The following changes since commit d942e43b58dc27b36305bcd374a74f7cc15183a3: Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security (2011-09-22 19:57:27 -0700) are available in the git repo

[PATCH] drm/i915: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Matt Turner
Signed-off-by: Matt Turner --- drivers/gpu/drm/i915/intel_modes.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_modes.c b/drivers/gpu/drm/i915/intel_modes.c index 3b26a3b..ab534be 100644 --- a/drivers/gpu/drm/i915/intel_modes.c +++ b/driv

[PATCH] drm/radeon: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Matt Turner
Signed-off-by: Matt Turner --- drivers/gpu/drm/radeon/radeon_i2c.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c b/drivers/gpu/drm/radeon/radeon_i2c.c index 6c111c1..37a6d38 100644 --- a/drivers/gpu/drm/radeon/radeon_i2c.c +++ b/

[PATCH] drm: remove unneeded redefinition of DDC_ADDR

2011-09-23 Thread Matt Turner
It's already defined in drm_edid.h. Signed-off-by: Matt Turner --- drivers/gpu/drm/drm_edid.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 7425e5c..9fa8316 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/driv

[PATCH] xf86drm.h : wrap C code for C++ compilation/linking

2011-09-23 Thread Chris Wilson
On Fri, 23 Sep 2011 14:17:42 +0300, Tapani P??lli wrote: > To enable usage of xf86drm.h from C++ programs/frameworks. > > Signed-off-by: Tapani P??lli For completeness, I also wrapped xf86drmMode.h which you may find useful as well. ;-) Thanks, -Chris -- Chris Wilson, Intel Open Source Tec

Re: [PATCH] drm/i915: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Chris Wilson
On Fri, 23 Sep 2011 13:18:40 -0400, Matt Turner wrote: > Signed-off-by: Matt Turner We should just make intel_ddc_probe() a wrapper around drm_probe_ddc(). -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ dri-devel mailing list dri-dev

[Bug 41158] New: RADEON KMS: radeon_crtc_cursor_move is off by one pixel

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41158 Summary: RADEON KMS: radeon_crtc_cursor_move is off by one pixel Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: norm

[Bug 41158] New: RADEON KMS: radeon_crtc_cursor_move is off by one pixel

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41158 Summary: RADEON KMS: radeon_crtc_cursor_move is off by one pixel Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: norm

[PATCH] drm/i915: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Matt Turner
Signed-off-by: Matt Turner --- drivers/gpu/drm/i915/intel_modes.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_modes.c b/drivers/gpu/drm/i915/intel_modes.c index 3b26a3b..ab534be 100644 --- a/drivers/gpu/drm/i915/intel_modes.c +++ b/driv

[PATCH] drm/radeon: use DDC_ADDR instead of hard-coding it

2011-09-23 Thread Matt Turner
Signed-off-by: Matt Turner --- drivers/gpu/drm/radeon/radeon_i2c.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c b/drivers/gpu/drm/radeon/radeon_i2c.c index 6c111c1..37a6d38 100644 --- a/drivers/gpu/drm/radeon/radeon_i2c.c +++ b/

[PATCH] drm: remove unneeded redefinition of DDC_ADDR

2011-09-23 Thread Matt Turner
It's already defined in drm_edid.h. Signed-off-by: Matt Turner --- drivers/gpu/drm/drm_edid.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 7425e5c..9fa8316 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/driv

[patch] drm: potential info leak in compat_drm_getclient()

2011-09-23 Thread Dan Carpenter
Smatch has a new check for Rosenberg type information leaks where structs are copied to the user with uninitialized stack data in them. The c32.idx member wasn't initialized. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/drm_ioc32.c b/drivers/gpu/drm/drm_ioc32.c index 4a058c7..050bd

[Intel-gfx] [PATCH 9/9] drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously

2011-09-23 Thread Jesse Barnes
On Tue, 20 Sep 2011 21:51:33 -0700 Keith Packard wrote: > Yes, making it cleaner would help a ton. There are some basic problems > with the DRM API that make this hard though -- intel_dp_prepare may > not ever be followed by a call to intel_dp_commit. That's why I had > the VDD AUX stuff get turne

[Intel-gfx] [PATCH 6/9] drm/i915: Make sure eDP power is on before using aux channel

2011-09-23 Thread Jesse Barnes
On Tue, 20 Sep 2011 21:45:54 -0700 Keith Packard wrote: > On Wed, 21 Sep 2011 09:20:01 +0530, Jesse Barnes > wrote: > > > This one mixes up lots of cleanups plus the EDID read with the power > > changes. > > I think the cleanups are; > > 1) edp checks inside vdd_on and vdd_off to make the ot

[Bug 38452] ETQW: Renders garbage in some places

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38452 --- Comment #6 from Sven Arvidsson 2011-09-23 06:44:15 PDT --- As far as I'm concerned, this bug can be closed, unless it should be kept open to track the inclusion of the patch Vadim wrote? -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 38452] ETQW: Renders garbage in some places

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38452 --- Comment #6 from Sven Arvidsson 2011-09-23 06:44:15 PDT --- As far as I'm concerned, this bug can be closed, unless it should be kept open to track the inclusion of the patch Vadim wrote? -- Configure bugmail: https://bugs.freedesktop.org/us

[git pull] drm fixes

2011-09-23 Thread Dave Airlie
Hi, One radeon fix, and one serious radeon revert due to regression. Dave. The following changes since commit d942e43b58dc27b36305bcd374a74f7cc15183a3: Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security (2011-09-22 19:57:27 -0700) are available in the git repo

Re: [PATCH] xf86drm.h : wrap C code for C++ compilation/linking

2011-09-23 Thread Chris Wilson
On Fri, 23 Sep 2011 14:17:42 +0300, Tapani Pälli wrote: > To enable usage of xf86drm.h from C++ programs/frameworks. > > Signed-off-by: Tapani Pälli For completeness, I also wrapped xf86drmMode.h which you may find useful as well. ;-) Thanks, -Chris -- Chris Wilson, Intel Open Source Tec

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #11 from Chris Rankin 2011-09-23 04:21:21 PDT --- (In reply to comment #10) > Doesn't this seem to be some sort of race condition? > > The screensaver needs to do a "screenshot" to display on the floor. If it > captures the screensh

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #11 from Chris Rankin 2011-09-23 04:21:21 PDT --- (In reply to comment #10) > Doesn't this seem to be some sort of race condition? > > The screensaver needs to do a "screenshot" to display on the floor. If it > captures the screensh

[PATCH] xf86drm.h : wrap C code for C++ compilation/linking

2011-09-23 Thread Tapani Pälli
To enable usage of xf86drm.h from C++ programs/frameworks. Signed-off-by: Tapani Pälli --- xf86drm.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/xf86drm.h b/xf86drm.h index 20f4c78..7cdf631 100644 --- a/xf86drm.h +++ b/xf86drm.h @@ -39,6 +39,10 @@ #include

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #10 from pmarq...@grupopie.com 2011-09-23 04:10:57 PDT --- Doesn't this seem to be some sort of race condition? The screensaver needs to do a "screenshot" to display on the floor. If it captures the screenshot too late, it gets its ow

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #10 from pmarques at grupopie.com 2011-09-23 04:10:57 PDT --- Doesn't this seem to be some sort of race condition? The screensaver needs to do a "screenshot" to display on the floor. If it captures the screenshot too late, it gets its

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #9 from Chris Rankin 2011-09-23 02:54:54 PDT --- (In reply to comment #8) > Does it work with llvmpipe? It works with LIBGL_ALWAYS_SOFTWARE=1, if that's what you mean. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.c

[Bug 29951] [r300g] xscreensaver hack "antspotlight" reveals something other than desktop

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29951 --- Comment #9 from Chris Rankin 2011-09-23 02:54:54 PDT --- (In reply to comment #8) > Does it work with llvmpipe? It works with LIBGL_ALWAYS_SOFTWARE=1, if that's what you mean. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.c

[Bug 35861] [r300g] Oilrush: whiter triangle between center of the screen and horizon

2011-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35861 --- Comment #5 from Pavel Ondračka 2011-09-23 00:48:12 PDT --- (In reply to comment #4) > (In reply to comment #3) > > Yes, this is still an issue with latest mesa. Requested log attached. I can > > also make you an apitrace if you don't have ac

[Bug 35861] [r300g] Oilrush: whiter triangle between center of the screen and horizon

2011-09-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35861 --- Comment #5 from Pavel Ondra?ka 2011-09-23 00:48:12 PDT --- (In reply to comment #4) > (In reply to comment #3) > > Yes, this is still an issue with latest mesa. Requested log attached. I can > > also make you an apitrace if you don't have ac