[PATCH 1/5] DRM: Add i.MX drm core support

2012-06-21 Thread Shawn Guo
On Thu, Jun 14, 2012 at 03:43:23PM +0200, Sascha Hauer wrote: ... > +struct drm_device *imx_drm_device_get(void) > +{ > + struct imx_drm_device *imxdrm = __imx_drm_device(); > + struct imx_drm_encoder *enc; > + struct imx_drm_connector *con; > + struct imx_drm_crtc *crtc; > + > +

[PATCH 1/5] DRM: Add i.MX drm core support

2012-06-21 Thread Sascha Hauer
On Thu, Jun 21, 2012 at 01:30:16PM +0800, Shawn Guo wrote: > On Thu, Jun 14, 2012 at 03:43:23PM +0200, Sascha Hauer wrote: > ... > > +struct drm_device *imx_drm_device_get(void) > > +{ > > + struct imx_drm_device *imxdrm = __imx_drm_device(); > > + struct imx_drm_encoder *enc; > > + struct im

Re: [PATCH 1/5] DRM: Add i.MX drm core support

2012-06-21 Thread Sascha Hauer
On Thu, Jun 21, 2012 at 01:30:16PM +0800, Shawn Guo wrote: > On Thu, Jun 14, 2012 at 03:43:23PM +0200, Sascha Hauer wrote: > ... > > +struct drm_device *imx_drm_device_get(void) > > +{ > > + struct imx_drm_device *imxdrm = __imx_drm_device(); > > + struct imx_drm_encoder *enc; > > + struct im

Re: [PATCH 1/5] DRM: Add i.MX drm core support

2012-06-20 Thread Shawn Guo
On Thu, Jun 14, 2012 at 03:43:23PM +0200, Sascha Hauer wrote: ... > +struct drm_device *imx_drm_device_get(void) > +{ > + struct imx_drm_device *imxdrm = __imx_drm_device(); > + struct imx_drm_encoder *enc; > + struct imx_drm_connector *con; > + struct imx_drm_crtc *crtc; > + > +

[PATCH 1/5] DRM: Add i.MX drm core support

2012-06-14 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- drivers/gpu/drm/Kconfig|2 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/imx/Kconfig| 16 + drivers/gpu/drm/imx/Makefile |6 + drivers/gpu/drm/imx/imx-drm-core.c | 891 drive

[PATCH 1/5] DRM: Add i.MX drm core support

2012-06-14 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- drivers/gpu/drm/Kconfig|2 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/imx/Kconfig| 16 + drivers/gpu/drm/imx/Makefile |6 + drivers/gpu/drm/imx/imx-drm-core.c | 891 drive