All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: select CRC32
@ 2017-06-21  6:34 Nicholas Piggin
  2017-06-21  9:13 ` Daniel Vetter
  0 siblings, 1 reply; 6+ messages in thread
From: Nicholas Piggin @ 2017-06-21  6:34 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Nicholas Piggin, Daniel Vetter, Jani Nikula, intel-gfx,
	dri-devel, linux-kbuild, Masahiro Yamada

kbuild test robot found a build failure when building with thin
archives:

http://marc.info/?l=linux-kbuild&m=149802285009737&w=2

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
 drivers/gpu/drm/i915/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index a5cd5dacf055..e9e64e8e9765 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -21,6 +21,7 @@ config DRM_I915
 	select ACPI_BUTTON if ACPI
 	select SYNC_FILE
 	select IOSF_MBI
+	select CRC32
 	help
 	  Choose this option if you have a system that has "Intel Graphics
 	  Media Accelerator" or "HD Graphics" integrated graphics,
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/i915: select CRC32
  2017-06-21  6:34 [PATCH] drm/i915: select CRC32 Nicholas Piggin
@ 2017-06-21  9:13 ` Daniel Vetter
  2017-06-21  9:15     ` Chris Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Vetter @ 2017-06-21  9:13 UTC (permalink / raw)
  To: Nicholas Piggin
  Cc: Zhenyu Wang, linux-kbuild, intel-gfx, dri-devel, Masahiro Yamada,
	Daniel Vetter

On Wed, Jun 21, 2017 at 04:34:20PM +1000, Nicholas Piggin wrote:
> kbuild test robot found a build failure when building with thin
> archives:
> 
> http://marc.info/?l=linux-kbuild&m=149802285009737&w=2
> 
> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>

Pushed to drm-intel for 4.14, thanks.
-Daniel

> ---
>  drivers/gpu/drm/i915/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
> index a5cd5dacf055..e9e64e8e9765 100644
> --- a/drivers/gpu/drm/i915/Kconfig
> +++ b/drivers/gpu/drm/i915/Kconfig
> @@ -21,6 +21,7 @@ config DRM_I915
>  	select ACPI_BUTTON if ACPI
>  	select SYNC_FILE
>  	select IOSF_MBI
> +	select CRC32
>  	help
>  	  Choose this option if you have a system that has "Intel Graphics
>  	  Media Accelerator" or "HD Graphics" integrated graphics,
> -- 
> 2.11.0
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/i915: select CRC32
  2017-06-21  9:13 ` Daniel Vetter
@ 2017-06-21  9:15     ` Chris Wilson
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Wilson @ 2017-06-21  9:15 UTC (permalink / raw)
  To: Daniel Vetter, Nicholas Piggin
  Cc: linux-kbuild, intel-gfx, dri-devel, Masahiro Yamada, Daniel Vetter

Quoting Daniel Vetter (2017-06-21 10:13:41)
> On Wed, Jun 21, 2017 at 04:34:20PM +1000, Nicholas Piggin wrote:
> > kbuild test robot found a build failure when building with thin
> > archives:
> > 
> > http://marc.info/?l=linux-kbuild&m=149802285009737&w=2
> > 
> > Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
> 
> Pushed to drm-intel for 4.14, thanks.

Probably deserves to be in fixes if we identify what introduced the CRC
dep. mst-dp? pipe crc?
-Chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/i915: select CRC32
@ 2017-06-21  9:15     ` Chris Wilson
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Wilson @ 2017-06-21  9:15 UTC (permalink / raw)
  To: Daniel Vetter, Nicholas Piggin
  Cc: Daniel Vetter, Masahiro Yamada, intel-gfx, dri-devel, linux-kbuild

Quoting Daniel Vetter (2017-06-21 10:13:41)
> On Wed, Jun 21, 2017 at 04:34:20PM +1000, Nicholas Piggin wrote:
> > kbuild test robot found a build failure when building with thin
> > archives:
> > 
> > http://marc.info/?l=linux-kbuild&m=149802285009737&w=2
> > 
> > Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
> 
> Pushed to drm-intel for 4.14, thanks.

Probably deserves to be in fixes if we identify what introduced the CRC
dep. mst-dp? pipe crc?
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/i915: select CRC32
  2017-06-21  9:15     ` Chris Wilson
  (?)
@ 2017-06-21  9:26     ` Nicholas Piggin
  2017-06-28  8:53       ` Jani Nikula
  -1 siblings, 1 reply; 6+ messages in thread
From: Nicholas Piggin @ 2017-06-21  9:26 UTC (permalink / raw)
  To: Chris Wilson
  Cc: Daniel Vetter, linux-kbuild, intel-gfx, dri-devel,
	Masahiro Yamada, Daniel Vetter

On Wed, 21 Jun 2017 10:15:56 +0100
Chris Wilson <chris@chris-wilson.co.uk> wrote:

> Quoting Daniel Vetter (2017-06-21 10:13:41)
> > On Wed, Jun 21, 2017 at 04:34:20PM +1000, Nicholas Piggin wrote:  
> > > kbuild test robot found a build failure when building with thin
> > > archives:
> > > 
> > > http://marc.info/?l=linux-kbuild&m=149802285009737&w=2
> > > 
> > > Signed-off-by: Nicholas Piggin <npiggin@gmail.com>  
> > 
> > Pushed to drm-intel for 4.14, thanks.  
> 
> Probably deserves to be in fixes if we identify what introduced the CRC
> dep. mst-dp? pipe crc?

Looks like

579cea5f3 ("drm/i915/gvt: golden virtual HW state management")

Thanks,
Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/i915: select CRC32
  2017-06-21  9:26     ` Nicholas Piggin
@ 2017-06-28  8:53       ` Jani Nikula
  0 siblings, 0 replies; 6+ messages in thread
From: Jani Nikula @ 2017-06-28  8:53 UTC (permalink / raw)
  To: Nicholas Piggin, Chris Wilson
  Cc: linux-kbuild, intel-gfx, dri-devel, Masahiro Yamada, Daniel Vetter

On Wed, 21 Jun 2017, Nicholas Piggin <npiggin@gmail.com> wrote:
> On Wed, 21 Jun 2017 10:15:56 +0100
> Chris Wilson <chris@chris-wilson.co.uk> wrote:
>
>> Quoting Daniel Vetter (2017-06-21 10:13:41)
>> > On Wed, Jun 21, 2017 at 04:34:20PM +1000, Nicholas Piggin wrote:  
>> > > kbuild test robot found a build failure when building with thin
>> > > archives:
>> > > 
>> > > http://marc.info/?l=linux-kbuild&m=149802285009737&w=2
>> > > 
>> > > Signed-off-by: Nicholas Piggin <npiggin@gmail.com>  
>> > 
>> > Pushed to drm-intel for 4.14, thanks.  
>> 
>> Probably deserves to be in fixes if we identify what introduced the CRC
>> dep. mst-dp? pipe crc?
>
> Looks like
>
> 579cea5f3 ("drm/i915/gvt: golden virtual HW state management")

Thus the select should've been under DRM_I915_GVT.

BR,
Jani.


>
> Thanks,
> Nick
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Jani Nikula, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-28  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  6:34 [PATCH] drm/i915: select CRC32 Nicholas Piggin
2017-06-21  9:13 ` Daniel Vetter
2017-06-21  9:15   ` Chris Wilson
2017-06-21  9:15     ` Chris Wilson
2017-06-21  9:26     ` Nicholas Piggin
2017-06-28  8:53       ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.