Re: [PATCH 2/5] drm: add an fb creation ioctl that takes a pixel format

2011-11-04 Thread Joonyoung Shim
11/03/2011 05:03 AM, Jesse Barnes 쓴 글: To properly support the various plane formats supported by different hardware, the kernel must know the pixel format of a framebuffer object. So add a new ioctl taking a format argument corresponding to a fourcc name from videodev2.h. Signed-off-by: Jesse

KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo directly, since the cursor data is sent though the command stream. Hence we need a notification when the cursor image

[PATCH 1/4] drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()

2011-11-04 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com It's already called via the DPMS functions. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/atombios_crtc.c |6 -- drivers/gpu/drm/radeon/radeon_legacy_crtc.c |6 -- 2 files changed, 0

[PATCH 2/4] drm/radeon/kms/pm: add a proper pm profile init function for fusion

2011-11-04 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com The new power tables need to be handled differently when setting up the profiles. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/evergreen.c | 51 + drivers/gpu/drm/radeon/r600.c

[PATCH 3/4] drm/radeon/kms: optimize r600_pm_profile_init

2011-11-04 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Avoid a lot of extra loops through the pm state array. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/r600.c | 100 + 1 files changed, 32 insertions(+), 68 deletions(-) diff

[PATCH 4/4] drm/radeon/kms/pm: switch to dynamically allocating clock mode array

2011-11-04 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com On newer chips the number of clock modes per power state varies. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon.h |3 +- drivers/gpu/drm/radeon/radeon_atombios.c | 118

Re: [PATCH 2/5] drm: add an fb creation ioctl that takes a pixel format

2011-11-04 Thread Jesse Barnes
On Fri, 04 Nov 2011 16:34:22 +0900 Joonyoung Shim jy0922.s...@samsung.com wrote: + case V4L2_PIX_FMT_RGB24: + *depth = 24; + *bpp = 24; + break; In the depth = 24 and bpp = 32 case also the pixed_format is V4L2_PIX_FMT_RGB24, but above function cannot

Re: KMS cursor BO semantics

2011-11-04 Thread Ilija Hadzic
On Fri, 4 Nov 2011, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo directly, since the cursor data is sent though the command stream.

Re: KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
On 11/04/2011 03:36 PM, Ilija Hadzic wrote: On Fri, 4 Nov 2011, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo directly, since the

Re: KMS cursor BO semantics

2011-11-04 Thread Daniel Vetter
On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo directly, since the cursor data is sent though

[Bug 41265] KMS does not work on Radeon HD6700M

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #6 from DoTheDog dothedog2...@gmail.com 2011-11-04 08:37:52 PDT --- Same issue here on the same hardward Sony Vaio VPCZ21 Power Media Dock. The USB and disk drive work. Just not the ATI video. DoTheDog -- Configure bugmail:

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Tejun Heo
(cc'ing David Airlie and dri-devel) Hello, the original thread can be read from http://thread.gmane.org/gmane.linux.kernel/1209587 Full sysrq-t output at http://article.gmane.org/gmane.linux.kernel/1211256 So, the problem is that after a seemingly unreated update to input serio driver

[Bug 40034] E-350 misprocesses shader

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #6 from Lauri Kasanen cur...@operamail.com 2011-11-04 09:27:15 PDT --- This bug doesn't seem to affect r700 - at least my HD4350 works perfectly with all effects on current master (7.12-devel (git-f800a29)) -- Configure bugmail:

[radeon]Question about create ring BO in VRAM

2011-11-04 Thread Chen Jie
Hi all, I tried to create/pin ring BO in VRAM instead of GTT to debug some ring-related problems. After I did this, it rendered a black screen in X (on a X86 RS780E board), but radeon.test passed. 'ps aux' shows X uninterruptibly sleeps on radeon. Curious why this does not work? Regards, --

[PATCH 04/10] drm/exynos: fixed converting between display mode and timing

2011-11-04 Thread Seung-Woo Kim
missing members are added into converting function between timing and display mode and refresh rate of display mode is calculated by drm mode function. Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 01/10] drm/exynos: added padding to be 64-bit align.

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae inki@samsung.com Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/drm/exynos_drm.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index

