[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread Inki Dae
> -Original Message- > From: David Airlie [mailto:airlied at redhat.com] > Sent: Thursday, March 15, 2012 8:44 PM > To: Inki Dae > Cc: kyungmin park; sw0312 kim; dri-devel at lists.freedesktop.org; Dave > Airlie > Subject: Re: [PATCH 10/10] drm/exynos: added v

[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread Inki Dae
> -Original Message- > From: Dave Airlie [mailto:airlied at gmail.com] > Sent: Thursday, March 15, 2012 7:44 PM > To: Inki Dae > Cc: dri-devel at lists.freedesktop.org; kyungmin.park at samsung.com; > sw0312.kim at samsung.com > Subject: Re: [PATCH 10/10] drm/

[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread Dave Airlie
> diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h > index 907daaf..1123342 100644 > --- a/include/drm/exynos_drm.h > +++ b/include/drm/exynos_drm.h > @@ -76,6 +76,22 @@ struct drm_exynos_gem_mmap { > ? ? ? ?uint64_t mapped; > ?}; > > +/** > + * A structure for user connection

[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread David Airlie
- Original Message - > From: "Inki Dae" > To: "Dave Airlie" > Cc: "kyungmin park" , "sw0312 kim" at samsung.com>, > dri-devel at lists.freedesktop.org > Sent: Thursday, 15 March, 2012 11:36:14 AM > Subjec

Re: [PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread Dave Airlie
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 907daaf..1123342 100644 --- a/include/drm/exynos_drm.h +++ b/include/drm/exynos_drm.h @@ -76,6 +76,22 @@ struct drm_exynos_gem_mmap {        uint64_t mapped;  }; +/** + * A structure for user connection request of

RE: [PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread Inki Dae
-Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: Thursday, March 15, 2012 7:44 PM To: Inki Dae Cc: dri-devel@lists.freedesktop.org; kyungmin.p...@samsung.com; sw0312@samsung.com Subject: Re: [PATCH 10/10] drm/exynos: added virtual display driver. diff

Re: [PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-15 Thread David Airlie
/exynos: added virtual display driver. -Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: Thursday, March 15, 2012 7:44 PM To: Inki Dae Cc: dri-devel@lists.freedesktop.org; kyungmin.p...@samsung.com; sw0312@samsung.com Subject: Re: [PATCH 10/10] drm

[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-14 Thread Inki Dae
this driver would be used for wireless display. virtual display driver has independent crtc, encoder and connector and to use this driver, user application should send edid data to this driver from wireless display. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park ---

[PATCH 10/10] drm/exynos: added virtual display driver.

2012-03-13 Thread Inki Dae
this driver would be used for wireless display. virtual display driver has independent crtc, encoder and connector and to use this driver, user application should send edid data to this driver from wireless display. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park