* [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features
@ 2013-05-29 5:44 Laurent Pinchart
[not found] ` <1369806274-19046-1-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2013-05-29 5:44 UTC (permalink / raw)
To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Thierry Reding
From: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features
[not found] ` <1369806274-19046-1-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
@ 2013-05-29 10:50 ` Thierry Reding
2013-06-27 9:09 ` Laurent Pinchart
0 siblings, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2013-05-29 10:50 UTC (permalink / raw)
To: Laurent Pinchart
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
On Wed, May 29, 2013 at 07:44:34AM +0200, Laurent Pinchart wrote:
> From: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
>
> 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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> ---
> 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
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features
2013-05-29 10:50 ` Thierry Reding
@ 2013-06-27 9:09 ` Laurent Pinchart
2013-06-27 10:01 ` Thierry Reding
0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2013-06-27 9:09 UTC (permalink / raw)
To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
Cc: Thierry Reding
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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> >
> > 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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > ---
> >
> > 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features
2013-06-27 9:09 ` Laurent Pinchart
@ 2013-06-27 10:01 ` Thierry Reding
0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2013-06-27 10:01 UTC (permalink / raw)
To: Laurent Pinchart
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]
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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > >
> > > 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.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > > ---
> > >
> > > 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
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-27 10:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 5:44 [PATCH] gpu/host1x: Remove DRIVER_BUS_PLATFORM from driver_features Laurent Pinchart
[not found] ` <1369806274-19046-1-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
2013-05-29 10:50 ` Thierry Reding
2013-06-27 9:09 ` Laurent Pinchart
2013-06-27 10:01 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox