[PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-06-27 Thread Thierry Reding
On Thu, Jun 27, 2013 at 11:09:39AM +0200, Laurent Pinchart wrote:
> Hi Thierry,
> 
> On Wednesday 29 May 2013 12:50:40 Thierry Reding wrote:
> > On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
> > > From: Laurent Pinchart 
> > > 
> > > DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
> > > in the driver's driver_features field.
> > > 
> > > Signed-off-by: Laurent Pinchart 
> > > ---
> > > 
> > >  drivers/gpu/host1x/drm/drm.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Applied, thanks. I did modify the subject's prefix to "drm/tegra: " for
> > consistency, though.
> 
> Do you plan to push the patch to v3.11 through Dave's tree ? I can't find it 
> in drm-next.

Yes, I have it in my for-next branch (so it should be in linux-next)
that I'll request Dave to pull from for 3.11.

Thierry
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: 



[PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-06-27 Thread Laurent Pinchart
Hi Thierry,

On Wednesday 29 May 2013 12:50:40 Thierry Reding wrote:
> On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
> > From: Laurent Pinchart 
> > 
> > DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
> > in the driver's driver_features field.
> > 
> > Signed-off-by: Laurent Pinchart 
> > ---
> > 
> >  drivers/gpu/host1x/drm/drm.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Applied, thanks. I did modify the subject's prefix to "drm/tegra: " for
> consistency, though.

Do you plan to push the patch to v3.11 through Dave's tree ? I can't find it 
in drm-next.

-- 
Regards,

Laurent Pinchart



Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-06-27 Thread Laurent Pinchart
Hi Thierry,

On Wednesday 29 May 2013 12:50:40 Thierry Reding wrote:
 On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
  From: Laurent Pinchart laurent.pinch...@ideasonboard.com
  
  DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
  in the driver's driver_features field.
  
  Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com
  ---
  
   drivers/gpu/host1x/drm/drm.c | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
 
 Applied, thanks. I did modify the subject's prefix to drm/tegra:  for
 consistency, though.

Do you plan to push the patch to v3.11 through Dave's tree ? I can't find it 
in drm-next.

-- 
Regards,

Laurent Pinchart

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-06-27 Thread Thierry Reding
On Thu, Jun 27, 2013 at 11:09:39AM +0200, Laurent Pinchart wrote:
 Hi Thierry,
 
 On Wednesday 29 May 2013 12:50:40 Thierry Reding wrote:
  On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
   From: Laurent Pinchart laurent.pinch...@ideasonboard.com
   
   DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
   in the driver's driver_features field.
   
   Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com
   ---
   
drivers/gpu/host1x/drm/drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
  
  Applied, thanks. I did modify the subject's prefix to drm/tegra:  for
  consistency, though.
 
 Do you plan to push the patch to v3.11 through Dave's tree ? I can't find it 
 in drm-next.

Yes, I have it in my for-next branch (so it should be in linux-next)
that I'll request Dave to pull from for 3.11.

Thierry


pgplwVfp2C4we.pgp
Description: PGP signature
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-05-29 Thread Thierry Reding
On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
> From: Laurent Pinchart 
> 
> DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
> in the driver's driver_features field.
> 
> Signed-off-by: Laurent Pinchart 
> ---
>  drivers/gpu/host1x/drm/drm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks. I did modify the subject's prefix to "drm/tegra: " for
consistency, though.

Thierry
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: 



[PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-05-29 Thread Laurent Pinchart
From: Laurent Pinchart 

DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
in the driver's driver_features field.

Signed-off-by: Laurent Pinchart 
---
 drivers/gpu/host1x/drm/drm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/host1x/drm/drm.c b/drivers/gpu/host1x/drm/drm.c
index 2b561c9..e658a2a 100644
--- a/drivers/gpu/host1x/drm/drm.c
+++ b/drivers/gpu/host1x/drm/drm.c
@@ -605,7 +605,7 @@ static void tegra_debugfs_cleanup(struct drm_minor *minor)
 #endif

 struct drm_driver tegra_drm_driver = {
-   .driver_features = DRIVER_BUS_PLATFORM | DRIVER_MODESET | DRIVER_GEM,
+   .driver_features = DRIVER_MODESET | DRIVER_GEM,
.load = tegra_drm_load,
.unload = tegra_drm_unload,
.open = tegra_drm_open,
-- 
Regards,

Laurent Pinchart



Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-05-29 Thread Thierry Reding
On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
 From: Laurent Pinchart laurent.pinch...@ideasonboard.com
 
 DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
 in the driver's driver_features field.
 
 Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com
 ---
  drivers/gpu/host1x/drm/drm.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks. I did modify the subject's prefix to drm/tegra:  for
consistency, though.

Thierry


pgpIdQJDsbqKM.pgp
Description: PGP signature
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features

2013-05-29 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinch...@ideasonboard.com

DRIVER_BUS_PLATFORM is not a DRM driver feature flag, it must not be set
in the driver's driver_features field.

Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com
---
 drivers/gpu/host1x/drm/drm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/host1x/drm/drm.c b/drivers/gpu/host1x/drm/drm.c
index 2b561c9..e658a2a 100644
--- a/drivers/gpu/host1x/drm/drm.c
+++ b/drivers/gpu/host1x/drm/drm.c
@@ -605,7 +605,7 @@ static void tegra_debugfs_cleanup(struct drm_minor *minor)
 #endif
 
 struct drm_driver tegra_drm_driver = {
-   .driver_features = DRIVER_BUS_PLATFORM | DRIVER_MODESET | DRIVER_GEM,
+   .driver_features = DRIVER_MODESET | DRIVER_GEM,
.load = tegra_drm_load,
.unload = tegra_drm_unload,
.open = tegra_drm_open,
-- 
Regards,

Laurent Pinchart

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel