Re: [PATCH] drm/exynos: Remove unused vma field of exynos_drm_gem_obj

2015-06-19 Thread Inki Dae
On 2015년 06월 19일 14:46, Krzysztof Kozlowski wrote: 2015-06-19 14:28 GMT+09:00 Inki Dae inki@samsung.com: On 2015년 06월 19일 14:23, Krzysztof Kozlowski wrote: The field 'vma' of 'exynos_drm_gem_obj' structure was introduced in 2a3098ff6c21 (drm/exynos: add userptr feature for g2d module) but

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-19 Thread Bartlomiej Zolnierkiewicz
On Friday, June 19, 2015 01:19:06 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Thursday, June 18, 2015 12:58:46 PM Michael Turquette wrote: Quoting Sylwester Nawrocki (2015-05-13 07:13:13) On 03/04/15 18:43, Bartlomiej Zolnierkiewicz wrote: This flag is needed to fix the issue with

Re: [PATCH v10 00/17] drm/exynos: atomic modesetting support

2015-06-19 Thread Inki Dae
On 2015년 06월 17일 23:33, Gustavo Padovan wrote: Hi Inki, 2015-06-17 Inki Dae inki@samsung.com: Hi Gustavo, On 2015년 06월 17일 05:35, Gustavo Padovan wrote: HI Inki, 2015-06-15 Inki Dae inki@samsung.com: Hi Gustavo, On 2015년 06월 02일 00:04, Gustavo Padovan wrote: From: Gustavo

Re: [patch] pinctrl: samsung: don't truncate the last char of -grp

2015-06-19 Thread Dan Carpenter
On Mon, Jun 15, 2015 at 01:17:36PM +0900, Krzysztof Kozlowski wrote: I would prefer splitting this into two patches: one for fixing truncated name (by usage of kasprintf) and second for ENOMEM message. The second patch can get rid of ENOMEM message in other places as well. As for the first

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-19 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, June 18, 2015 12:58:46 PM Michael Turquette wrote: Quoting Sylwester Nawrocki (2015-05-13 07:13:13) On 03/04/15 18:43, Bartlomiej Zolnierkiewicz wrote: This flag is needed to fix the issue with wrong dividers being setup by Common Clock Framework when using the new

[PATCH] drm/exynos: do not wait for vblank at atomic operation

2015-06-19 Thread Inki Dae
This patch resolves the issue that refresh rate got low at extension mode test with fimd and vidi combination. The problem was because atomic_commit callback waited for the completion of vblank to gaurantee crtc relevant registers are updated from shadow registers to real ones. However, the