[PATCH 07/10] drm/exynos: restored kernel_fb_list when reiniting fb_helper

2011-11-04 Thread Seung-Woo Kim
From: Joonyoung Shim jy0922.s...@samsung.com during recreating exynos_drm_fbdev as a new display device probes, fb_helper is reinitialized but kernel fb is not changed so kernel_fb_list should be restored after fb_helper is reinitialized. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com

[PATCH 03/10] drm/exynos: fixed connector flag with hpd and interlace scan for hdmi

2011-11-04 Thread Seung-Woo Kim
hdmi display in exynos supports hotplug event and interlace scan mode Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_connector.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCH 09/10] drm/exynos: added crtc dpms for disable crtc

2011-11-04 Thread Seung-Woo Kim
crtc dpms is called as destroying attached fb so dpms off sould be processed. crtc dpms also can be called after crtc is detached from encoder so pipe value of manager is used to find display controller for this case Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Inki Dae

[PATCH 05/10] drm/exynos: added manager object to connector

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae inki@samsung.com connector contains some contents for display controller so the connector also should be able to access contoroller through manager. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park

[PATCH 10/10] drm/exynos: checked for null pointer

2011-11-04 Thread Seung-Woo Kim
Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_encoder.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_encoder.c

[PATCH 06/10] drm/exynos: changed exynos_drm_display to exynos_drm_display_ops

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae inki@samsung.com exynos_drm_display has function pointes so exynos_drm_display_ops is better to describe. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 29

[PATCH 08/10] drm/exynos: removed meaningless parameter from fbdev update

2011-11-04 Thread Seung-Woo Kim
drm_framebuffer already has width and height so they are meaningless as parameters when updating fb_info. Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 14 +- 1 files

[PATCH 02/10] drm/exynos: added kms poll for handling hpd event

2011-11-04 Thread Seung-Woo Kim
this patch adds kms poll infrastructure to handle hotplug detection event Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c |5 + drivers/gpu/drm/exynos/exynos_drm_fb.c | 12

Strange effect with i915 backlight controller

