[Intel-gfx] [PATCH 1/2] drm/i915/BXT: Fixed COS blanking issue
kbuild test robot
lkp at intel.com
Tue Feb 2 18:38:47 UTC 2016
Hi Uma,
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.5-rc2 next-20160201]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Ramalingam-C/drm-i915-BXT-Fixed-COS-blanking-issue/20160203-020606
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-rhel (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/gpu/drm/i915/intel_display.c: In function 'intel_get_dsi_pipe_timings':
drivers/gpu/drm/i915/intel_display.c:7858:4: error: implicit declaration of function 'enc_to_intel_dsi' [-Werror=implicit-function-declaration]
enc_to_intel_dsi(&encoder->base);
^
drivers/gpu/drm/i915/intel_display.c:7858:4: warning: initialization makes pointer from integer without a cast
>> drivers/gpu/drm/i915/intel_display.c:7861:36: error: dereferencing pointer to incomplete type
pipe_config->pipe_bpp = intel_dsi->dsi_bpp;
^
drivers/gpu/drm/i915/intel_display.c:7862:3: error: implicit declaration of function 'for_each_dsi_port' [-Werror=implicit-function-declaration]
for_each_dsi_port(port, intel_dsi->ports) {
^
drivers/gpu/drm/i915/intel_display.c:7862:36: error: dereferencing pointer to incomplete type
for_each_dsi_port(port, intel_dsi->ports) {
^
drivers/gpu/drm/i915/intel_display.c:7862:45: error: expected ';' before '{' token
for_each_dsi_port(port, intel_dsi->ports) {
^
drivers/gpu/drm/i915/intel_display.c: In function 'haswell_get_pipe_config':
drivers/gpu/drm/i915/intel_display.c:10079:9: error: 'BXT_PIPE_SELECT_A' undeclared (first use in this function)
case BXT_PIPE_SELECT_A:
^
drivers/gpu/drm/i915/intel_display.c:10079:9: note: each undeclared identifier is reported only once for each function it appears in
drivers/gpu/drm/i915/intel_display.c:10082:9: error: 'BXT_PIPE_SELECT_B' undeclared (first use in this function)
case BXT_PIPE_SELECT_B:
^
drivers/gpu/drm/i915/intel_display.c:10085:9: error: 'BXT_PIPE_SELECT_C' undeclared (first use in this function)
case BXT_PIPE_SELECT_C:
^
cc1: some warnings being treated as errors
vim +7861 drivers/gpu/drm/i915/intel_display.c
7852 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
7853 }
7854
7855
7856 for_each_encoder_on_crtc(dev, &crtc->base, encoder) {
7857 struct intel_dsi *intel_dsi =
> 7858 enc_to_intel_dsi(&encoder->base);
7859 enum port port;
7860
> 7861 pipe_config->pipe_bpp = intel_dsi->dsi_bpp;
7862 for_each_dsi_port(port, intel_dsi->ports) {
7863 pipe_config->base.adjusted_mode.crtc_hdisplay =
7864 I915_READ(BXT_MIPI_TRANS_HACTIVE(port));
---
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/octet-stream
Size: 35609 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20160203/6f2409cb/attachment-0001.obj>
More information about the Intel-gfx
mailing list