All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Lyude Paul <lyude@redhat.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	Dave Airlie <airlied@gmail.com>,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: kbuild-all@lists.01.org,
	Lucas De Marchi <lucas.demarchi@intel.com>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [Intel-gfx] [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
Date: Sat, 5 Dec 2020 16:12:49 +0800	[thread overview]
Message-ID: <202012051601.EDP2pdr8-lkp@intel.com> (raw)
In-Reply-To: <20201204223603.249878-10-lyude@redhat.com>

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

Hi Lyude,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20201204]
[cannot apply to linus/master drm/drm-next v5.10-rc6]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/18a741e6e1a9f39966c71ef577ef96600891d7ac
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
        git checkout 18a741e6e1a9f39966c71ef577ef96600891d7ac
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_use_fixed_nvid':
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1421:16: error: implicit declaration of function 'drm_dp_get_edid_quirks'; did you mean 'drm_do_get_edid'? [-Werror=implicit-function-declaration]
    1421 |  edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
         |                ^~~~~~~~~~~~~~~~~~~~~~
         |                drm_do_get_edid
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1427:11: error: too many arguments to function 'drm_dp_has_quirk'
    1427 |   return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
         |           ^~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/msm/dp/dp_ctrl.c:14:
   include/drm/drm_dp_helper.h:1895:1: note: declared here
    1895 | drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
         | ^~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +1421 drivers/gpu/drm/msm/dp/dp_ctrl.c

c943b4948b5848 Chandan Uddaraju 2020-08-27  1415  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1416  static bool dp_ctrl_use_fixed_nvid(struct dp_ctrl_private *ctrl)
c943b4948b5848 Chandan Uddaraju 2020-08-27  1417  {
c943b4948b5848 Chandan Uddaraju 2020-08-27  1418  	u8 *dpcd = ctrl->panel->dpcd;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1419  	u32 edid_quirks = 0;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1420  
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1421  	edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
c943b4948b5848 Chandan Uddaraju 2020-08-27  1422  	/*
c943b4948b5848 Chandan Uddaraju 2020-08-27  1423  	 * For better interop experience, used a fixed NVID=0x8000
c943b4948b5848 Chandan Uddaraju 2020-08-27  1424  	 * whenever connected to a VGA dongle downstream.
c943b4948b5848 Chandan Uddaraju 2020-08-27  1425  	 */
c943b4948b5848 Chandan Uddaraju 2020-08-27  1426  	if (drm_dp_is_branch(dpcd))
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1427  		return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
c943b4948b5848 Chandan Uddaraju 2020-08-27  1428  				DP_DPCD_QUIRK_CONSTANT_N));
c943b4948b5848 Chandan Uddaraju 2020-08-27  1429  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1430  	return false;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1431  }
c943b4948b5848 Chandan Uddaraju 2020-08-27  1432  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Lyude Paul <lyude@redhat.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	Dave Airlie <airlied@gmail.com>,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: thaytan@noraisin.net, kbuild-all@lists.01.org,
	Anshuman Gupta <anshuman.gupta@intel.com>,
	Lucas De Marchi <lucas.demarchi@intel.com>,
	open list <linux-kernel@vger.kernel.org>,
	Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Subject: Re: [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
Date: Sat, 5 Dec 2020 16:12:49 +0800	[thread overview]
Message-ID: <202012051601.EDP2pdr8-lkp@intel.com> (raw)
In-Reply-To: <20201204223603.249878-10-lyude@redhat.com>

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

Hi Lyude,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20201204]
[cannot apply to linus/master drm/drm-next v5.10-rc6]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/18a741e6e1a9f39966c71ef577ef96600891d7ac
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
        git checkout 18a741e6e1a9f39966c71ef577ef96600891d7ac
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_use_fixed_nvid':
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1421:16: error: implicit declaration of function 'drm_dp_get_edid_quirks'; did you mean 'drm_do_get_edid'? [-Werror=implicit-function-declaration]
    1421 |  edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
         |                ^~~~~~~~~~~~~~~~~~~~~~
         |                drm_do_get_edid
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1427:11: error: too many arguments to function 'drm_dp_has_quirk'
    1427 |   return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
         |           ^~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/msm/dp/dp_ctrl.c:14:
   include/drm/drm_dp_helper.h:1895:1: note: declared here
    1895 | drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
         | ^~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +1421 drivers/gpu/drm/msm/dp/dp_ctrl.c

