[Intel-gfx] [PATCH v14 20/32] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
kbuild test robot
lkp at intel.com
Sat Feb 16 02:43:38 UTC 2019
Hi Ramalingam,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[cannot apply to v5.0-rc4 next-20190215]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Ramalingam-C/drm-i915-Implement-HDCP2-2/20190216-090245
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-defconfig (attached as .config)
compiler: gcc-8 (Debian 8.2.0-20) 8.2.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/misc/mei/hdcp/mei_hdcp.c:28:10: fatal error: drm/i915_mei_hdcp_interface.h: No such file or directory
#include <drm/i915_mei_hdcp_interface.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
In file included from drivers/gpu/drm/i915/i915_drv.c:50:
>> drivers/gpu/drm/i915/i915_drv.h:58:10: fatal error: drm/i915_mei_hdcp_interface.h: No such file or directory
#include <drm/i915_mei_hdcp_interface.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
In file included from include/drm/i915_component.h:27,
from drivers/gpu/drm/i915/intel_hdcp.c:10:
include/drm/drm_audio_component.h:22:27: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
void (*get_power)(struct device *);
^~~~~~
include/drm/drm_audio_component.h:28:27: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
void (*put_power)(struct device *);
^~~~~~
include/drm/drm_audio_component.h:32:37: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
void (*codec_wake_override)(struct device *, bool enable);
^~~~~~
include/drm/drm_audio_component.h:36:31: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
int (*get_cdclk_freq)(struct device *);
^~~~~~
include/drm/drm_audio_component.h:43:32: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
int (*sync_audio_rate)(struct device *, int port, int pipe, int rate);
^~~~~~
include/drm/drm_audio_component.h:56:24: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
int (*get_eld)(struct device *, int port, int pipe, bool *enabled,
^~~~~~
include/drm/drm_audio_component.h:90:28: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
int (*master_bind)(struct device *dev, struct drm_audio_component *);
^~~~~~
include/drm/drm_audio_component.h:97:31: warning: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration
void (*master_unbind)(struct device *dev, struct drm_audio_component *);
^~~~~~
In file included from drivers/gpu/drm/i915/intel_drv.h:34,
from drivers/gpu/drm/i915/intel_hdcp.c:15:
>> drivers/gpu/drm/i915/i915_drv.h:58:10: fatal error: drm/i915_mei_hdcp_interface.h: No such file or directory
#include <drm/i915_mei_hdcp_interface.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +28 drivers/misc/mei/hdcp/mei_hdcp.c
> 28 #include <drm/i915_mei_hdcp_interface.h>
29
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 26981 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20190216/e5d0939b/attachment-0001.gz>
More information about the Intel-gfx
mailing list