[Intel-xe] [PATCH 0/2] Fix two issues pointed by LKP

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Fri Oct 20 07:32:13 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

LKP reported two issues on Xe driver:

1. the Kconfig dependencies are wrong for non-X86 archs;
2. xe_display_misc has a non-static function without a prototype,
   which isn't used anywhere.

Address both issues to close https://lore.kernel.org/oe-kbuild-all/202310201234.ZZLwdoiy-lkp@intel.com/

Mauro Carvalho Chehab (2):
  misc: mei: fix Kconfig dependencies
  drm: xe: xe_display_misc: fix build with W=1

 drivers/gpu/drm/xe/display/xe_display_misc.c | 2 +-
 drivers/misc/mei/gsc_proxy/Kconfig           | 1 +
 drivers/misc/mei/hdcp/Kconfig                | 1 +
 drivers/misc/mei/pxp/Kconfig                 | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.41.0



More information about the Intel-xe mailing list