[PATCH v5] DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae
inki.dae at samsung.com
Mon Oct 3 17:27:23 PDT 2011
Hi, Konrad Rzeszutek Wilk.
> -----Original Message-----
> From: Konrad Rzeszutek Wilk [mailto:konrad.wilk at oracle.com]
> Sent: Tuesday, October 04, 2011 12:46 AM
> To: Inki Dae
> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org;
> kyungmin.park at samsung.com; sw0312.kim at samsung.com;
jy0922.shim at samsung.com;
> rob.clark at linaro.org
> Subject: Re: [PATCH v5] DRM: add DRM Driver for Samsung SoC EXYNOS4210.
>
> > diff --git a/drivers/gpu/drm/samsung/Kconfig
> b/drivers/gpu/drm/samsung/Kconfig
> > new file mode 100644
> > index 0000000..34cedda
> > --- /dev/null
> > +++ b/drivers/gpu/drm/samsung/Kconfig
> > @@ -0,0 +1,18 @@
> > +config DRM_SAMSUNG
> > + tristate "DRM Support for Samsung SoC EXYNOS Series"
> > + depends on DRM && PLAT_SAMSUNG
>
> You should probably also have a default 'm' option?
>
Yes, right. I will add a default 'm' or 'n' option. thank you.
> > + select DRM_KMS_HELPER
> > + select FB_CFB_FILLRECT
> > + select FB_CFB_COPYAREA
> > + select FB_CFB_IMAGEBLIT
> > + select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
> > + help
> > + Choose this option if you have a Samsung SoC EXYNOS chipset.
> > + If M is selected the module will be called samsungdrm.
> > +
> > +config DRM_SAMSUNG_FIMD
> > + tristate "Samsung DRM FIMD"
> > + depends on DRM_SAMSUNG
> > + help
> > + Choose this option if you want to use Samsung FIMD for DRM.
> > + If M is selected, the module will be called samsung_drm_fimd
>
> .. which is just nitpicking and optional so. I took a look at the code and
> you can stick 'Reviewed-by: Konrad Rzeszutek Wilk
> <konrad.wilk at oracle.com>'
> if you want to.
Of course, we want :) I will add you as a reviewer. we will send V6 patch
soon. and thank you for your comments and advices again.
More information about the dri-devel
mailing list