[PATCH 00/14] update exynos drm driver.

2011-11-12 Thread Inki Dae
Hello, Dave. sorry but please, ignor previous patch sets posted by Seung-Woo Kim. I am seding patch sets again. this patch sets are as the following. - add kms poll to handle hdp event. - fix converting between display mode and timing. - fix connector and crtc callbacks to call proper display

[PATCH 01/14] drm/exynos: added kms poll for handling hpd event

2011-11-12 Thread Inki Dae
From: Seung-Woo Kim sw0312@samsung.com this patch adds kms poll infrastructure to handle hotplug detection event Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 03/14] drm/exynos: fixed converting between display mode and timing

2011-11-12 Thread Inki Dae
From: Seung-Woo Kim sw0312@samsung.com 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: Inki Dae inki@samsung.com

[PATCH 04/14] drm/exynos: added manager object to connector

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

[PATCH 05/14] drm/exynos: changed exynos_drm_display to exynos_drm_display_ops

2011-11-12 Thread Inki Dae
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 06/14] drm/exynos: restored kernel_fb_list when reiniting fb_helper

2011-11-12 Thread Inki Dae
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 08/14] drm/exynos: added crtc dpms for disable crtc

2011-11-12 Thread Inki Dae
From: Joonyoung Shim jy0922.s...@samsung.com 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: Joonyoung Shim

[PATCH 12/14] drm/exynos: changed buffer structure.

2011-11-12 Thread Inki Dae
the purpose of this patch is to consider IOMMU support in the future. EXYNOS4 SoC supports IOMMU also so the address for DMA could be physical address with IOMMU or device address with IOMMU. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 11/14] drm/exynos: removed unnecessary variable.

2011-11-12 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_buf.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_buf.c

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

2011-11-12 Thread InKi Dae
2011/11/11 Rob Clark robdcl...@gmail.com: On Thu, Nov 10, 2011 at 8:54 AM, InKi Dae daei...@gmail.com wrote: 2011/11/9 Rob Clark robdcl...@gmail.com: On Wed, Nov 9, 2011 at 7:25 AM, InKi Dae daei...@gmail.com wrote: Hello, all. I am trying to implement multi planer using your plane patch and

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #13 from Bruno bonbon...@internet.lu 2011-11-12 02:39:23 PST --- A good week later I've not seen the cursor corruptions nor other issues. Please apply patch in attachment 52920 with Tested-and-reported-by: Bruno Prémont

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #8 from kao_chen kaoch...@gmail.com 2011-11-12 05:18:54 PST --- Created attachment 53449 -- https://bugs.freedesktop.org/attachment.cgi?id=53449 starting log of oilrush -- Configure bugmail:

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #9 from kao_chen kaoch...@gmail.com 2011-11-12 05:19:14 PST --- Created attachment 53450 -- https://bugs.freedesktop.org/attachment.cgi?id=53450 my glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #10 from kao_chen kaoch...@gmail.com 2011-11-12 05:21:24 PST --- Hello! I also get the same issue with the unigine game Oilrush. Textures are black. I tried this two commands without success: kao@kao-64:/opt/oilrush$

[PATCH] drm/radeon/kms/combios: fix dynamic allocation of PM clock modes

2011-11-12 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com I missed the combios path when I updated the atombios pm code. Reported by amarsh04 on IRC. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_combios.c | 27 +++ 1 files changed, 19

[Bug 27184] Radeon, KMS, 6.12.99: Sleeping screen doesn't wake up reliably

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27184 Alex Deucher ag...@yahoo.com changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org

[Bug 27184] Radeon, KMS, 6.12.99: Sleeping screen doesn't wake up reliably

2011-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27184 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #53467|text/x-log |text/plain mime

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #14 from Jerome Glisse 2011-11-11 16:13:51 PST --- Created attachment 53428 --> https://bugs.freedesktop.org/attachment.cgi?id=53428 Verbose debug to help pin point issue Can you build a kernel with attached patch and boot with

[PATCH 00/14] update exynos drm driver.

2011-11-12 Thread Inki Dae
Hello, Dave. sorry but please, ignor previous patch sets posted by Seung-Woo Kim. I am seding patch sets again. this patch sets are as the following. - add kms poll to handle hdp event. - fix converting between display mode and timing. - fix connector and crtc callbacks to call proper display

[PATCH 01/14] drm/exynos: added kms poll for handling hpd event

2011-11-12 Thread Inki Dae
From: Seung-Woo Kim this patch adds kms poll infrastructure to handle hotplug detection event Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_drv.c |5 +

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

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