c943b4948b5848 Chandan Uddaraju 2020-08-27  1415  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1416  static bool dp_ctrl_use_fixed_nvid(struct dp_ctrl_private *ctrl)
c943b4948b5848 Chandan Uddaraju 2020-08-27  1417  {
c943b4948b5848 Chandan Uddaraju 2020-08-27  1418  	u8 *dpcd = ctrl->panel->dpcd;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1419  	u32 edid_quirks = 0;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1420  
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1421  	edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
c943b4948b5848 Chandan Uddaraju 2020-08-27  1422  	/*
c943b4948b5848 Chandan Uddaraju 2020-08-27  1423  	 * For better interop experience, used a fixed NVID=0x8000
c943b4948b5848 Chandan Uddaraju 2020-08-27  1424  	 * whenever connected to a VGA dongle downstream.
c943b4948b5848 Chandan Uddaraju 2020-08-27  1425  	 */
c943b4948b5848 Chandan Uddaraju 2020-08-27  1426  	if (drm_dp_is_branch(dpcd))
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1427  		return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
c943b4948b5848 Chandan Uddaraju 2020-08-27  1428  				DP_DPCD_QUIRK_CONSTANT_N));
c943b4948b5848 Chandan Uddaraju 2020-08-27  1429  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1430  	return false;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1431  }
c943b4948b5848 Chandan Uddaraju 2020-08-27  1432  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
Date: Sat, 05 Dec 2020 16:12:49 +0800	[thread overview]
Message-ID: <202012051601.EDP2pdr8-lkp@intel.com> (raw)
In-Reply-To: <20201204223603.249878-10-lyude@redhat.com>

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

Hi Lyude,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20201204]
[cannot apply to linus/master drm/drm-next v5.10-rc6]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/18a741e6e1a9f39966c71ef577ef96600891d7ac
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
        git checkout 18a741e6e1a9f39966c71ef577ef96600891d7ac
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_use_fixed_nvid':
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1421:16: error: implicit declaration of function 'drm_dp_get_edid_quirks'; did you mean 'drm_do_get_edid'? [-Werror=implicit-function-declaration]
    1421 |  edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
         |                ^~~~~~~~~~~~~~~~~~~~~~
         |                drm_do_get_edid
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1427:11: error: too many arguments to function 'drm_dp_has_quirk'
    1427 |   return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
         |           ^~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/msm/dp/dp_ctrl.c:14:
   include/drm/drm_dp_helper.h:1895:1: note: declared here
    1895 | drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
         | ^~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +1421 drivers/gpu/drm/msm/dp/dp_ctrl.c

c943b4948b5848 Chandan Uddaraju 2020-08-27  1415  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1416  static bool dp_ctrl_use_fixed_nvid(struct dp_ctrl_private *ctrl)
c943b4948b5848 Chandan Uddaraju 2020-08-27  1417  {
c943b4948b5848 Chandan Uddaraju 2020-08-27  1418  	u8 *dpcd = ctrl->panel->dpcd;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1419  	u32 edid_quirks = 0;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1420  
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1421  	edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
c943b4948b5848 Chandan Uddaraju 2020-08-27  1422  	/*
c943b4948b5848 Chandan Uddaraju 2020-08-27  1423  	 * For better interop experience, used a fixed NVID=0x8000
c943b4948b5848 Chandan Uddaraju 2020-08-27  1424  	 * whenever connected to a VGA dongle downstream.
c943b4948b5848 Chandan Uddaraju 2020-08-27  1425  	 */
c943b4948b5848 Chandan Uddaraju 2020-08-27  1426  	if (drm_dp_is_branch(dpcd))
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1427  		return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
c943b4948b5848 Chandan Uddaraju 2020-08-27  1428  				DP_DPCD_QUIRK_CONSTANT_N));
c943b4948b5848 Chandan Uddaraju 2020-08-27  1429  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1430  	return false;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1431  }
c943b4948b5848 Chandan Uddaraju 2020-08-27  1432  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Lyude Paul <lyude@redhat.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	Dave Airlie <airlied@gmail.com>,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: kbuild-all@lists.01.org, thaytan@noraisin.net,
	Anshuman Gupta <anshuman.gupta@intel.com>,
	Lucas De Marchi <lucas.demarchi@intel.com>,
	open list <linux-kernel@vger.kernel.org>,
	Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Subject: Re: [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
Date: Sat, 5 Dec 2020 16:12:49 +0800	[thread overview]
Message-ID: <202012051601.EDP2pdr8-lkp@intel.com> (raw)
In-Reply-To: <20201204223603.249878-10-lyude@redhat.com>

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

Hi Lyude,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20201204]
[cannot apply to linus/master drm/drm-next v5.10-rc6]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/18a741e6e1a9f39966c71ef577ef96600891d7ac
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Lyude-Paul/drm-i915-Add-support-for-Intel-s-eDP-backlight-controls/20201205-063902
        git checkout 18a741e6e1a9f39966c71ef577ef96600891d7ac
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_use_fixed_nvid':
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1421:16: error: implicit declaration of function 'drm_dp_get_edid_quirks'; did you mean 'drm_do_get_edid'? [-Werror=implicit-function-declaration]
    1421 |  edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
         |                ^~~~~~~~~~~~~~~~~~~~~~
         |                drm_do_get_edid
>> drivers/gpu/drm/msm/dp/dp_ctrl.c:1427:11: error: too many arguments to function 'drm_dp_has_quirk'
    1427 |   return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
         |           ^~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/msm/dp/dp_ctrl.c:14:
   include/drm/drm_dp_helper.h:1895:1: note: declared here
    1895 | drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
         | ^~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +1421 drivers/gpu/drm/msm/dp/dp_ctrl.c

