All of lore.kernel.org
 help / color / mirror / Atom feed
* [exynos/g2d] enable g2d block on more SoCs
@ 2014-07-19 20:53 Tobias Jakobi
  2014-07-19 20:53 ` [PATCH] drm/exynos: g2d: add exynos4212 as a compatible device Tobias Jakobi
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Jakobi @ 2014-07-19 20:53 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: tomasz.figa, inki.dae


Currently there is just a compatibility string for exynos5250, but
the G2D also works satisfactory on my exynos4412. Since the block
is the same (HW version 4.1), introduce exynos4212-g2d which can
be used for the G2D on the exynos4 series SoCs.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] drm/exynos: g2d: add exynos4212 as a compatible device.
  2014-07-19 20:53 [exynos/g2d] enable g2d block on more SoCs Tobias Jakobi
@ 2014-07-19 20:53 ` Tobias Jakobi
  2014-07-21  3:02   ` Inki Dae
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Jakobi @ 2014-07-19 20:53 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: tomasz.figa, inki.dae, Alban Browaeys, Tobias Jakobi

From: Alban Browaeys <prahal@yahoo.com>

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 8001587..5fa1bb6 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -1544,6 +1544,7 @@ static const struct dev_pm_ops g2d_pm_ops = {
 
 static const struct of_device_id exynos_g2d_match[] = {
 	{ .compatible = "samsung,exynos5250-g2d" },
+	{ .compatible = "samsung,exynos4212-g2d" },
 	{},
 };
 
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/exynos: g2d: add exynos4212 as a compatible device.
  2014-07-19 20:53 ` [PATCH] drm/exynos: g2d: add exynos4212 as a compatible device Tobias Jakobi
@ 2014-07-21  3:02   ` Inki Dae
  0 siblings, 0 replies; 3+ messages in thread
From: Inki Dae @ 2014-07-21  3:02 UTC (permalink / raw)
  To: Tobias Jakobi; +Cc: linux-samsung-soc, tomasz.figa, Alban Browaeys

On 2014년 07월 20일 05:53, Tobias Jakobi wrote:
> From: Alban Browaeys <prahal@yahoo.com>
> 

Applied.

Thanks,
Inki Dae

> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> index 8001587..5fa1bb6 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> @@ -1544,6 +1544,7 @@ static const struct dev_pm_ops g2d_pm_ops = {
>  
>  static const struct of_device_id exynos_g2d_match[] = {
>  	{ .compatible = "samsung,exynos5250-g2d" },
> +	{ .compatible = "samsung,exynos4212-g2d" },
>  	{},
>  };
>  
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-21  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-19 20:53 [exynos/g2d] enable g2d block on more SoCs Tobias Jakobi
2014-07-19 20:53 ` [PATCH] drm/exynos: g2d: add exynos4212 as a compatible device Tobias Jakobi
2014-07-21  3:02   ` Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.