On Sat, Jul 07, 2012 at 10:08:47AM +0800, Fengguang Wu wrote:
> On Fri, Jul 06, 2012 at 06:09:20PM +0100, Dave Airlie wrote:
> > On Fri, Jul 6, 2012 at 5:49 PM, Dave Airlie wrote:
> > > On Fri, Jul 6, 2012 at 3:48 PM, Fengguang Wu
> > > wrote:
> > >> ... The missed kconfig.
> > >>
> > >> On Fri,
On Fri, Jul 06, 2012 at 01:59:13PM -0600, Stephen Warren wrote:
> On 07/05/2012 06:15 AM, Thierry Reding wrote:
> > Here's a new proposal that should address all issues collected
> > during the discussion of the previous one:
> >
> > From tegra20.dtsi:
> ...
>
> At a quick glance, that all seems
we are referencing the pointer after doing alloc_apertures,
as alloc_apertures kzallocs, the kzalloc may fail and we get a NULL.
so we need to check for NULL before we dereference this pointer
Signed-off-by: Devendra Naga
---
drivers/gpu/drm/mgag200/mgag200_drv.c |3 +++
1 file changed, 3 i
The declarations were moved around because of a GCC warning,
"ISO C90 forbids mixed declarations and code". (why so strict?)
Signed-off-by: Lauri Kasanen
---
drivers/gpu/drm/radeon/r600.c | 16
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/ra
Hi
This info comes from r600_demo, and was confirmed correct on a RV710.
Signed-off-by: Lauri Kasanen
---
drivers/gpu/drm/radeon/r600d.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/r600d.h b/drivers/gpu/drm/radeon/r600d.h
index 025fd5b..b818a5
Hi,
On Fri, Jul 6, 2012 at 9:28 PM, Leela Krishna Amudala
wrote:
> Add device tree based discovery support for DRM-FIMD driver.
>
> Signed-off-by: Leela Krishna Amudala
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> index 29fdbfe..37769c
On Fri, Jul 06, 2012 at 06:09:20PM +0100, Dave Airlie wrote:
> On Fri, Jul 6, 2012 at 5:49 PM, Dave Airlie wrote:
> > On Fri, Jul 6, 2012 at 3:48 PM, Fengguang Wu
> > wrote:
> >> ... The missed kconfig.
> >>
> >> On Fri, Jul 06, 2012 at 10:46:22PM +0800, Fengguang Wu wrote:
> >>> Hi Thomas,
> >
On Sat, Jul 07, 2012 at 10:08:47AM +0800, Fengguang Wu wrote:
> On Fri, Jul 06, 2012 at 06:09:20PM +0100, Dave Airlie wrote:
> > On Fri, Jul 6, 2012 at 5:49 PM, Dave Airlie wrote:
> > > On Fri, Jul 6, 2012 at 3:48 PM, Fengguang Wu
> > > wrote:
> > >> ... The missed kconfig.
> > >>
> > >> On Fri,
The declarations were moved around because of a GCC warning,
"ISO C90 forbids mixed declarations and code". (why so strict?)
Signed-off-by: Lauri Kasanen
---
drivers/gpu/drm/radeon/r600.c | 16
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/ra
Hi
This info comes from r600_demo, and was confirmed correct on a RV710.
Signed-off-by: Lauri Kasanen
---
drivers/gpu/drm/radeon/r600d.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/r600d.h b/drivers/gpu/drm/radeon/r600d.h
index 025fd5b..b818a5
we are referencing the pointer after doing alloc_apertures,
as alloc_apertures kzallocs, the kzalloc may fail and we get a NULL.
so we need to check for NULL before we dereference this pointer
Signed-off-by: Devendra Naga
---
drivers/gpu/drm/mgag200/mgag200_drv.c |3 +++
1 file changed, 3 i
From: Alan Cox
Otherwise we end up getting the masks wrong, can get events before we are
doing power control and other ungood things.
Signed-off-by: Alan Cox
---
drivers/gpu/drm/gma500/opregion.c |8 +++-
drivers/gpu/drm/gma500/opregion.h |5 +
drivers/gpu/drm/gma500/psb_drv.c
12 matches
Mail list logo