Re: [PATCH 2/5] exynos: add EXYNOS_G2D_EVENT to drmHandleEvent

2015-04-21 Thread Emil Velikov
Hi Tobias, On 30/03/15 13:04, Tobias Jakobi wrote: Hello, On 2015-03-30 02:02, Rob Clark wrote: so, iirc, vmwgfx also has some custom events.. not really sure if they have their own hand-rolled drmHandleEvent() or if they have another way of catching those. Maybe we need some more

[PATCH 1/8] cpufreq: arm_big_little: add cluster regulator support

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Add cluster regulator support as a preparation to adding generic arm_big_little_dt cpufreq_dt driver support for ODROID-XU3 board. This allows arm_big_little[_dt] driver to set not only the frequency but also the voltage (which is obtained from operating point's voltage value) for CPU clusters.

[PATCH 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com The new CPU clock type allows the use of generic arm_big_little_dt cpufreq driver for Exynos5420. Changes by Bartlomiej: - split Exynos5420 support from the original patch - disable cpufreq if big.LITTLE switcher support is enabled Cc: Tomasz Figa

[PATCH 7/8] ARM: dts: Exynos5800: fix CPU OPP

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Fix CPU operating points for Exynos5800 (it uses different voltages than Exynos5420 and supports additional frequencies). However don't use 2000MHz 1900MHz OPPs (for A15 cores) and 1400MHz OPP (for A7 cores) until there is a separate DTS for ODROID-XU3 Lite board (which doesn't support these

[PATCH 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com For Exynos5420 platforms, add CPU operating points and CPU regulator supply properties for migrating from Exynos specific cpufreq driver to using generic cpufreq driver. Changes by Bartlomiej: - split Exynos5420 support from the original patch Cc:

[PATCH 2/8] ARM: dts: add cluster regulator supply properties for exynos5422-odroidxu3

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Add cluster regulator supply properties as a preparation to adding generic arm_big_little_dt cpufreq driver support for ODROID-XU3 board. Cc: Kukjin Kim kgene@samsung.com Cc: Doug Anderson diand...@chromium.org Cc: Javier Martinez Canillas javier.marti...@collabora.co.uk Cc: Andreas Faerber

[PATCH 6/8] clk: samsung: exynos5800: fix cpu clock configuration data

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Fix cpu clock configuration data for Exynos5800 (it uses higher PCLK_DBG divider values than Exynos5420 and supports additional frequencies). Based on Hardkernel's kernel for ODROID-XU3 board. Cc: Tomasz Figa tomasz.f...@gmail.com Cc: Mike Turquette mturque...@linaro.org Cc: Javier Martinez

[PATCH 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Hi, This patch series adds generic arm_big_little_dt cpufreq driver support for Exynos5420/5800 (using the new CPU clock type which allows it). It also: - enhances arm_big_little[_dt] driver with CPU cluster regulator support - fixes CPU clock configuration data and CPU operating points

[PATCH 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com With the addition of the new Samsung specific cpu-clock type, the arm clock can be represented as a cpu-clock type. Add the CPU clock configuration data and instantiate the CPU clock type for Exynos5420. Changes by Bartlomiej: - split Exynos5420 support

[PATCH 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com The new CPU clock type allows the use of generic arm_big_little_dt cpufreq driver for Exynos5800. Changes by Bartlomiej: - split Exynos5800 support from the original patch - disable cpufreq if big.LITTLE switcher support is enabled Cc: Tomasz Figa

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, April 20, 2015 02:07:33 PM Kevin Hilman wrote: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com writes: Hi, This patch series removes the use of Exynos5250 specific support from exynos-cpufreq driver and enables the use of cpufreq-dt driver for this platform. The

[PATCH v2 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com With the addition of the new Samsung specific cpu-clock type, the arm clock can be represented as a cpu-clock type. Add the CPU clock configuration data and instantiate the CPU clock type for Exynos5420. Changes by Bartlomiej: - split Exynos5420 support

[PATCH v2 1/8] cpufreq: arm_big_little: add cluster regulator support

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Add cluster regulator support as a preparation to adding generic arm_big_little_dt cpufreq_dt driver support for ODROID-XU3 board. This allows arm_big_little[_dt] driver to set not only the frequency but also the voltage (which is obtained from operating point's voltage value) for CPU clusters.

[PATCH v2 7/8] ARM: dts: Exynos5800: fix CPU OPP

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Fix CPU operating points for Exynos5800 (it uses different voltages than Exynos5420 and supports additional frequencies). However don't use 2000MHz 1900MHz OPPs (for A15 cores) and 1400MHz OPP (for A7 cores) until there is a separate DTS for ODROID-XU3 Lite board (which doesn't support these

[PATCH v2 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com For Exynos5420 platforms, add CPU operating points and CPU regulator supply properties for migrating from Exynos specific cpufreq driver to using generic cpufreq driver. Changes by Bartlomiej: - split Exynos5420 support from the original patch Cc:

[PATCH v2 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com The new CPU clock type allows the use of generic arm_big_little_dt cpufreq driver for Exynos5800. Changes by Bartlomiej: - split Exynos5800 support from the original patch - disable cpufreq if big.LITTLE switcher support is enabled Cc: Tomasz Figa

[PATCH v2 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Hi, This patch series adds generic arm_big_little_dt cpufreq driver support for Exynos5420/5800 (using the new CPU clock type which allows it). It also: - enhances arm_big_little[_dt] driver with CPU cluster regulator support - fixes CPU clock configuration data and CPU operating points

Re: [PATCH 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
On Tuesday, April 21, 2015 03:17:50 PM Bartlomiej Zolnierkiewicz wrote: Hi, This patch series adds generic arm_big_little_dt cpufreq driver support for Exynos5420/5800 (using the new CPU clock type which allows it). It also: - enhances arm_big_little[_dt] driver with CPU cluster regulator

[PATCH v2 6/8] clk: samsung: exynos5800: fix cpu clock configuration data

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Fix cpu clock configuration data for Exynos5800 (it uses higher PCLK_DBG divider values than Exynos5420 and supports additional frequencies). Based on Hardkernel's kernel for ODROID-XU3 board. Cc: Tomasz Figa tomasz.f...@gmail.com Cc: Mike Turquette mturque...@linaro.org Cc: Javier Martinez

[PATCH v2 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-04-21 Thread Bartlomiej Zolnierkiewicz
From: Thomas Abraham thomas...@samsung.com The new CPU clock type allows the use of generic arm_big_little_dt cpufreq driver for Exynos5420. Changes by Bartlomiej: - split Exynos5420 support from the original patch - disable cpufreq if big.LITTLE switcher support is enabled Cc: Tomasz Figa

[PATCH v2 2/8] ARM: dts: Exynos5420/5800: add cluster regulator supply properties

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Add cluster regulator supply properties as a preparation to adding generic arm_big_little_dt cpufreq driver support for Exynos5420 and Exynos5800 based boards. Cc: Kukjin Kim kgene@samsung.com Cc: Doug Anderson diand...@chromium.org Cc: Javier Martinez Canillas javier.marti...@collabora.co.uk

Re: [PATCH 1/2] thermal: exynos: Reorder exynos_map_dt_data() function

2015-04-21 Thread Joonyoung Shim
Hi Lukasz, On 04/17/2015 09:39 PM, Lukasz Majewski wrote: Hi Joonyoung, Hi Lukasz, On 04/15/2015 08:05 PM, Lukasz Majewski wrote: Hi Joonyoung, Hi Lukasz, On 01/30/2015 05:14 PM, Lukasz Majewski wrote: Hi Eduardo, Abhilash, On Thu, Jan 22, 2015 at 06:02:07PM +0530, Abhilash Kesavan

Re: drm/exynos: getting the video processor to work

2015-04-21 Thread Joonyoung Shim
Hi Tobias, On 04/21/2015 06:30 AM, Tobias Jakobi wrote: Hello, I've spend some time on figuring out how to use the VP on my Exynos4412. I noticed that currently it seems to be pretty broken (I've put a full crashlog with drm.debug=0xff at the end). As far as I can see, the problem stems

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-21 Thread Kevin Hilman
Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com writes: On Monday, April 20, 2015 02:07:33 PM Kevin Hilman wrote: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com writes: Hi, This patch series removes the use of Exynos5250 specific support from exynos-cpufreq driver and enables