From: kernel test robot <lkp@intel.com>
To: Rafael Passos <rafael@rcpassos.me>, alexdeucher@gmail.com
Cc: oe-kbuild-all@lists.linux.dev, BhuvanaChandra.Pinninti@amd.com,
Harry.Wentland@amd.com, Martin.Leung@amd.com, Sunpeng.Li@amd.com,
alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org,
daniel.wheeler@amd.com, davidbtadokoro@ime.usp.br,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
rafael@rcpassos.me, ray.wu@amd.com, rcpassos@ime.usp.br,
siqueira@igalia.com
Subject: Re: [PATCH] drm/amd/display: fix resuming from S3 sleep for Renoir iGPU
Date: Sun, 8 Mar 2026 09:19:42 +0100 [thread overview]
Message-ID: <202603080959.llKqWvRQ-lkp@intel.com> (raw)
In-Reply-To: <20260308000515.890688-1-rafael@rcpassos.me>
Hi Rafael,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on linus/master v7.0-rc2 next-20260306]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Rafael-Passos/drm-amd-display-fix-resuming-from-S3-sleep-for-Renoir-iGPU/20260308-080715
base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next
patch link: https://lore.kernel.org/r/20260308000515.890688-1-rafael%40rcpassos.me
patch subject: [PATCH] drm/amd/display: fix resuming from S3 sleep for Renoir iGPU
config: x86_64-rhel-9.4-ltp (https://download.01.org/0day-ci/archive/20260308/202603080959.llKqWvRQ-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260308/202603080959.llKqWvRQ-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202603080959.llKqWvRQ-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/amd/amdgpu/../display/dc/dccg/dcn21/dcn21_dccg.c:99:6: warning: no previous prototype for 'dccg21_init' [-Wmissing-prototypes]
99 | void dccg21_init(struct dccg *dccg)
| ^~~~~~~~~~~
vim +/dccg21_init +99 drivers/gpu/drm/amd/amdgpu/../display/dc/dccg/dcn21/dcn21_dccg.c
98
> 99 void dccg21_init(struct dccg *dccg)
100 {
101 struct dcn_dccg *dccg_dcn = TO_DCN_DCCG(dccg);
102
103 /* Hardcoded register values for DCN21
104 * These are specific to 100Mhz refclk
105 * Different ASICs with different refclk may override this in their own init
106 */
107 REG_WRITE(MICROSECOND_TIME_BASE_DIV, 0x00120464);
108 REG_WRITE(MILLISECOND_TIME_BASE_DIV, 0x001186a0);
109 REG_WRITE(DISPCLK_FREQ_CHANGE_CNTL, 0x0e01003c);
110
111 if (REG(REFCLK_CNTL))
112 REG_WRITE(REFCLK_CNTL, 0);
113 }
114
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-03-08 8:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-27 23:01 [bug report] 7.0-rc1 flip_done timed out: amd igpu off when resuming in laptop (regression) Rafael Passos
2026-03-04 12:27 ` Rafael Passos
2026-03-04 16:32 ` Alex Deucher
2026-03-08 0:04 ` [PATCH] drm/amd/display: fix resuming from S3 sleep for Renoir iGPU Rafael Passos
2026-03-08 8:19 ` kernel test robot [this message]
2026-03-08 22:01 ` Claude review: " Claude Code Review Bot
2026-03-08 16:23 ` kernel 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=202603080959.llKqWvRQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=BhuvanaChandra.Pinninti@amd.com \
--cc=Harry.Wentland@amd.com \
--cc=Martin.Leung@amd.com \
--cc=Sunpeng.Li@amd.com \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=daniel.wheeler@amd.com \
--cc=davidbtadokoro@ime.usp.br \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rafael@rcpassos.me \
--cc=ray.wu@amd.com \
--cc=rcpassos@ime.usp.br \
--cc=siqueira@igalia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox