Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-30 Thread Daniel Vetter
On Wed, Jul 30, 2014 at 12:43:33PM +0200, Benjamin Gaignard wrote: > I have push two additional patches on drm_kms_for_next-v7 branch to > make the driver build as a module: > - "gpu: drm: export drm_sysfs_connector_{add,remove} function" Nope, you're using the wrong functions. Instead you should

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-30 Thread Benjamin Gaignard
I have push two additional patches on drm_kms_for_next-v7 branch to make the driver build as a module: - "gpu: drm: export drm_sysfs_connector_{add,remove} function" - "drm: sti: Allow driver to be built as module" I have tested the both configuration (built-in and module), it is ok on my hardware

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-29 Thread Dave Airlie
On 28 July 2014 18:37, Benjamin Gaignard wrote: > Hello Dave, > > You can found the patcheset with Rob's reviewed-by tag here: > git://git.linaro.org/people/benjamin.gaignard/kernel.git > on drm_kms_for_next-v7 branch > > It is the same code (drm_kms_for_next-v6) than what Rob has reviewed, > reba

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-28 Thread Benjamin Gaignard
Hello Dave, You can found the patcheset with Rob's reviewed-by tag here: git://git.linaro.org/people/benjamin.gaignard/kernel.git on drm_kms_for_next-v7 branch It is the same code (drm_kms_for_next-v6) than what Rob has reviewed, rebased (and tested) on top of drm-next. The only changes are clock

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-27 Thread Dave Airlie
On 16 July 2014 04:33, Rob Clark wrote: > On Tue, Jul 15, 2014 at 5:41 AM, Benjamin Gaignard > wrote: >> Hi all, >> >> Does version 6 fit to all your expectations ? >> If yes will you consider to merge it into drm-next ? >> If no, please tell me what need to be fixed. > > > I had another pass ove

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-15 Thread Rob Clark
On Tue, Jul 15, 2014 at 5:41 AM, Benjamin Gaignard wrote: > Hi all, > > Does version 6 fit to all your expectations ? > If yes will you consider to merge it into drm-next ? > If no, please tell me what need to be fixed. I had another pass over the driver, and didn't find anything to complain abo

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-15 Thread Benjamin Gaignard
Hi all, Does version 6 fit to all your expectations ? If yes will you consider to merge it into drm-next ? If no, please tell me what need to be fixed. Regards, Benjamin 2014-07-04 15:54 GMT+02:00 Benjamin Gaignard : > Hi, > > I have following Russel advice to rebase my patches on top of the new

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-04 Thread Benjamin Gaignard
Hi, I have following Russel advice to rebase my patches on top of the new component helpers API. A new branch "drm_kms_for_next-v6" is available here git://git.linaro.org/people/benjamin.gaignard/kernel.git Regards, Benjamin 2014-07-04 10:39 GMT+02:00 Benjamin Gaignard : > Rob, Russel, > > Wha

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-04 Thread Benjamin Gaignard
Rob, Russel, What I can do is to rebase my driver on driver-core-next branch from Greg tree (git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git). Does that could help ? Regards, Benjamin 2014-07-03 23:59 GMT+02:00 Rob Clark : > On Thu, Jul 3, 2014 at 5:52 PM, Russell King -

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-03 Thread Rob Clark
On Thu, Jul 3, 2014 at 5:52 PM, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 05:31:21PM -0400, Rob Clark wrote: >> >From a brief look, it looks like my comments have been addressed, so I >> think this is starting to shape up.. >> >> Laurent/Thierry/Russell, I don't suppose any of you

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-03 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 10:52:00PM +0100, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 05:31:21PM -0400, Rob Clark wrote: > > >From a brief look, it looks like my comments have been addressed, so I > > think this is starting to shape up.. > > > > Laurent/Thierry/Russell, I don't suppo

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-03 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 05:31:21PM -0400, Rob Clark wrote: > >From a brief look, it looks like my comments have been addressed, so I > think this is starting to shape up.. > > Laurent/Thierry/Russell, I don't suppose any of you are likely to have > time before 3.17 merge window to give sti one las

Re: [PATCH v5 00/11] Add DRM for stih4xx platforms

2014-07-03 Thread Rob Clark
>From a brief look, it looks like my comments have been addressed, so I think this is starting to shape up.. Laurent/Thierry/Russell, I don't suppose any of you are likely to have time before 3.17 merge window to give sti one last once-over to see what I missed ;-) BR, -R On Wed, Jun 18, 2014 at

[PATCH v5 00/11] Add DRM for stih4xx platforms

2014-06-18 Thread Benjamin Gaignard
This series of patches add the support of DRM/KMS drivers for STMicroelectronics chipsets stih416 and stih407. version 5: - Rework sti_drm_drv probes functions to support deferred probe. This allow hdmi to delayed framebuffer creation until I2C is available. - Add ops fu