[PATCH 03/14] drm/exynos: fixed converting between display mode and timing

2011-11-12 Thread Inki Dae
From: 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: Inki Dae Signed-off-by: Kyungmin Park ---

[PATCH 04/14] drm/exynos: added manager object to connector

2011-11-12 Thread Inki Dae
connector contains some contents for display controller so the connector also should be able to access controller through manager. Signed-off-by: Inki Dae Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 38

[PATCH 05/14] drm/exynos: changed exynos_drm_display to exynos_drm_display_ops

2011-11-12 Thread 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 + drivers/gpu/drm/exynos/exynos_drm_drv.h |4 +-

[PATCH 06/14] drm/exynos: restored kernel_fb_list when reiniting fb_helper

2011-11-12 Thread Inki Dae
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: Inki Dae

[PATCH 07/14] drm/exynos: removed meaningless parameter from fbdev update

2011-11-12 Thread Inki Dae
From: 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: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 14

[PATCH 08/14] drm/exynos: added crtc dpms for disable crtc

2011-11-12 Thread Inki Dae
From: Joonyoung Shim 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: Joonyoung Shim

[PATCH 09/14] drm/exynos: checked for null pointer

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

[PATCH 12/14] drm/exynos: changed buffer structure.

2011-11-12 Thread Inki Dae
the purpose of this patch is to consider IOMMU support in the future. EXYNOS4 SoC supports IOMMU also so the address for DMA could be physical address with IOMMU or device address with IOMMU. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.c |

[PATCH 10/14] drm/exynos: use gem create function generically

2011-11-12 Thread Inki Dae
this patch addes exynos_drm_gem_init() creating and initialzing a gem. allocation functions could use this function to create new gem and it changes size type of exynos_drm_gem_create structure to 64bit and also corrects comments to exynos_drm_gem_create structure. Signed-off-by: Inki Dae

[PATCH 11/14] drm/exynos: removed unnecessary variable.

2011-11-12 Thread Inki Dae
Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_buf.c b/drivers/gpu/drm/exynos/exynos_drm_buf.c index 6f8afea..303189c 100644 ---

[PATCH 14/14] drm/exynos: include linux/module.h

2011-11-12 Thread Inki Dae
Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_drv.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index 38a6f1d..2d74f85 100644 ---

[PATCH 13/14] drm/exynos: fix vblank bug.

2011-11-12 Thread Inki Dae
In case that vblank_disable_allowed is 1, the problem that manager->pipe could be -1 at vsync interrupt handler could be induced so this patch fixes that. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 46 +++-- 1

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

2011-11-12 Thread InKi Dae
2011/11/11 Rob Clark : > On Thu, Nov 10, 2011 at 8:54 AM, InKi Dae wrote: >> 2011/11/9 Rob Clark : >>> On Wed, Nov 9, 2011 at 7:25 AM, InKi Dae wrote: Hello, all. I am trying to implement multi planer using your plane patch and I think it's good but I am still warried about

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #13 from Bruno 2011-11-12 02:39:23 PST --- A good week later I've not seen the cursor corruptions nor other issues. Please apply patch in attachment 52920 with Tested-and-reported-by: Bruno Pr?mont -- Configure bugmail:

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #8 from kao_chen 2011-11-12 05:18:54 PST --- Created attachment 53449 --> https://bugs.freedesktop.org/attachment.cgi?id=53449 starting log of oilrush -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #9 from kao_chen 2011-11-12 05:19:14 PST --- Created attachment 53450 --> https://bugs.freedesktop.org/attachment.cgi?id=53450 my glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 41744] Unigine Heaven shows black textures (Radeon HD4250)

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41744 --- Comment #10 from kao_chen 2011-11-12 05:21:24 PST --- Hello! I also get the same issue with the unigine game "Oilrush". Textures are black. I tried this two commands without success: kao at kao-64:/opt/oilrush$

[PATCH] drm/radeon/kms/combios: fix dynamic allocation of PM clock modes

2011-11-12 Thread alexdeuc...@gmail.com
From: Alex Deucher I missed the combios path when I updated the atombios pm code. Reported by amarsh04 on IRC. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_combios.c | 27 +++ 1 files changed, 19 insertions(+), 8

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-12 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it

[Bug 27184] Radeon, KMS, 6.12.99: Sleeping screen doesn't wake up reliably

2011-11-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27184 Alex Deucher changed: What|Removed |Added Attachment #53467|text/x-log |text/plain mime type|