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

2011-08-26 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://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git, branch name: drm-next commit-id:

[Bug 41642] radeon [XPRESS 200M 5955] wakeup from S3 and going into S4 broken with KMS and enabled framebuffer

2011-08-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41642 --- Comment #5 from Alex Deucher 2011-08-26 20:46:16 --- Since this patch is so small, just open up drivers/gpu/drm/radeon/radeon_combios.c in your kernel source tree and type: return; on the line above the /* DYN CLK 1 */ comment. Then

[Bug 41642] radeon [XPRESS 200M 5955] wakeup from S3 and going into S4 broken with KMS and enabled framebuffer

2011-08-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41642 --- Comment #4 from CameronPoe 2011-08-26 19:04:17 --- And how do I do that exactly? Patching in Linux is a new thing for me ;) -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail

[PULL] drm-intel-fixes (drm/i915 driver)

2011-08-26 Thread Keith Packard
RL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110826/915bb910/attachment.pgp>

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #13 from Alex Deucher 2011-08-26 12:33:10 --- (In reply to comment #10) > On Thu, Aug 25, 2011 at 2:25 PM, > wrote: > > > > Interestingly, the RS780 managed to load its firmware (also all compiled > > into > > the kernel)

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread Dave Airlie
> --- Comment #10 from Linus Torvalds > ?2011-08-25 22:43:53 --- > On Thu, Aug 25, 2011 at 2:25 PM, ? > wrote: >> >> Interestingly, the RS780 managed to load its firmware (also all compiled into >> the kernel) even w/o this patch. > > Does the R600+ driver perhaps load firmware only at open

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #12 from Anonymous Emailer 2011-08-26 08:40:42 --- Reply-To: airlied at gmail.com > --- Comment #10 from Linus Torvalds > ?2011-08-25 22:43:53 --- > On Thu, Aug 25, 2011 at 2:25 PM, ? > wrote: >> >> Interestingly, the RS780

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #11 from James Cloos 2011-08-26 08:34:13 --- > Does the R600+ driver perhaps load firmware only at open time? They look the same in dmesg: [1.648745] [drm] Initialized drm 1.1.0 20060810 [1.648824] [drm] radeon kernel

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #11 from James Cloos cl...@jhcloos.com 2011-08-26 08:34:13 --- Does the R600+ driver perhaps load firmware only at open time? They look the same in dmesg: [1.648745] [drm] Initialized drm 1.1.0 20060810 [1.648824] [drm]

Re: [Bug 40952] R100 firmware no longer loads

2011-08-26 Thread Dave Airlie
--- Comment #10 from Linus Torvalds torva...@linux-foundation.org   2011-08-25 22:43:53 --- On Thu, Aug 25, 2011 at 2:25 PM,  bugzilla-dae...@bugzilla.kernel.org wrote: Interestingly, the RS780 managed to load its firmware (also all compiled into the kernel) even w/o this patch. Does the

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #12 from Anonymous Emailer anonym...@kernel-bugs.osdl.org 2011-08-26 08:40:42 --- Reply-To: airl...@gmail.com --- Comment #10 from Linus Torvalds torva...@linux-foundation.org   2011-08-25 22:43:53 --- On Thu, Aug 25, 2011 at

[Bug 40952] R100 firmware no longer loads

2011-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #13 from Alex Deucher alexdeuc...@gmail.com 2011-08-26 12:33:10 --- (In reply to comment #10) On Thu, Aug 25, 2011 at 2:25 PM, bugzilla-dae...@bugzilla.kernel.org wrote: Interestingly, the RS780 managed to load its firmware

[Bug 41642] radeon [XPRESS 200M 5955] wakeup from S3 and going into S4 broken with KMS and enabled framebuffer

2011-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41642 --- Comment #4 from CameronPoe cameron...@poczta.fm 2011-08-26 19:04:17 --- And how do I do that exactly? Patching in Linux is a new thing for me ;) -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

[Bug 41642] radeon [XPRESS 200M 5955] wakeup from S3 and going into S4 broken with KMS and enabled framebuffer

2011-08-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41642 --- Comment #5 from Alex Deucher alexdeuc...@gmail.com 2011-08-26 20:46:16 --- Since this patch is so small, just open up drivers/gpu/drm/radeon/radeon_combios.c in your kernel source tree and type: return; on the line above the /* DYN CLK

[PULL] drm-intel-fixes (drm/i915 driver)

2011-08-26 Thread Keith Packard
This is all I've seen since rc3; a couple of tiny fixes, but one has seen several complaints on the list, so I figured I'd send them in now. The following changes since commit fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c: Linux 3.1-rc3 (2011-08-22 11:42:53 -0700) are available in the git

[PATCH] drm: Fix the number of connector and encoder to cleanup functions

2011-08-26 Thread Joonyoung Shim
It is left out the code to decrease the number of connector and encoder to the cleanup functions. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/drm_crtc.c |2 ++ 1 files changed, 2 insertions(+), 0