From: "Summers, Stuart" <stuart.summers@intel.com>
To: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>
Subject: Re: CI.Hooks: failure for drm/xe: Add LMTT invalidation to VF provisioning flow
Date: Thu, 19 Mar 2026 19:35:00 +0000 [thread overview]
Message-ID: <0b39776b51f606fb006633c9727d7299c5416ea4.camel@intel.com> (raw)
In-Reply-To: <177394539093.377258.6883218191011530136@a3b018990fe9>
On Thu, 2026-03-19 at 18:36 +0000, Patchwork wrote:
> == Series Details ==
>
> Series: drm/xe: Add LMTT invalidation to VF provisioning flow
> URL : https://patchwork.freedesktop.org/series/163541/
> State : failure
>
> == Summary ==
>
>
<cut>
So I looked at this - it is clearly not part of my patch. But I tried
doing this build myself and it actually passes with -Werror=format. So
I'm not able to reproduce. If I change to %#010lx (from the first
failure below), the -Werror=format build does call this out. So I'm not
sure what happened here exactly.
Thanks,
Stuart
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c: In function
> ‘dump_mi_command’:
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1921:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1921 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_NOOP (%d dwords)\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1922 | dw - num_noop - start,
> inst_header, num_noop);
> | ~~~~~~~~~~~~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1926:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1926 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_TOPOLOGY_FILTER\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1927 | dw - start, inst_header);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1931:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1931 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_BATCH_BUFFER_END\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1932 | dw - start, inst_header);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1946:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1946 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_LOAD_REGISTER_IMM: %d regs\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1947 | dw - start, inst_header, (numdw -
> 1) / 2);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1949:48: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1949 | drm_printf(p, "LRC[%#5lx] = - %#6x
> = %#010x\n",
> | ~~~~^
> | |
> | long unsigned
> int
> | %#5x
> 1950 | &dw[i] - start, dw[i],
> dw[i + 1]);
> | ~~~~~~~~~~~~~~
> | |
> | int
> CC [M] drivers/gpu/drm/xe/xe_pm.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1954:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1954 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_LOAD_REGISTER_MEM: %s%s\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1955 | dw - start, inst_header,
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1959:48: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1959 | drm_printf(p, "LRC[%#5lx] = - %#6x
> = %#010llx\n",
> | ~~~~^
> | |
> | long unsigned
> int
> | %#5x
> 1960 | dw - start,
> | ~~~~~~~~~~
> | |
> | int
> CC [M] drivers/gpu/drm/xe/xe_preempt_fence.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1963:48: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1963 | drm_printf(p, "LRC[%#5lx] = - %*ph
> (%s)\n",
> | ~~~~^
> | |
> | long unsigned
> int
> | %#5x
> 1964 | dw - start,
> (int)sizeof(u32) * (numdw - 1),
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1969:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1969 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> MI_FORCE_WAKEUP\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1970 | dw - start, inst_header);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:1974:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 1974 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> unknown MI opcode %#x, likely %d dwords\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 1975 | dw - start, inst_header, opcode,
> numdw);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c: In function
> ‘dump_gfxpipe_command’:
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2010:9: note: in
> expansion of macro ‘MATCH’
> 2010 | MATCH(STATE_BASE_ADDRESS);
> | ^~~~~
> CC drivers/gpu/drm/i915/gt/intel_rps.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2011:9: note: in
> expansion of macro ‘MATCH’
> 2011 | MATCH(STATE_SIP);
> | ^~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2012:9: note: in
> expansion of macro ‘MATCH’
> 2012 | MATCH(GPGPU_CSR_BASE_ADDRESS);
> | ^~~~~
> CC [M] drivers/gpu/drm/xe/xe_psmi.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2013:9: note: in
> expansion of macro ‘MATCH’
> 2013 | MATCH(STATE_COMPUTE_MODE);
> | ^~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2014:9: note: in
> expansion of macro ‘MATCH3D’
> 2014 | MATCH3D(3DSTATE_BTD);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/intel_sa_media.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2015:9: note: in
> expansion of macro ‘MATCH’
> 2015 | MATCH(STATE_SYSTEM_MEM_FENCE_ADDRESS);
> | ^~~~~
> CC drivers/gpu/drm/i915/gt/intel_sseu.o
> CC [M] drivers/gpu/drm/xe/xe_pt.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2016:9: note: in
> expansion of macro ‘MATCH’
> 2016 | MATCH(STATE_CONTEXT_DATA_BASE_ADDRESS);
> | ^~~~~
> CC drivers/gpu/drm/i915/gt/intel_sseu_debugfs.o
> CC drivers/gpu/drm/i915/gt/intel_timeline.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2018:9: note: in
> expansion of macro ‘MATCH3D’
> 2018 | MATCH3D(3DSTATE_VF_STATISTICS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2020:9: note: in
> expansion of macro ‘MATCH’
> 2020 | MATCH(PIPELINE_SELECT);
> | ^~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2022:9: note: in
> expansion of macro ‘MATCH3D’
> 2022 | MATCH3D(3DSTATE_DRAWING_RECTANGLE_FAST);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/intel_tlb.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2023:9: note: in
> expansion of macro ‘MATCH3D’
> 2023 | MATCH3D(3DSTATE_CUSTOM_SAMPLE_PATTERN);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_pt_walk.o
> CC drivers/gpu/drm/i915/gt/intel_wopcm.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2024:9: note: in
> expansion of macro ‘MATCH3D’
> 2024 | MATCH3D(3DSTATE_CLEAR_PARAMS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_pxp.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2025:9: note: in
> expansion of macro ‘MATCH3D’
> 2025 | MATCH3D(3DSTATE_DEPTH_BUFFER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2026:9: note: in
> expansion of macro ‘MATCH3D’
> 2026 | MATCH3D(3DSTATE_STENCIL_BUFFER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2027:9: note: in
> expansion of macro ‘MATCH3D’
> 2027 | MATCH3D(3DSTATE_HIER_DEPTH_BUFFER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2028:9: note: in
> expansion of macro ‘MATCH3D’
> 2028 | MATCH3D(3DSTATE_VERTEX_BUFFERS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2029:9: note: in
> expansion of macro ‘MATCH3D’
> 2029 | MATCH3D(3DSTATE_VERTEX_ELEMENTS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_pxp_debugfs.o
> LD [M] drivers/gpu/drm/drm_suballoc_helper.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2030:9: note: in
> expansion of macro ‘MATCH3D’
> 2030 | MATCH3D(3DSTATE_INDEX_BUFFER);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/intel_workarounds.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2031:9: note: in
> expansion of macro ‘MATCH3D’
> 2031 | MATCH3D(3DSTATE_VF);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_pxp_submit.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2032:9: note: in
> expansion of macro ‘MATCH3D’
> 2032 | MATCH3D(3DSTATE_MULTISAMPLE);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2033:9: note: in
> expansion of macro ‘MATCH3D’
> 2033 | MATCH3D(3DSTATE_CC_STATE_POINTERS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2034:9: note: in
> expansion of macro ‘MATCH3D’
> 2034 | MATCH3D(3DSTATE_SCISSOR_STATE_POINTERS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/shmem_utils.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2035:9: note: in
> expansion of macro ‘MATCH3D’
> 2035 | MATCH3D(3DSTATE_VS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2036:9: note: in
> expansion of macro ‘MATCH3D’
> 2036 | MATCH3D(3DSTATE_GS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_query.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2037:9: note: in
> expansion of macro ‘MATCH3D’
> 2037 | MATCH3D(3DSTATE_CLIP);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2038:9: note: in
> expansion of macro ‘MATCH3D’
> 2038 | MATCH3D(3DSTATE_SF);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_range_fence.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2039:9: note: in
> expansion of macro ‘MATCH3D’
> 2039 | MATCH3D(3DSTATE_WM);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2040:9: note: in
> expansion of macro ‘MATCH3D’
> 2040 | MATCH3D(3DSTATE_CONSTANT_VS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2041:9: note: in
> expansion of macro ‘MATCH3D’
> 2041 | MATCH3D(3DSTATE_CONSTANT_GS);
> | ^~~~~~~
> LD [M] drivers/gpu/drm/drm_ttm_helper.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2042:9: note: in
> expansion of macro ‘MATCH3D’
> 2042 | MATCH3D(3DSTATE_CONSTANT_PS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/sysfs_engines.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2043:9: note: in
> expansion of macro ‘MATCH3D’
> 2043 | MATCH3D(3DSTATE_SAMPLE_MASK);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2044:9: note: in
> expansion of macro ‘MATCH3D’
> 2044 | MATCH3D(3DSTATE_CONSTANT_HS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2045:9: note: in
> expansion of macro ‘MATCH3D’
> 2045 | MATCH3D(3DSTATE_CONSTANT_DS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2046:9: note: in
> expansion of macro ‘MATCH3D’
> 2046 | MATCH3D(3DSTATE_HS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_reg_sr.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2047:9: note: in
> expansion of macro ‘MATCH3D’
> 2047 | MATCH3D(3DSTATE_TE);
> | ^~~~~~~
> LD [M] drivers/gpu/drm/drm_gpusvm_helper.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2048:9: note: in
> expansion of macro ‘MATCH3D’
> 2048 | MATCH3D(3DSTATE_DS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_reg_whitelist.o
> CC drivers/gpu/drm/i915/gt/intel_ggtt_gmch.o
> CC [M] drivers/gpu/drm/xe/xe_ring_ops.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2049:9: note: in
> expansion of macro ‘MATCH3D’
> 2049 | MATCH3D(3DSTATE_STREAMOUT);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/gen6_renderstate.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2050:9: note: in
> expansion of macro ‘MATCH3D’
> 2050 | MATCH3D(3DSTATE_SBE);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2051:9: note: in
> expansion of macro ‘MATCH3D’
> 2051 | MATCH3D(3DSTATE_PS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2052:9: note: in
> expansion of macro ‘MATCH3D’
> 2052 | MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_rtp.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2053:9: note: in
> expansion of macro ‘MATCH3D’
> 2053 | MATCH3D(3DSTATE_CPS_POINTERS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/gen7_renderstate.o
> CC drivers/gpu/drm/i915/gt/gen8_renderstate.o
> CC [M] drivers/gpu/drm/xe/xe_sa.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2054:9: note: in
> expansion of macro ‘MATCH3D’
> 2054 | MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_CC);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2055:9: note: in
> expansion of macro ‘MATCH3D’
> 2055 | MATCH3D(3DSTATE_BLEND_STATE_POINTERS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2056:9: note: in
> expansion of macro ‘MATCH3D’
> 2056 | MATCH3D(3DSTATE_BINDING_TABLE_POINTERS_VS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gt/gen9_renderstate.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2057:9: note: in
> expansion of macro ‘MATCH3D’
> 2057 | MATCH3D(3DSTATE_BINDING_TABLE_POINTERS_HS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_sched_job.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2058:9: note: in
> expansion of macro ‘MATCH3D’
> 2058 | MATCH3D(3DSTATE_BINDING_TABLE_POINTERS_DS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2059:9: note: in
> expansion of macro ‘MATCH3D’
> 2059 | MATCH3D(3DSTATE_BINDING_TABLE_POINTERS_GS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2060:9: note: in
> expansion of macro ‘MATCH3D’
> 2060 | MATCH3D(3DSTATE_BINDING_TABLE_POINTERS_PS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2061:9: note: in
> expansion of macro ‘MATCH3D’
> 2061 | MATCH3D(3DSTATE_SAMPLER_STATE_POINTERS_VS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2062:9: note: in
> expansion of macro ‘MATCH3D’
> 2062 | MATCH3D(3DSTATE_SAMPLER_STATE_POINTERS_HS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2063:9: note: in
> expansion of macro ‘MATCH3D’
> 2063 | MATCH3D(3DSTATE_SAMPLER_STATE_POINTERS_DS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_shrinker.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2064:9: note: in
> expansion of macro ‘MATCH3D’
> 2064 | MATCH3D(3DSTATE_SAMPLER_STATE_POINTERS_GS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2065:9: note: in
> expansion of macro ‘MATCH3D’
> 2065 | MATCH3D(3DSTATE_SAMPLER_STATE_POINTERS_PS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_soc_remapper.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2066:9: note: in
> expansion of macro ‘MATCH3D’
> 2066 | MATCH3D(3DSTATE_VF_INSTANCING);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2067:9: note: in
> expansion of macro ‘MATCH3D’
> 2067 | MATCH3D(3DSTATE_VF_SGVS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_busy.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2068:9: note: in
> expansion of macro ‘MATCH3D’
> 2068 | MATCH3D(3DSTATE_VF_TOPOLOGY);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_step.o
> CC [M] drivers/gpu/drm/xe/xe_survivability_mode.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2069:9: note: in
> expansion of macro ‘MATCH3D’
> 2069 | MATCH3D(3DSTATE_WM_CHROMAKEY);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_sync.o
> CC [M] drivers/gpu/drm/xe/xe_tile.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2070:9: note: in
> expansion of macro ‘MATCH3D’
> 2070 | MATCH3D(3DSTATE_PS_BLEND);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2071:9: note: in
> expansion of macro ‘MATCH3D’
> 2071 | MATCH3D(3DSTATE_WM_DEPTH_STENCIL);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2072:9: note: in
> expansion of macro ‘MATCH3D’
> 2072 | MATCH3D(3DSTATE_PS_EXTRA);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_clflush.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2073:9: note: in
> expansion of macro ‘MATCH3D’
> 2073 | MATCH3D(3DSTATE_RASTER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2074:9: note: in
> expansion of macro ‘MATCH3D’
> 2074 | MATCH3D(3DSTATE_SBE_SWIZ);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_tile_sysfs.o
> CC [M] drivers/gpu/drm/xe/xe_tlb_inval.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2075:9: note: in
> expansion of macro ‘MATCH3D’
> 2075 | MATCH3D(3DSTATE_WM_HZ_OP);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_tlb_inval_job.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2076:9: note: in
> expansion of macro ‘MATCH3D’
> 2076 | MATCH3D(3DSTATE_VF_COMPONENT_PACKING);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_context.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2077:9: note: in
> expansion of macro ‘MATCH3D’
> 2077 | MATCH3D(3DSTATE_VF_SGVS_2);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2078:9: note: in
> expansion of macro ‘MATCH3D’
> 2078 | MATCH3D(3DSTATE_VFG);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2079:9: note: in
> expansion of macro ‘MATCH3D’
> 2079 | MATCH3D(3DSTATE_URB_ALLOC_VS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_create.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2080:9: note: in
> expansion of macro ‘MATCH3D’
> 2080 | MATCH3D(3DSTATE_URB_ALLOC_HS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_dmabuf.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2081:9: note: in
> expansion of macro ‘MATCH3D’
> 2081 | MATCH3D(3DSTATE_URB_ALLOC_DS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_trace.o
> CC drivers/gpu/drm/i915/gem/i915_gem_domain.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2082:9: note: in
> expansion of macro ‘MATCH3D’
> 2082 | MATCH3D(3DSTATE_URB_ALLOC_GS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2083:9: note: in
> expansion of macro ‘MATCH3D’
> 2083 | MATCH3D(3DSTATE_SO_BUFFER_INDEX_0);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_trace_bo.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2084:9: note: in
> expansion of macro ‘MATCH3D’
> 2084 | MATCH3D(3DSTATE_SO_BUFFER_INDEX_1);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2085:9: note: in
> expansion of macro ‘MATCH3D’
> 2085 | MATCH3D(3DSTATE_SO_BUFFER_INDEX_2);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2086:9: note: in
> expansion of macro ‘MATCH3D’
> 2086 | MATCH3D(3DSTATE_SO_BUFFER_INDEX_3);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2087:9: note: in
> expansion of macro ‘MATCH3D’
> 2087 | MATCH3D(3DSTATE_PRIMITIVE_REPLICATION);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2088:9: note: in
> expansion of macro ‘MATCH3D’
> 2088 | MATCH3D(3DSTATE_TBIMR_TILE_PASS_INFO);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2089:9: note: in
> expansion of macro ‘MATCH3D’
> 2089 | MATCH3D(3DSTATE_AMFS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_execbuffer.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2090:9: note: in
> expansion of macro ‘MATCH3D’
> 2090 | MATCH3D(3DSTATE_DEPTH_BOUNDS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_trace_guc.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2091:9: note: in
> expansion of macro ‘MATCH3D’
> 2091 | MATCH3D(3DSTATE_AMFS_TEXTURE_POINTERS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_internal.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2092:9: note: in
> expansion of macro ‘MATCH3D’
> 2092 | MATCH3D(3DSTATE_CONSTANT_TS_POINTER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2093:9: note: in
> expansion of macro ‘MATCH3D’
> 2093 | MATCH3D(3DSTATE_MESH_CONTROL);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2094:9: note: in
> expansion of macro ‘MATCH3D’
> 2094 | MATCH3D(3DSTATE_MESH_DISTRIB);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2095:9: note: in
> expansion of macro ‘MATCH3D’
> 2095 | MATCH3D(3DSTATE_TASK_REDISTRIB);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_lmem.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2096:9: note: in
> expansion of macro ‘MATCH3D’
> 2096 | MATCH3D(3DSTATE_MESH_SHADER);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_mman.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2097:9: note: in
> expansion of macro ‘MATCH3D’
> 2097 | MATCH3D(3DSTATE_MESH_SHADER_DATA);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_trace_lrc.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2098:9: note: in
> expansion of macro ‘MATCH3D’
> 2098 | MATCH3D(3DSTATE_TASK_CONTROL);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2099:9: note: in
> expansion of macro ‘MATCH3D’
> 2099 | MATCH3D(3DSTATE_TASK_SHADER);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_ttm_stolen_mgr.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2100:9: note: in
> expansion of macro ‘MATCH3D’
> 2100 | MATCH3D(3DSTATE_TASK_SHADER_DATA);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2101:9: note: in
> expansion of macro ‘MATCH3D’
> 2101 | MATCH3D(3DSTATE_URB_ALLOC_MESH);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2102:9: note: in
> expansion of macro ‘MATCH3D’
> 2102 | MATCH3D(3DSTATE_URB_ALLOC_TASK);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2103:9: note: in
> expansion of macro ‘MATCH3D’
> 2103 | MATCH3D(3DSTATE_CLIP_MESH);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2104:9: note: in
> expansion of macro ‘MATCH3D’
> 2104 | MATCH3D(3DSTATE_SBE_MESH);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_object.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2105:9: note: in
> expansion of macro ‘MATCH3D’
> 2105 | MATCH3D(3DSTATE_CPSIZE_CONTROL_BUFFER);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2106:9: note: in
> expansion of macro ‘MATCH3D’
> 2106 | MATCH3D(3DSTATE_COARSE_PIXEL);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2107:9: note: in
> expansion of macro ‘MATCH3D’
> 2107 | MATCH3D(3DSTATE_MESH_SHADER_DATA_EXT);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_object_frontbuffer.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2108:9: note: in
> expansion of macro ‘MATCH3D’
> 2108 | MATCH3D(3DSTATE_TASK_SHADER_DATA_EXT);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2109:9: note: in
> expansion of macro ‘MATCH3D’
> 2109 | MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_CC_2);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_ttm_sys_mgr.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2110:9: note: in
> expansion of macro ‘MATCH3D’
> 2110 | MATCH3D(3DSTATE_CC_STATE_POINTERS_2);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2111:9: note: in
> expansion of macro ‘MATCH3D’
> 2111 | MATCH3D(3DSTATE_SCISSOR_STATE_POINTERS_2);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_pages.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2112:9: note: in
> expansion of macro ‘MATCH3D’
> 2112 | MATCH3D(3DSTATE_BLEND_STATE_POINTERS_2);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_ttm_vram_mgr.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2113:9: note: in
> expansion of macro ‘MATCH3D’
> 2113 | MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP_2);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_phys.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2115:9: note: in
> expansion of macro ‘MATCH3D’
> 2115 | MATCH3D(3DSTATE_DRAWING_RECTANGLE);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_tuning.o
> CC [M] drivers/gpu/drm/xe/xe_uc.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2116:9: note: in
> expansion of macro ‘MATCH3D’
> 2116 | MATCH3D(3DSTATE_URB_MEMORY);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2117:9: note: in
> expansion of macro ‘MATCH3D’
> 2117 | MATCH3D(3DSTATE_CHROMA_KEY);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_pm.o
> CC [M] drivers/gpu/drm/xe/xe_uc_fw.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2118:9: note: in
> expansion of macro ‘MATCH3D’
> 2118 | MATCH3D(3DSTATE_POLY_STIPPLE_OFFSET);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2119:9: note: in
> expansion of macro ‘MATCH3D’
> 2119 | MATCH3D(3DSTATE_POLY_STIPPLE_PATTERN);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2120:9: note: in
> expansion of macro ‘MATCH3D’
> 2120 | MATCH3D(3DSTATE_LINE_STIPPLE);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_region.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2121:9: note: in
> expansion of macro ‘MATCH3D’
> 2121 | MATCH3D(3DSTATE_AA_LINE_PARAMETERS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_validation.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2122:9: note: in
> expansion of macro ‘MATCH3D’
> 2122 | MATCH3D(3DSTATE_MONOFILTER_SIZE);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_shmem.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2123:9: note: in
> expansion of macro ‘MATCH3D’
> 2123 | MATCH3D(3DSTATE_PUSH_CONSTANT_ALLOC_VS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2124:9: note: in
> expansion of macro ‘MATCH3D’
> 2124 | MATCH3D(3DSTATE_PUSH_CONSTANT_ALLOC_HS);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_vm.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2125:9: note: in
> expansion of macro ‘MATCH3D’
> 2125 | MATCH3D(3DSTATE_PUSH_CONSTANT_ALLOC_DS);
> | ^~~~~~~
> CC drivers/gpu/drm/i915/gem/i915_gem_shrinker.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2126:9: note: in
> expansion of macro ‘MATCH3D’
> 2126 | MATCH3D(3DSTATE_PUSH_CONSTANT_ALLOC_GS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2127:9: note: in
> expansion of macro ‘MATCH3D’
> 2127 | MATCH3D(3DSTATE_PUSH_CONSTANT_ALLOC_PS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2128:9: note: in
> expansion of macro ‘MATCH3D’
> 2128 | MATCH3D(3DSTATE_SO_DECL_LIST);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2129:9: note: in
> expansion of macro ‘MATCH3D’
> 2129 | MATCH3D(3DSTATE_SO_BUFFER);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_vm_madvise.o
> CC drivers/gpu/drm/i915/gem/i915_gem_stolen.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2130:9: note: in
> expansion of macro ‘MATCH3D’
> 2130 | MATCH3D(3DSTATE_BINDING_TABLE_POOL_ALLOC);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_vram.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2131:9: note: in
> expansion of macro ‘MATCH3D’
> 2131 | MATCH3D(3DSTATE_SAMPLE_PATTERN);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2132:9: note: in
> expansion of macro ‘MATCH3D’
> 2132 | MATCH3D(3DSTATE_3D_MODE);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_vram_freq.o
> CC [M] drivers/gpu/drm/xe/xe_vsec.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2133:9: note: in
> expansion of macro ‘MATCH3D’
> 2133 | MATCH3D(3DSTATE_SUBSLICE_HASH_TABLE);
> | ^~~~~~~
> CC [M] drivers/gpu/drm/xe/xe_wa.o
> CC [M] drivers/gpu/drm/xe/xe_wait_user_fence.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2134:9: note: in
> expansion of macro ‘MATCH3D’
> 2134 | MATCH3D(3DSTATE_SLICE_TABLE_STATE_POINTERS);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2135:9: note: in
> expansion of macro ‘MATCH3D’
> 2135 | MATCH3D(3DSTATE_PTBR_TILE_PASS_INFO);
> | ^~~~~~~
> AR fs/nfs/built-in.a
> AR fs/built-in.a
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2006:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2006 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2007 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2136:9: note: in
> expansion of macro ‘MATCH3D’
> 2136 | MATCH3D(3DSTATE_SLICE_TABLE_STATE_POINTER_2);
> | ^~~~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2139:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2139 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> unknown GFXPIPE command (pipeline=%#x, opcode=%#x, subopcode=%#x),
> likely %d dwords\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 2140 | dw - start, *dw, pipeline, opcode,
> subopcode, numdw);
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c: In function
> ‘dump_gfx_state_command’:
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2001:31: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2001 | drm_printf(p, "LRC[%#5lx] = [%#010x] " #cmd
> " (%d dwords)\n", \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 2002 | dw - start, *dw, numdw); \
> | ~~~~~~~~~~
> | |
> | int
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2162:9: note: in
> expansion of macro ‘MATCH’
> 2162 | MATCH(STATE_WRITE_INLINE);
> | ^~~~~
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2165:40: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2165 | drm_printf(p, "LRC[%#5lx] = [%#010x]
> unknown GFX_STATE command (opcode=%#x), likely %d dwords\n",
> | ~~~~^
> | |
> | long unsigned int
> | %#5x
> 2166 | dw - start, *dw, opcode, numdw);
> | ~~~~~~~~~~
> | |
> | int
> CC drivers/gpu/drm/i915/gem/i915_gem_throttle.o
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c: In function
> ‘xe_lrc_dump_default’:
> /workspace/kernel/drivers/gpu/drm/xe/xe_lrc.c:2200:48: error: format
> ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3
> has type ‘int’ [-Werror=format=]
> 2200 | drm_printf(p, "LRC[%#5lx] = [%#10x]
> Unknown instruction of type %#x, likely %d dwords\n",
> | ~~~~^
> | |
> | long unsigned
> int
> | %#5x
> 2201 | dw - start,
> | ~~~~~~~~~~
> | |
> | int
> CC [M] drivers/gpu/drm/xe/xe_wopcm.o
> CC [M] drivers/gpu/drm/xe/xe_i2c.o
> CC drivers/gpu/drm/i915/gem/i915_gem_tiling.o
> CC [M] drivers/gpu/drm/xe/xe_hwmon.o
> CC drivers/gpu/drm/i915/gem/i915_gem_ttm.o
> CC [M] drivers/gpu/drm/xe/xe_pmu.o
> CC drivers/gpu/drm/i915/gem/i915_gem_ttm_move.o
> CC drivers/gpu/drm/i915/gem/i915_gem_ttm_pm.o
> CC drivers/gpu/drm/i915/gem/i915_gem_userptr.o
> CC [M] drivers/gpu/drm/xe/xe_gt_sriov_vf.o
> CC drivers/gpu/drm/i915/gem/i915_gem_wait.o
> CC [M] drivers/gpu/drm/xe/xe_guc_relay.o
> CC drivers/gpu/drm/i915/i915_active.o
> CC drivers/gpu/drm/i915/i915_cmd_parser.o
> CC [M] drivers/gpu/drm/xe/xe_memirq.o
> CC [M] drivers/gpu/drm/xe/xe_sriov.o
> CC drivers/gpu/drm/i915/i915_deps.o
> CC [M] drivers/gpu/drm/xe/xe_sriov_vf.o
> CC [M] drivers/gpu/drm/xe/xe_sriov_vf_ccs.o
> CC [M] drivers/gpu/drm/xe/xe_tile_sriov_vf.o
> CC drivers/gpu/drm/i915/i915_gem.o
> CC [M] drivers/gpu/drm/xe/display/intel_fbdev_fb.o
> CC [M] drivers/gpu/drm/xe/display/xe_display.o
> CC drivers/gpu/drm/i915/i915_gem_evict.o
> CC [M] drivers/gpu/drm/xe/display/xe_display_bo.o
> CC drivers/gpu/drm/i915/i915_gem_gtt.o
> CC drivers/gpu/drm/i915/i915_gem_ww.o
> CC [M] drivers/gpu/drm/xe/display/xe_display_pcode.o
> CC [M] drivers/gpu/drm/xe/display/xe_display_rpm.o
> CC [M] drivers/gpu/drm/xe/display/xe_display_wa.o
> CC drivers/gpu/drm/i915/i915_query.o
> CC [M] drivers/gpu/drm/xe/display/xe_dsb_buffer.o
> CC drivers/gpu/drm/i915/i915_request.o
> CC [M] drivers/gpu/drm/xe/display/xe_fb_pin.o
> CC [M] drivers/gpu/drm/xe/display/xe_frontbuffer.o
> CC [M] drivers/gpu/drm/xe/display/xe_hdcp_gsc.o
> CC drivers/gpu/drm/i915/i915_scheduler.o
> CC [M] drivers/gpu/drm/xe/display/xe_initial_plane.o
> CC [M] drivers/gpu/drm/xe/display/xe_panic.o
> CC drivers/gpu/drm/i915/i915_trace_points.o
> CC drivers/gpu/drm/i915/i915_ttm_buddy_manager.o
> CC drivers/gpu/drm/i915/i915_vma.o
> CC [M] drivers/gpu/drm/xe/display/xe_stolen.o
> CC drivers/gpu/drm/i915/i915_vma_resource.o
> CC drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.o
> CC [M] drivers/gpu/drm/xe/display/xe_tdf.o
> CC drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.o
> CC drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_debugfs.o
> CC [M] drivers/gpu/drm/xe/i915-display/icl_dsi.o
> CC drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_alpm.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_atomic.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_ads.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_audio.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_backlight.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_bios.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_capture.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_bo.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_bw.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_casf.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_cdclk.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_ct.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_cmtg.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_fw.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_color.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.o
> CC [M] drivers/gpu/drm/xe/i915-display/intel_colorop.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_log.o
> cc1: all warnings being treated as errors
> CC [M] drivers/gpu/drm/xe/i915-display/intel_color_pipeline.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.o
> make[6]: *** [/workspace/kernel/scripts/Makefile.build:289:
> drivers/gpu/drm/xe/xe_lrc.o] Error 1
> make[6]: *** Waiting for unfinished jobs....
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_rc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_guc_submission.o
> CC drivers/gpu/drm/i915/gt/uc/intel_huc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_huc_debugfs.o
> CC drivers/gpu/drm/i915/gt/uc/intel_huc_fw.o
> CC drivers/gpu/drm/i915/gt/uc/intel_uc.o
> CC drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.o
> CC drivers/gpu/drm/i915/gt/uc/intel_uc_fw.o
> CC drivers/gpu/drm/i915/gt/intel_gsc.o
> CC drivers/gpu/drm/i915/i915_hwmon.o
> CC drivers/gpu/drm/i915/display/hsw_ips.o
> CC drivers/gpu/drm/i915/display/i9xx_display_sr.o
> CC drivers/gpu/drm/i915/display/i9xx_plane.o
> CC drivers/gpu/drm/i915/display/i9xx_wm.o
> CC drivers/gpu/drm/i915/display/intel_alpm.o
> CC drivers/gpu/drm/i915/display/intel_atomic.o
> CC drivers/gpu/drm/i915/display/intel_audio.o
> CC drivers/gpu/drm/i915/display/intel_bios.o
> CC drivers/gpu/drm/i915/display/intel_bo.o
> CC drivers/gpu/drm/i915/display/intel_bw.o
> CC drivers/gpu/drm/i915/display/intel_casf.o
> CC drivers/gpu/drm/i915/display/intel_cdclk.o
> CC drivers/gpu/drm/i915/display/intel_cmtg.o
> CC drivers/gpu/drm/i915/display/intel_color.o
> CC drivers/gpu/drm/i915/display/intel_colorop.o
> CC drivers/gpu/drm/i915/display/intel_color_pipeline.o
> CC drivers/gpu/drm/i915/display/intel_combo_phy.o
> CC drivers/gpu/drm/i915/display/intel_connector.o
> CC drivers/gpu/drm/i915/display/intel_crtc.o
> CC drivers/gpu/drm/i915/display/intel_crtc_state_dump.o
> CC drivers/gpu/drm/i915/display/intel_cursor.o
> CC drivers/gpu/drm/i915/display/intel_dbuf_bw.o
> CC drivers/gpu/drm/i915/display/intel_display.o
> CC drivers/gpu/drm/i915/display/intel_display_conversion.o
> CC drivers/gpu/drm/i915/display/intel_display_driver.o
> CC drivers/gpu/drm/i915/display/intel_display_irq.o
> CC drivers/gpu/drm/i915/display/intel_display_params.o
> CC drivers/gpu/drm/i915/display/intel_display_power.o
> CC drivers/gpu/drm/i915/display/intel_display_power_map.o
> CC drivers/gpu/drm/i915/display/intel_display_power_well.o
> CC drivers/gpu/drm/i915/display/intel_display_reset.o
> CC drivers/gpu/drm/i915/display/intel_display_rpm.o
> CC drivers/gpu/drm/i915/display/intel_display_rps.o
> CC drivers/gpu/drm/i915/display/intel_display_snapshot.o
> CC drivers/gpu/drm/i915/display/intel_display_utils.o
> CC drivers/gpu/drm/i915/display/intel_display_wa.o
> CC drivers/gpu/drm/i915/display/intel_dmc.o
> CC drivers/gpu/drm/i915/display/intel_dmc_wl.o
> CC drivers/gpu/drm/i915/display/intel_dpio_phy.o
> CC drivers/gpu/drm/i915/display/intel_dpll.o
> CC drivers/gpu/drm/i915/display/intel_dpll_mgr.o
> CC drivers/gpu/drm/i915/display/intel_dpt.o
> CC drivers/gpu/drm/i915/display/intel_dram.o
> CC drivers/gpu/drm/i915/display/intel_drrs.o
> CC drivers/gpu/drm/i915/display/intel_dsb.o
> CC drivers/gpu/drm/i915/display/intel_fb.o
> CC drivers/gpu/drm/i915/display/intel_fb_pin.o
> CC drivers/gpu/drm/i915/display/intel_fbc.o
> CC drivers/gpu/drm/i915/display/intel_fdi.o
> CC drivers/gpu/drm/i915/display/intel_fifo_underrun.o
> CC drivers/gpu/drm/i915/display/intel_flipq.o
> CC drivers/gpu/drm/i915/display/intel_frontbuffer.o
> CC drivers/gpu/drm/i915/display/intel_global_state.o
> CC drivers/gpu/drm/i915/display/intel_hdcp.o
> CC drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.o
> CC drivers/gpu/drm/i915/display/intel_hotplug.o
> CC drivers/gpu/drm/i915/display/intel_hotplug_irq.o
> CC drivers/gpu/drm/i915/display/intel_hti.o
> CC drivers/gpu/drm/i915/display/intel_initial_plane.o
> CC drivers/gpu/drm/i915/display/intel_link_bw.o
> CC drivers/gpu/drm/i915/display/intel_load_detect.o
> CC drivers/gpu/drm/i915/display/intel_lpe_audio.o
> CC drivers/gpu/drm/i915/display/intel_modeset_lock.o
> CC drivers/gpu/drm/i915/display/intel_modeset_setup.o
> CC drivers/gpu/drm/i915/display/intel_modeset_verify.o
> CC drivers/gpu/drm/i915/display/intel_overlay.o
> CC drivers/gpu/drm/i915/display/intel_parent.o
> CC drivers/gpu/drm/i915/display/intel_pch.o
> CC drivers/gpu/drm/i915/display/intel_pch_display.o
> CC drivers/gpu/drm/i915/display/intel_pch_refclk.o
> CC drivers/gpu/drm/i915/display/intel_plane.o
> CC drivers/gpu/drm/i915/display/intel_pmdemand.o
> CC drivers/gpu/drm/i915/display/intel_psr.o
> CC drivers/gpu/drm/i915/display/intel_quirks.o
> CC drivers/gpu/drm/i915/display/intel_rom.o
> CC drivers/gpu/drm/i915/display/intel_sbi.o
> CC drivers/gpu/drm/i915/display/intel_sprite.o
> CC drivers/gpu/drm/i915/display/intel_sprite_uapi.o
> CC drivers/gpu/drm/i915/display/intel_tc.o
> CC drivers/gpu/drm/i915/display/intel_vblank.o
> CC drivers/gpu/drm/i915/display/intel_vga.o
> CC drivers/gpu/drm/i915/display/intel_wm.o
> CC drivers/gpu/drm/i915/display/skl_prefill.o
> CC drivers/gpu/drm/i915/display/skl_scaler.o
> CC drivers/gpu/drm/i915/display/skl_universal_plane.o
> CC drivers/gpu/drm/i915/display/skl_watermark.o
> CC drivers/gpu/drm/i915/display/vlv_clock.o
> CC drivers/gpu/drm/i915/display/vlv_sideband.o
> CC drivers/gpu/drm/i915/display/intel_acpi.o
> CC drivers/gpu/drm/i915/display/intel_opregion.o
> CC drivers/gpu/drm/i915/display/intel_display_debugfs.o
> CC drivers/gpu/drm/i915/display/intel_display_debugfs_params.o
> CC drivers/gpu/drm/i915/display/intel_pipe_crc.o
> CC drivers/gpu/drm/i915/display/dvo_ch7017.o
> CC drivers/gpu/drm/i915/display/dvo_ch7xxx.o
> CC drivers/gpu/drm/i915/display/dvo_ivch.o
> CC drivers/gpu/drm/i915/display/dvo_ns2501.o
> CC drivers/gpu/drm/i915/display/dvo_sil164.o
> CC drivers/gpu/drm/i915/display/dvo_tfp410.o
> CC drivers/gpu/drm/i915/display/g4x_dp.o
> CC drivers/gpu/drm/i915/display/g4x_hdmi.o
> CC drivers/gpu/drm/i915/display/icl_dsi.o
> CC drivers/gpu/drm/i915/display/intel_backlight.o
> CC drivers/gpu/drm/i915/display/intel_crt.o
> CC drivers/gpu/drm/i915/display/intel_cx0_phy.o
> CC drivers/gpu/drm/i915/display/intel_ddi.o
> CC drivers/gpu/drm/i915/display/intel_ddi_buf_trans.o
> CC drivers/gpu/drm/i915/display/intel_display_device.o
> CC drivers/gpu/drm/i915/display/intel_display_trace.o
> CC drivers/gpu/drm/i915/display/intel_dkl_phy.o
> CC drivers/gpu/drm/i915/display/intel_dp.o
> CC drivers/gpu/drm/i915/display/intel_dp_aux.o
> make[5]: *** [/workspace/kernel/scripts/Makefile.build:549:
> drivers/gpu/drm/xe] Error 2
> make[5]: *** Waiting for unfinished jobs....
> CC drivers/gpu/drm/i915/display/intel_dp_aux_backlight.o
> CC drivers/gpu/drm/i915/display/intel_dp_hdcp.o
> CC drivers/gpu/drm/i915/display/intel_dp_link_training.o
> CC drivers/gpu/drm/i915/display/intel_dp_mst.o
> CC drivers/gpu/drm/i915/display/intel_dp_test.o
> CC drivers/gpu/drm/i915/display/intel_dsi.o
> CC drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.o
> CC drivers/gpu/drm/i915/display/intel_dsi_vbt.o
> CC drivers/gpu/drm/i915/display/intel_dvo.o
> CC drivers/gpu/drm/i915/display/intel_encoder.o
> CC drivers/gpu/drm/i915/display/intel_gmbus.o
> CC drivers/gpu/drm/i915/display/intel_hdmi.o
> CC drivers/gpu/drm/i915/display/intel_lspcon.o
> CC drivers/gpu/drm/i915/display/intel_lt_phy.o
> CC drivers/gpu/drm/i915/display/intel_lvds.o
> CC drivers/gpu/drm/i915/display/intel_panel.o
> CC drivers/gpu/drm/i915/display/intel_pfit.o
> CC drivers/gpu/drm/i915/display/intel_pps.o
> CC drivers/gpu/drm/i915/display/intel_qp_tables.o
> CC drivers/gpu/drm/i915/display/intel_sdvo.o
> CC drivers/gpu/drm/i915/display/intel_snps_hdmi_pll.o
> CC drivers/gpu/drm/i915/display/intel_snps_phy.o
> CC drivers/gpu/drm/i915/display/intel_tv.o
> CC drivers/gpu/drm/i915/display/intel_vdsc.o
> CC drivers/gpu/drm/i915/display/intel_vrr.o
> CC drivers/gpu/drm/i915/display/vlv_dsi.o
> CC drivers/gpu/drm/i915/display/vlv_dsi_pll.o
> CC drivers/gpu/drm/i915/i915_perf.o
> CC drivers/gpu/drm/i915/pxp/intel_pxp.o
> CC drivers/gpu/drm/i915/pxp/intel_pxp_huc.o
> CC drivers/gpu/drm/i915/pxp/intel_pxp_tee.o
> CC drivers/gpu/drm/i915/i915_gpu_error.o
> CC drivers/gpu/drm/i915/i915_vgpu.o
> AR drivers/gpu/drm/i915/built-in.a
> make[4]: *** [/workspace/kernel/scripts/Makefile.build:549:
> drivers/gpu/drm] Error 2
> make[3]: *** [/workspace/kernel/scripts/Makefile.build:549:
> drivers/gpu] Error 2
> make[2]: *** [/workspace/kernel/scripts/Makefile.build:549: drivers]
> Error 2
> make[1]: *** [/workspace/kernel/Makefile:2105: .] Error 2
> make: *** [/workspace/kernel/Makefile:248: __sub-make] Error 2
> run-parts: /workspace/ci/hooks/11-build-32b exited with return code 2
>
>
next prev parent reply other threads:[~2026-03-19 19:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 18:16 [PATCH] drm/xe: Add LMTT invalidation to VF provisioning flow Stuart Summers
2026-03-19 18:23 ` ✓ CI.KUnit: success for " Patchwork
2026-03-19 19:12 ` ✓ Xe.CI.BAT: " Patchwork
[not found] ` <177394539093.377258.6883218191011530136@a3b018990fe9>
2026-03-19 19:35 ` Summers, Stuart [this message]
2026-03-19 20:29 ` [PATCH] " Niranjana Vishwanathapura
2026-03-19 20:34 ` Summers, Stuart
2026-03-20 18:16 ` ✗ Xe.CI.FULL: failure for " Patchwork
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=0b39776b51f606fb006633c9727d7299c5416ea4.camel@intel.com \
--to=stuart.summers@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/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