tree: git://anongit.freedesktop.org/drm-intel topic/drm-misc head: cfc5adea1955ee8ddb62cc0d20ee454472033b6a commit: 936e71e314d393cd74c42c81b00b2092330c802d [5/18] drm/i915: Use drm_plane_state.{src,dst,visible} config: i386-randconfig-s0-201632 (attached as .config) compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 reproduce: git checkout 936e71e314d393cd74c42c81b00b2092330c802d # save the attached .config to linux build tree make ARCH=i386
Note: the drm-intel/topic/drm-misc HEAD cfc5adea1955ee8ddb62cc0d20ee454472033b6a builds fine. It only hurts bisectibility. All error/warnings (new ones prefixed by >>): drivers/gpu/drm/i915/intel_display.c: In function 'intel_check_primary_plane': >> drivers/gpu/drm/i915/intel_display.c:14148:23: error: 'struct >> drm_plane_state' has no member named 'clip' &state->base.clip, ^ drivers/gpu/drm/i915/intel_display.c: In function 'intel_check_cursor_plane': drivers/gpu/drm/i915/intel_display.c:14341:22: error: 'struct drm_plane_state' has no member named 'clip' &state->base.clip, ^ drivers/gpu/drm/i915/intel_display.c: In function 'intel_check_primary_plane': >> drivers/gpu/drm/i915/intel_display.c:14153:1: warning: control reaches end >> of non-void function [-Wreturn-type] } ^ vim +14148 drivers/gpu/drm/i915/intel_display.c 14142 can_position = true; 14143 } 14144 14145 return drm_plane_helper_check_update(plane, crtc, fb, 14146 &state->base.src, 14147 &state->base.dst, 14148 &state->base.clip, 14149 state->base.rotation, 14150 min_scale, max_scale, 14151 can_position, true, 14152 &state->base.visible); 14153 } 14154 14155 static void intel_begin_crtc_commit(struct drm_crtc *crtc, 14156 struct drm_crtc_state *old_crtc_state) --- 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: 34064 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160809/7159db1f/attachment-0001.obj>