Re: linux-next: build failure after merge of the drm-tegra tree

2019-02-03 Thread Thierry Reding
On Mon, Feb 04, 2019 at 11:12:41AM +1100, Stephen Rothwell wrote:
> Hi Thierry,
> 
> After merging the drm-tegra tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
> 
> drivers/gpu/host1x/cdma.c: In function 'host1x_cdma_wait_pushbuffer_space':
> drivers/gpu/host1x/cdma.c:279:13: error: 'struct host1x_cdma' has no member 
> named 'sem'
>down(>sem);
>  ^~
> 
> Caused by commit
> 
>   abb289796799 ("gpu: host1x: Use completion instead of semaphore")
> 
> interacting with commit
> 
>   db5652be58a9 ("gpu: host1x: Introduce support for wide opcodes")
> 
> I have used the drm-tegra tree from next-20190201 for today.

Oh my... so I go through all the build testing and then pull in the
seemlessly harmless fix and ruin everything...

I've fixed it up in my tree now, thanks.

Thierry


signature.asc
Description: PGP signature


linux-next: build failure after merge of the drm-tegra tree

2019-02-03 Thread Stephen Rothwell
Hi Thierry,

After merging the drm-tegra tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

drivers/gpu/host1x/cdma.c: In function 'host1x_cdma_wait_pushbuffer_space':
drivers/gpu/host1x/cdma.c:279:13: error: 'struct host1x_cdma' has no member 
named 'sem'
   down(>sem);
 ^~

Caused by commit

  abb289796799 ("gpu: host1x: Use completion instead of semaphore")

interacting with commit

  db5652be58a9 ("gpu: host1x: Introduce support for wide opcodes")

I have used the drm-tegra tree from next-20190201 for today.

-- 
Cheers,
Stephen Rothwell


pgp5NLEIfrY_f.pgp
Description: OpenPGP digital signature


linux-next: build failure after merge of the drm-tegra tree

2014-08-03 Thread Stephen Rothwell
Hi Thierry,

After merging the drm-tegra tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

In file included from include/asm-generic/bug.h:13:0,
 from arch/arm/include/asm/bug.h:61,
 from include/linux/bug.h:4,
 from include/linux/scatterlist.h:5,
 from include/linux/dma-buf.h:29,
 from drivers/gpu/drm/tegra/gem.c:16:
drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_dumb_create':
drivers/gpu/drm/tegra/gem.c:265:39: error: dereferencing pointer to incomplete 
type
  min_pitch = round_up(min_pitch, tegra->pitch_align);
   ^
include/linux/kernel.h:62:46: note: in definition of macro '__round_mask'
 #define __round_mask(x, y) ((__typeof__(x))((y)-1))
  ^
drivers/gpu/drm/tegra/gem.c:265:14: note: in expansion of macro 'round_up'
  min_pitch = round_up(min_pitch, tegra->pitch_align);
  ^
drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_init':
drivers/gpu/drm/tegra/dc.c:1300:29: error: 'tegra' undeclared (first use in 
this function)
  if (dc->soc->pitch_align > tegra->pitch_align)
 ^
drivers/gpu/drm/tegra/dc.c:1300:29: note: each undeclared identifier is 
reported only once for each function it appears in

Caused by commit 26861f43da4e ("drm/tegra: Properly align stride for
framebuffers").

I have used the drm-tegra tree from next-20140801 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


signature.asc
Description: PGP signature


linux-next: build failure after merge of the drm-tegra tree

2014-08-03 Thread Stephen Rothwell
Hi Thierry,

After merging the drm-tegra tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

In file included from include/asm-generic/bug.h:13:0,
 from arch/arm/include/asm/bug.h:61,
 from include/linux/bug.h:4,
 from include/linux/scatterlist.h:5,
 from include/linux/dma-buf.h:29,
 from drivers/gpu/drm/tegra/gem.c:16:
drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_dumb_create':
drivers/gpu/drm/tegra/gem.c:265:39: error: dereferencing pointer to incomplete 
type
  min_pitch = round_up(min_pitch, tegra-pitch_align);
   ^
include/linux/kernel.h:62:46: note: in definition of macro '__round_mask'
 #define __round_mask(x, y) ((__typeof__(x))((y)-1))
  ^
drivers/gpu/drm/tegra/gem.c:265:14: note: in expansion of macro 'round_up'
  min_pitch = round_up(min_pitch, tegra-pitch_align);
  ^
drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_init':
drivers/gpu/drm/tegra/dc.c:1300:29: error: 'tegra' undeclared (first use in 
this function)
  if (dc-soc-pitch_align  tegra-pitch_align)
 ^
drivers/gpu/drm/tegra/dc.c:1300:29: note: each undeclared identifier is 
reported only once for each function it appears in

Caused by commit 26861f43da4e (drm/tegra: Properly align stride for
framebuffers).

I have used the drm-tegra tree from next-20140801 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


signature.asc
Description: PGP signature


Re: linux-next: build failure after merge of the drm-tegra tree

2014-02-27 Thread Thierry Reding
On Thu, Feb 27, 2014 at 12:53:57PM +1100, Stephen Rothwell wrote:
> Hi Thierry,
> 
> After merging the drm-tegra tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_init':
> drivers/gpu/drm/tegra/sor.c:924:22: error: 'TEGRA_OUTPUT_LVDS' undeclared 
> (first use in this function)
> 
> Caused by commit 765db82ce08a ("drm/tegra: Add eDP support").
> 
> I have used the drm-tegra tree from next-20140226 for today.

I've pushed out a fixed tree for linux-next.

Thanks,
Thierry


pgp4p_ZAcTLgU.pgp
Description: PGP signature


Re: linux-next: build failure after merge of the drm-tegra tree

2014-02-27 Thread Thierry Reding
On Thu, Feb 27, 2014 at 12:53:57PM +1100, Stephen Rothwell wrote:
 Hi Thierry,
 
 After merging the drm-tegra tree, today's linux-next build (x86_64
 allmodconfig) failed like this:
 
 drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_init':
 drivers/gpu/drm/tegra/sor.c:924:22: error: 'TEGRA_OUTPUT_LVDS' undeclared 
 (first use in this function)
 
 Caused by commit 765db82ce08a (drm/tegra: Add eDP support).
 
 I have used the drm-tegra tree from next-20140226 for today.

I've pushed out a fixed tree for linux-next.

Thanks,
Thierry


pgp4p_ZAcTLgU.pgp
Description: PGP signature


linux-next: build failure after merge of the drm-tegra tree

2014-02-26 Thread Stephen Rothwell
Hi Thierry,

After merging the drm-tegra tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_init':
drivers/gpu/drm/tegra/sor.c:924:22: error: 'TEGRA_OUTPUT_LVDS' undeclared 
(first use in this function)

Caused by commit 765db82ce08a ("drm/tegra: Add eDP support").

I have used the drm-tegra tree from next-20140226 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpty15miu7cK.pgp
Description: PGP signature


linux-next: build failure after merge of the drm-tegra tree

2014-02-26 Thread Stephen Rothwell
Hi Thierry,

After merging the drm-tegra tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_init':
drivers/gpu/drm/tegra/sor.c:924:22: error: 'TEGRA_OUTPUT_LVDS' undeclared 
(first use in this function)

Caused by commit 765db82ce08a (drm/tegra: Add eDP support).

I have used the drm-tegra tree from next-20140226 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpty15miu7cK.pgp
Description: PGP signature