2011-11-04 Thread Daniel Mack
Hi, I'm facing a bug on a Samsung X20 notebook which features an i915 chipset (output of 'lspci -v' attached). The effect is that setting the backlight to odd values causes the value to be misinterpreted. Harald Hoyer (cc:) had the same thing on a Netbook (I don't recall which model it

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: (cc'ing David Airlie and dri-devel) Hello, the original thread can be read from http://thread.gmane.org/gmane.linux.kernel/1209587 Full sysrq-t output at http://article.gmane.org/gmane.linux.kernel/1211256 So, the

Re: [radeon]Question about create ring BO in VRAM

2011-11-04 Thread Alex Deucher
On Fri, Nov 4, 2011 at 10:26 AM, Chen Jie ch...@lemote.com wrote: Hi all, I tried to create/pin ring BO in VRAM instead of GTT to debug some ring-related problems. After I did this, it rendered a black screen in X (on a X86 RS780E board), but radeon.test passed. 'ps aux' shows X

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 4, 2011 at 1:34 PM, Andrew Watts akwa...@ymail.com wrote: On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: Andrew, can you please kill the X server after the hang and see whether that brings the system back?  I think sshd should still work and if not you can write a

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 04, 2011 at 12:34:58PM -0500, Andrew Watts wrote: On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: Andrew, can you please kill the X server after the hang and see whether that brings the system back? I think sshd should still work and if not you can write a script to

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: Andrew, can you please kill the X server after the hang and see whether that brings the system back? I think sshd should still work and if not you can write a script to kill the X server after 30secs after resume (and kill that script

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
On Fri, Nov 04, 2011 at 01:44:01PM -0400, Jerome Glisse wrote: Attached patch might hide the issue. Cheers, Jerome Unfortunately, the patch did not help. Attached is the full hibernate-resume dmesg requested. Thanks. ~ Andy bad-dmesg.txt.gz Description: application/gunzip

Re: KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo

Re: KMS cursor BO semantics

2011-11-04 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstrom thellst...@vmware.com wrote: On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware

Re: KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
On 11/04/2011 11:49 PM, Maarten Maathuis wrote: On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstromthellst...@vmware.com wrote: On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: Hi. I have a question about the

Re: [REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
On Fri, Nov 04, 2011 at 01:35:53PM -0400, Jerome Glisse wrote: I need full dmesg Cheers, Jerome Hi. Just noticed I attached a gzip of my dmesg last time by mistake. Here goes as text/plain. ~ Andy [ 237.030115] PM: Marking nosave pages: 0009f000 - 0010 [

Re: KMS cursor BO semantics

2011-11-04 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:59 PM, Thomas Hellstrom thellst...@vmware.com wrote: On 11/04/2011 11:49 PM, Maarten Maathuis wrote: On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstromthellst...@vmware.com  wrote: On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM

[PATCH 03/12] gma500: introduce the GTT and MMU handling logic

2011-11-04 Thread Daniel Vetter
On Thu, Nov 03, 2011 at 10:25:18PM +, Alan Cox wrote: > The ioremap for stolen RAM is about 8MB - we do actually need that mapped > for the console framebuffer. The GTT tables are pretty small (64K or so) > and the rest of the GTT space if ever used doesn't get an ioremap. > > It's a bit

[PATCH 1/5] drm: add plane support

2011-11-04 Thread Daniel Vetter
On Thu, Nov 03, 2011 at 03:48:52PM -0700, Jesse Barnes wrote: > On Thu, 3 Nov 2011 11:21:18 -0700 > Jesse Barnes wrote: > > > On Wed, 2 Nov 2011 15:33:04 -0700 > > Jesse Barnes wrote: > > > > > On Wed, 2 Nov 2011 13:03:19 -0700 > > > Jesse Barnes wrote: > > > > > > > Planes are a bit like

[Bug 42490] NUTMEG DP to VGA bridge not working

2011-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #9 from Mandeep Singh Baines 2011-11-03 19:15:58 PDT --- Tested with drm-fixes-staging. Same behavior. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[PATCH 1/5] drm: add plane support

2011-11-04 Thread Joonyoung Shim
11/03/2011 05:03 AM, Jesse Barnes ? ?: > Planes are a bit like half-CRTCs. They have a location and fb, but > don't drive outputs directly. Add support for handling them to the core > KMS code. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/drm_crtc.c | 236 >

[Intel-gfx] [PATCH 4/5] drm/i915: add SNB and IVB video sprite support

2011-11-04 Thread Lan, Hai
Hi Jesse, It sees that there might be an overflow when crtc_w or crtc_h =0. Following is my patch. Thanks and best regards. Hai Lan

[PATCH] drm/i915:fix the overflow for overlay when crtc_w or crtc_h =0

2011-11-04 Thread Hai Lan
When the crtc_w = 0 or crtc_h = 0, it should not be divided. Besides, when (crtc_x+

[PATCH 2/5] drm: add an fb creation ioctl that takes a pixel format

2011-11-04 Thread Joonyoung Shim
11/03/2011 05:03 AM, Jesse Barnes ? ?: > To properly support the various plane formats supported by different > hardware, the kernel must know the pixel format of a framebuffer object. > So add a new ioctl taking a format argument corresponding to a fourcc > name from videodev2.h. > >

KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware (vmware's virtual in particular) may not be able to pick up the changes from a bo directly, since the cursor data is sent though the command stream. Hence we need a notification when the cursor image

[PATCH 1/4] drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()

2011-11-04 Thread alexdeuc...@gmail.com
From: Alex Deucher It's already called via the DPMS functions. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_crtc.c |6 -- drivers/gpu/drm/radeon/radeon_legacy_crtc.c |6 -- 2 files changed, 0 insertions(+), 12 deletions(-)

[PATCH 2/4] drm/radeon/kms/pm: add a proper pm profile init function for fusion

2011-11-04 Thread alexdeuc...@gmail.com
From: Alex Deucher The new power tables need to be handled differently when setting up the profiles. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 51 + drivers/gpu/drm/radeon/r600.c| 58

[PATCH 3/4] drm/radeon/kms: optimize r600_pm_profile_init

2011-11-04 Thread alexdeuc...@gmail.com
From: Alex Deucher Avoid a lot of extra loops through the pm state array. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c | 100 + 1 files changed, 32 insertions(+), 68 deletions(-) diff --git

[PATCH 4/4] drm/radeon/kms/pm: switch to dynamically allocating clock mode array

2011-11-04 Thread alexdeuc...@gmail.com
From: Alex Deucher On newer chips the number of clock modes per power state varies. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h |3 +- drivers/gpu/drm/radeon/radeon_atombios.c | 118 - 2 files changed, 82

[PATCH 1/5] drm: add plane support

2011-11-04 Thread Jesse Barnes
e: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2004/dfe6df84/attachment.pgp>

[PATCH 2/5] drm: add an fb creation ioctl that takes a pixel format

2011-11-04 Thread Jesse Barnes
tel Open Source Technology Center -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2004/5b43a005/attachment.pgp>

KMS cursor BO semantics

2011-11-04 Thread Ilija Hadzic
On Fri, 4 Nov 2011, Thomas Hellstrom wrote: > Hi. > > I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: > > Some hardware (vmware's virtual in particular) may not be able to pick up the > changes from a bo directly, since the cursor data is sent though the command >

KMS cursor BO semantics

2011-11-04 Thread Thomas Hellstrom
On 11/04/2011 03:36 PM, Ilija Hadzic wrote: > > > On Fri, 4 Nov 2011, Thomas Hellstrom wrote: > >> Hi. >> >> I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR >> iotcl: >> >> Some hardware (vmware's virtual in particular) may not be able to >> pick up the changes from a bo

KMS cursor BO semantics

2011-11-04 Thread Daniel Vetter
On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: > Hi. > > I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: > > Some hardware (vmware's virtual in particular) may not be able to > pick up the changes from a bo directly, since the cursor data is > sent

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Tejun Heo
(cc'ing David Airlie and dri-devel) Hello, the original thread can be read from http://thread.gmane.org/gmane.linux.kernel/1209587 Full sysrq-t output at http://article.gmane.org/gmane.linux.kernel/1211256 So, the problem is that after a seemingly unreated update to input serio driver

[Bug 40034] E-350 misprocesses shader

2011-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #6 from Lauri Kasanen 2011-11-04 09:27:15 PDT --- This bug doesn't seem to affect r700 - at least my HD4350 works perfectly with all effects on current master (7.12-devel (git-f800a29)) -- Configure bugmail:

[radeon]Question about create ring BO in VRAM

2011-11-04 Thread Chen Jie
Hi all, I tried to create/pin ring BO in VRAM instead of GTT to debug some ring-related problems. After I did this, it rendered a black screen in X (on a X86 RS780E board), but radeon.test passed. 'ps aux' shows X uninterruptibly sleeps on radeon. Curious why this does not work? Regards, --

Strange effect with i915 backlight controller

2011-11-04 Thread Daniel Mack
me know if there is any patch that I can test. Thanks, Daniel -- next part -- An embedded and charset-unspecified text was scrubbed... Name: lspci-v-x20.txt URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2004/bad8064e/attachment.txt>

[PATCH 00/10] drm/exynos: prepare multiple display controllers

2011-11-04 Thread Seung-Woo Kim
This patch is preparing multiple display controllers, FIMD and HDMI. - added padding into ioctl structure to be 64 bit align - added kms poll to handle hpd event - fixed converting between display mode and timing - fixed connector and crtc callbacks to call proper display driver - code clean

[PATCH 04/10] drm/exynos: fixed converting between display mode and timing

2011-11-04 Thread Seung-Woo Kim
missing members are added into converting function between timing and display mode and refresh rate of display mode is calculated by drm mode function. Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_connector.c |9 - 1 files changed,

[PATCH 01/10] drm/exynos: added padding to be 64-bit align.

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- include/drm/exynos_drm.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 874c4d2..1d161cb 100644 ---

[PATCH 07/10] drm/exynos: restored kernel_fb_list when reiniting fb_helper

2011-11-04 Thread Seung-Woo Kim
From: Joonyoung Shim during recreating exynos_drm_fbdev as a new display device probes, fb_helper is reinitialized but kernel fb is not changed so kernel_fb_list should be restored after fb_helper is reinitialized. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin

[PATCH 03/10] drm/exynos: fixed connector flag with hpd and interlace scan for hdmi

2011-11-04 Thread Seung-Woo Kim
hdmi display in exynos supports hotplug event and interlace scan mode Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_connector.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH 09/10] drm/exynos: added crtc dpms for disable crtc

2011-11-04 Thread Seung-Woo Kim
crtc dpms is called as destroying attached fb so dpms off sould be processed. crtc dpms also can be called after crtc is detached from encoder so pipe value of manager is used to find display controller for this case Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae Signed-off-by: Kyungmin

[PATCH 05/10] drm/exynos: added manager object to connector

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae connector contains some contents for display controller so the connector also should be able to access contoroller through manager. Signed-off-by: Inki Dae Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park ---

[PATCH 10/10] drm/exynos: checked for null pointer

2011-11-04 Thread Seung-Woo Kim
Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_encoder.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_encoder.c b/drivers/gpu/drm/exynos/exynos_drm_encoder.c index

[PATCH 06/10] drm/exynos: changed exynos_drm_display to exynos_drm_display_ops

2011-11-04 Thread Seung-Woo Kim
From: Inki Dae exynos_drm_display has function pointes so exynos_drm_display_ops is better to describe. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 29 +

[PATCH 08/10] drm/exynos: removed meaningless parameter from fbdev update

2011-11-04 Thread Seung-Woo Kim
drm_framebuffer already has width and height so they are meaningless as parameters when updating fb_info. Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git

[PATCH 02/10] drm/exynos: added kms poll for handling hpd event

2011-11-04 Thread Seung-Woo Kim
this patch adds kms poll infrastructure to handle hotplug detection event Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_drv.c |5 + drivers/gpu/drm/exynos/exynos_drm_fb.c | 12 2 files changed, 17 insertions(+), 0

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: > (cc'ing David Airlie and dri-devel) > > Hello, the original thread can be read from > > http://thread.gmane.org/gmane.linux.kernel/1209587 > > Full sysrq-t output at > > http://article.gmane.org/gmane.linux.kernel/1211256 > >

[radeon]Question about create ring BO in VRAM

2011-11-04 Thread Alex Deucher
On Fri, Nov 4, 2011 at 10:26 AM, Chen Jie wrote: > Hi all, > > I tried to create/pin ring BO in VRAM instead of GTT to debug some > ring-related problems. After I did this, it rendered a black screen in > X (on a X86 RS780E board), but radeon.test passed. > 'ps aux' shows X uninterruptibly sleeps

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 4, 2011 at 1:34 PM, Andrew Watts wrote: > On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: >> Andrew, can you please kill the X server after the hang and see >> whether that brings the system back? ?I think sshd should still work >> and if not you can write a script to kill

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Jerome Glisse
On Fri, Nov 04, 2011 at 12:34:58PM -0500, Andrew Watts wrote: > On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: > > Andrew, can you please kill the X server after the hang and see > > whether that brings the system back? I think sshd should still work > > and if not you can write a

[PATCH] drm/radeon/kms: make sure GPU is idle and working at end of resume

2011-11-04 Thread Jerome Glisse
This might hide some GPU lockup issue deadlock on resume. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_device.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
On Fri, Nov 04, 2011 at 09:14:31AM -0700, Tejun Heo wrote: > Andrew, can you please kill the X server after the hang and see > whether that brings the system back? I think sshd should still work > and if not you can write a script to kill the X server after 30secs > after resume (and kill that

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
--- A non-text attachment was scrubbed... Name: bad-dmesg.txt.gz Type: application/x-gunzip Size: 3950 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2004/c0af4707/attachment-0001.bin>

[REGRESSION]: hibernate/sleep regression w/ bisection

2011-11-04 Thread Andrew Watts
On Fri, Nov 04, 2011 at 01:35:53PM -0400, Jerome Glisse wrote: > > I need full dmesg > > Cheers, > Jerome Hi. Just noticed I attached a gzip of my dmesg last time by mistake. Here goes as text/plain. ~ Andy -- next part -- [ 237.030115] PM: Marking nosave pages: