On Sat, 2023-09-16 at 10:25 +0800, lkp wrote: > Hi Alan, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on cf1e91e884bb1113c653e654e9de1754fc1d4488] > > aAll errors (new ones prefixed by >>): > > alan:snip alan: missed building with PXP config after that last change below - will re-rev this.
> drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c: In function > 'gsccs_send_message': > > > drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c:115:52: error: > > > 'GSC_REPLY_LATENCY_MS' undeclared (first use in this function); did you > > > mean 'GSC_HECI_REPLY_LATENCY_MS'? > 115 | > GSC_REPLY_LATENCY_MS); > | > ^~~~~~~~~~~~~~~~~~~~ > | > GSC_HECI_REPLY_LATENCY_MS > drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c:115:52: note: each undeclared > identifier is reported only once for each function it appears in >