c943b4948b5848 Chandan Uddaraju 2020-08-27  1415  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1416  static bool dp_ctrl_use_fixed_nvid(struct dp_ctrl_private *ctrl)
c943b4948b5848 Chandan Uddaraju 2020-08-27  1417  {
c943b4948b5848 Chandan Uddaraju 2020-08-27  1418  	u8 *dpcd = ctrl->panel->dpcd;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1419  	u32 edid_quirks = 0;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1420  
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1421  	edid_quirks = drm_dp_get_edid_quirks(ctrl->panel->edid);
c943b4948b5848 Chandan Uddaraju 2020-08-27  1422  	/*
c943b4948b5848 Chandan Uddaraju 2020-08-27  1423  	 * For better interop experience, used a fixed NVID=0x8000
c943b4948b5848 Chandan Uddaraju 2020-08-27  1424  	 * whenever connected to a VGA dongle downstream.
c943b4948b5848 Chandan Uddaraju 2020-08-27  1425  	 */
c943b4948b5848 Chandan Uddaraju 2020-08-27  1426  	if (drm_dp_is_branch(dpcd))
c943b4948b5848 Chandan Uddaraju 2020-08-27 @1427  		return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks,
c943b4948b5848 Chandan Uddaraju 2020-08-27  1428  				DP_DPCD_QUIRK_CONSTANT_N));
c943b4948b5848 Chandan Uddaraju 2020-08-27  1429  
c943b4948b5848 Chandan Uddaraju 2020-08-27  1430  	return false;
c943b4948b5848 Chandan Uddaraju 2020-08-27  1431  }
c943b4948b5848 Chandan Uddaraju 2020-08-27  1432  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

  reply	other threads:[~2020-12-05  8:13 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04 22:35 [Intel-gfx] [PATCH v3 0/9] drm/i915: Add support for Intel's eDP backlight controls Lyude Paul
2020-12-04 22:35 ` Lyude Paul
2020-12-04 22:35 ` [Intel-gfx] [PATCH v3 1/9] drm/i915/dp: Program source OUI on eDP panels Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35 ` [Intel-gfx] [PATCH v3 2/9] drm/i915: Rename pwm_* backlight callbacks to ext_pwm_* Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35 ` [Intel-gfx] [PATCH v3 3/9] drm/i915: Pass down brightness values to enable/disable backlight callbacks Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35 ` [Intel-gfx] [PATCH v3 4/9] drm/i915: Keep track of pwm-related backlight hooks separately Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-23 16:37   ` [Intel-gfx] " Jani Nikula
2020-12-23 16:37     ` Jani Nikula
2020-12-23 16:37     ` Jani Nikula
2021-01-05 21:21     ` [Intel-gfx] " Lyude Paul
2021-01-05 21:21       ` Lyude Paul
2021-01-05 21:21       ` Lyude Paul
2020-12-04 22:35 ` [Intel-gfx] [PATCH v3 5/9] drm/i915/dp: Rename eDP VESA backlight interface functions Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:35   ` Lyude Paul
2020-12-04 22:36 ` [Intel-gfx] [PATCH v3 6/9] drm/i915/dp: Add register definitions for Intel HDR backlight interface Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-04 22:36 ` [Intel-gfx] [PATCH v3 7/9] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now) Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-23 17:05   ` [Intel-gfx] " Jani Nikula
2020-12-23 17:05     ` Jani Nikula
2020-12-23 17:05     ` Jani Nikula
2020-12-04 22:36 ` [Intel-gfx] [PATCH v3 8/9] drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-23 17:12   ` [Intel-gfx] " Jani Nikula
2020-12-23 17:12     ` Jani Nikula
2020-12-23 17:12     ` Jani Nikula
2020-12-04 22:36 ` [Intel-gfx] [PATCH v3 9/9] drm/dp: Revert "drm/dp: Introduce EDID-based quirks" Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-04 22:36   ` Lyude Paul
2020-12-05  8:12   ` kernel test robot [this message]
2020-12-05  8:12     ` kernel test robot
2020-12-05  8:12     ` kernel test robot
2020-12-05  8:12     ` kernel test robot
2020-12-04 22:46 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for Intel's eDP backlight controls (rev3) Patchwork
2020-12-04 23:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-05  1:52 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-12-10 19:52 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for Intel's eDP backlight controls (rev4) Patchwork
2020-12-10 19:57 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2020-12-10 20:20 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-10 22:31 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-12-17 21:26 ` [Intel-gfx] [PATCH v3 0/9] drm/i915: Add support for Intel's eDP backlight controls Lyude Paul
2020-12-17 21:26   ` Lyude Paul
2020-12-23 15:53 ` [Intel-gfx] " Jani Nikula
2020-12-23 15:53   ` Jani Nikula

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=202012051601.EDP2pdr8-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucas.demarchi@intel.com \
    --cc=lyude@redhat.com \
    --cc=rodrigo.vivi@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.