All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: kbuild-all@01.org, intel-gfx@lists.freedesktop.org,
	Cooper Chiou <cooper.chiou@intel.com>,
	jani.nikula@intel.com, stable@vger.kernel.org,
	Wei Shun Chen <wei.shun.chang@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable
Date: Mon, 19 Sep 2016 18:48:35 +0800	[thread overview]
Message-ID: <201609191847.pkzLKRPP%fengguang.wu@intel.com> (raw)
In-Reply-To: <1474273390-31621-1-git-send-email-jani.nikula@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]

Hi Shawn,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.8-rc7 next-20160916]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Jani-Nikula/drm-i915-backlight-setup-backlight-pwm-alternate-increment-on-backlight-enable/20160919-181342
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-x008-201638 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/intel_panel.c: In function 'lpt_enable_backlight':
>> drivers/gpu/drm/i915/intel_panel.c:855:23: error: 'struct <anonymous>' has no member named 'alternate_pwm_increment'
      if (panel->backlight.alternate_pwm_increment)
                          ^
   drivers/gpu/drm/i915/intel_panel.c:862:23: error: 'struct <anonymous>' has no member named 'alternate_pwm_increment'
      if (panel->backlight.alternate_pwm_increment)
                          ^

vim +855 drivers/gpu/drm/i915/intel_panel.c

   849			pch_ctl1 &= ~BLM_PCH_PWM_ENABLE;
   850			I915_WRITE(BLC_PWM_PCH_CTL1, pch_ctl1);
   851		}
   852	
   853		if (HAS_PCH_LPT(dev_priv)) {
   854			schicken = I915_READ(SOUTH_CHICKEN2);
 > 855			if (panel->backlight.alternate_pwm_increment)
   856				schicken |= LPT_PWM_GRANULARITY;
   857			else
   858				schicken &= ~LPT_PWM_GRANULARITY;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27646 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, intel-gfx@lists.freedesktop.org,
	Cooper Chiou <cooper.chiou@intel.com>,
	jani.nikula@intel.com, stable@vger.kernel.org,
	Wei Shun Chen <wei.shun.chang@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable
Date: Mon, 19 Sep 2016 18:48:35 +0800	[thread overview]
Message-ID: <201609191847.pkzLKRPP%fengguang.wu@intel.com> (raw)
In-Reply-To: <1474273390-31621-1-git-send-email-jani.nikula@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]

Hi Shawn,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.8-rc7 next-20160916]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Jani-Nikula/drm-i915-backlight-setup-backlight-pwm-alternate-increment-on-backlight-enable/20160919-181342
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-x008-201638 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/intel_panel.c: In function 'lpt_enable_backlight':
>> drivers/gpu/drm/i915/intel_panel.c:855:23: error: 'struct <anonymous>' has no member named 'alternate_pwm_increment'
      if (panel->backlight.alternate_pwm_increment)
                          ^
   drivers/gpu/drm/i915/intel_panel.c:862:23: error: 'struct <anonymous>' has no member named 'alternate_pwm_increment'
      if (panel->backlight.alternate_pwm_increment)
                          ^

vim +855 drivers/gpu/drm/i915/intel_panel.c

   849			pch_ctl1 &= ~BLM_PCH_PWM_ENABLE;
   850			I915_WRITE(BLC_PWM_PCH_CTL1, pch_ctl1);
   851		}
   852	
   853		if (HAS_PCH_LPT(dev_priv)) {
   854			schicken = I915_READ(SOUTH_CHICKEN2);
 > 855			if (panel->backlight.alternate_pwm_increment)
   856				schicken |= LPT_PWM_GRANULARITY;
   857			else
   858				schicken &= ~LPT_PWM_GRANULARITY;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27646 bytes --]

  parent reply	other threads:[~2016-09-19 10:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19  8:23 [PATCH] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable Jani Nikula
2016-09-19  8:23 ` Jani Nikula
2016-09-19  8:24 ` [PATCH v2 1/2] drm/i915/backlight: setup and cache pwm alternate increment value Jani Nikula
2016-09-19  8:24   ` [PATCH v2 2/2] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable Jani Nikula
2016-09-19  8:24     ` Jani Nikula
2016-09-19  8:32     ` Jani Nikula
2016-09-19  8:32       ` Jani Nikula
2016-09-19  9:18   ` [PATCH v2 1/2] drm/i915/backlight: setup and cache pwm alternate increment value Lee, Shawn C
2016-09-19  9:20     ` Jani Nikula
2016-09-19  8:25 ` [PATCH] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable Jani Nikula
2016-09-19 10:48 ` kbuild test robot [this message]
2016-09-19 10:48   ` [Intel-gfx] " kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201609191847.pkzLKRPP%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=cooper.chiou@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=kbuild-all@01.org \
    --cc=stable@vger.kernel.org \
    --cc=wei.shun.chang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.