# git rev-parse -q --verify 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf^{commit} 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf already have revision, skipping fetch # git checkout -q -f -B kisskb 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf # git clean -qxdf # < git log -1 # commit 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf # Merge: a47e60729d96 65898687cf73 # Author: Linus Torvalds # Date: Wed Oct 5 11:24:12 2022 -0700 # # Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm # # Pull drm updates from Dave Airlie: # "Lots of stuff all over, some new AMD IP support and gang submit # support. i915 has further DG2 and Meteorlake pieces, and a bunch of # i915 display refactoring. msm has a shrinker rework. There are also a # bunch of conversions to use kunit. # # This has two external pieces, some MEI changes needed for future Intel # discrete GPUs. These should be acked by Greg. There is also a cross # maintainer shared tree with some backlight rework from Hans in here. # # Core: # - convert selftests to kunit # - managed init for more objects # - move to idr_init_base # - rename fb and gem cma helpers to dma # - hide unregistered connectors from getconnector ioctl # - DSC passthrough aux support # - backlight handling improvements # - add dma_resv_assert_held to vmap/vunmap # # edid: # - move luminance calculation to core # # fbdev: # - fix aperture helper usage # # fourcc: # - add more format helpers # - add DRM_FORMAT_Cxx, DRM_FORMAT_Rxx, DRM_FORMAT_Dxx # - add packed AYUV8888, XYUV8888 # - add some kunit tests # # ttm: # - allow bos without backing store # - rewrite placement to use intersect/compatible functions # # dma-buf: # - docs update # - improve signalling when debugging # # udmabuf: # - fix failure path GPF # # dp: # - drop dp/mst legacy code # - atomic mst state support # - audio infoframe packing # # panel: # - Samsung LTL101AL01 # - B120XAN01.0 # - R140NWF5 RH # - DMT028VGHMCMI-1A T # - AUO B133UAN02.1 # - IVO M133NW4J-R3 # - Innolux N120ACA-EA1 # # amdgpu: # - Gang submit support # - Mode2 reset for RDNA2 # - New IP support: # DCN 3.1.4, 3.2 # SMU 13.x # NBIO 7.7 # GC 11.x # PSP 13.x # SDMA 6.x # GMC 11.x # - DSC passthrough support # - PSP fixes for TA support # - vangogh GFXOFF stats # - clang fixes # - gang submit CS cleanup prep work # - fix VRAM eviction issues # # amdkfd: # - GC 10.3 IP ISA fixes # - fix CRIU regression # - CPU fault on COW mapping fixes # # i915: # - align fw versioning with kernel practices # - add display substruct to i915 private # - add initial runtime info to driver info # - split out HDCP and backlight registers # - MEI XeHP SDV GSC support # - add per-gt sysfs defaults # - TLB invalidation improvements # - Disable PCI BAR resize on 32-bit # - GuC firmware updates and compat changes # - GuC log timestamp translation # - DG2 preemption workaround changes # - DG2 improved HDMI pixel clocks support # - PCI BAR sanity checks # - Enable DC5 on DG2 # - DG2 DMC fw bumped # - ADL-S PCI ID added # - Meteorlake enablement # - Rename ggtt_view to gtt_view # - host RPS fixes # - release mmaps on rpm suspend on discrete # - clocking and dpll refactoring # - VBT definitions and parsing updates # - SKL watermark code extracted to separate file # - allow seamless M/N changes on eDP panels # - BUG_ON removal and cleanups # # msm: # - DPU: # simplified VBIF configuration # cleanup CTL interfaces # - DSI: # removed unused msm_display_dsc_config struct # switch regulator calls to new API # switched to PANEL_BRIDGE for direct attached panels # - DSI_PHY: convert drivers to parent_hws # - DP: cleanup pixel_rate handling # - HDMI: turned hdmi-phy-8996 into OF clk provider # - misc dt-bindings fixes # - choose eDP as primary display if it's available # - support getting interconnects from either the mdss or the mdp5/dpu # device nodes # - gem: Shrinker + LRU re-work: # - adds a shared GEM LRU+shrinker helper and moves msm over to that # - reduce lock contention between retire and submit by avoiding the # need to acquire obj lock in retire path (and instead using resv # seeing obj's busyness in the shrinker # - fix reclaim vs submit issues # - GEM fault injection for triggering userspace error paths # - Map/unmap optimization # - Improved robustness for a6xx GPU recovery # # virtio: # - improve error and edge conditions handling # - convert to use managed helpers # - stop exposing LINEAR modifier # # mgag200: # - split modeset handling per model # # udl: # - suspend/disconnect handling improvements # # vc4: # - rework HDMI power up # - depend on PM # - better unplugging support # # ast: # - resolution handling improvements # # ingenic: # - add JZ4760(B) support # - avoid a modeset when sharpness property is unchanged # - use the new PM ops # # it6505: # - power seq and clock updates # # ssd130x: # - regmap bulk write # - use atomic helpers instead of simple helpers # # via: # - rename via_drv to via_dri1, consolidate all code. # # radeon: # - drop DP MST experimental support # - delayed work flush fix # - use time_after # # ti-sn65dsi86: # - DP support # # mediatek: # - MT8195 DP support # - drop of_gpio header # - remove unneeded result # - small DP code improvements # # vkms: # - RGB565, XRGB64 and ARGB64 support # # sun4i: # - tv: convert to atomic # # rcar-du: # - Synopsys DW HDMI bridge DT bindings update # # exynos: # - use drm_display_info.is_hdmi # - correct return of mixer_mode_valid and hdmi_mode_valid # # omap: # - refcounting fix # # rockchip: # - RK3568 support # - RK3399 gamma support" # # * tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm: (1374 commits) # drm/amdkfd: Fix UBSAN shift-out-of-bounds warning # drm/amdkfd: Track unified memory when switching xnack mode # drm/amdgpu: Enable sram on vcn_4_0_2 # drm/amdgpu: Enable VCN DPG for GC11_0_1 # drm/msm: Fix build break with recent mm tree # drm/panel: simple: Use dev_err_probe() to simplify code # drm/panel: panel-edp: Use dev_err_probe() to simplify code # drm/panel: simple: Add Multi-Inno Technology MI0800FT-9 # dt-bindings: display: simple: Add Multi-Inno Technology MI0800FT-9 panel # drm/amdgpu: correct the memcpy size for ip discovery firmware # drm/amdgpu: Skip put_reset_domain if it doesn't exist # drm/amdgpu: remove switch from amdgpu_gmc_noretry_set # drm/amdgpu: Fix mc_umc_status used uninitialized warning # drm/amd/display: Prevent OTG shutdown during PSR SU # drm/amdgpu: add page retirement handling for CPU RAS # drm/amdgpu: use RAS error address convert api in mca notifier # drm/amdgpu: support to convert dedicated umc mca address # drm/amdgpu: export umc error address convert interface # drm/amdgpu: fix sdma v4 init microcode error # drm/amd/display: fix array-bounds error in dc_stream_remove_writeback() # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf # < make -s -j 120 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 120 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 120 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 120 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/arch/parisc/kernel/vdso32/Makefile:30: FORCE prerequisite is missing /kisskb/src/drivers/base/regmap/regmap-mmio.c: In function 'regmap_mmio_noinc_write': /kisskb/src/drivers/base/regmap/regmap-mmio.c:222:17: error: implicit declaration of function 'writesb'; did you mean 'writeb'? [-Werror=implicit-function-declaration] 222 | writesb(ctx->regs + reg, (const u8 *)val, val_count); | ^~~~~~~ | writeb /kisskb/src/drivers/base/regmap/regmap-mmio.c:225:17: error: implicit declaration of function 'writesw'; did you mean 'writew'? [-Werror=implicit-function-declaration] 225 | writesw(ctx->regs + reg, (const u16 *)val, val_count); | ^~~~~~~ | writew /kisskb/src/drivers/base/regmap/regmap-mmio.c:228:17: error: implicit declaration of function 'writesl'; did you mean 'writel'? [-Werror=implicit-function-declaration] 228 | writesl(ctx->regs + reg, (const u32 *)val, val_count); | ^~~~~~~ | writel /kisskb/src/drivers/base/regmap/regmap-mmio.c: In function 'regmap_mmio_noinc_read': /kisskb/src/drivers/base/regmap/regmap-mmio.c:358:17: error: implicit declaration of function 'readsb'; did you mean 'readb'? [-Werror=implicit-function-declaration] 358 | readsb(ctx->regs + reg, (u8 *)val, val_count); | ^~~~~~ | readb /kisskb/src/drivers/base/regmap/regmap-mmio.c:361:17: error: implicit declaration of function 'readsw'; did you mean 'readw'? [-Werror=implicit-function-declaration] 361 | readsw(ctx->regs + reg, (u16 *)val, val_count); | ^~~~~~ | readw /kisskb/src/drivers/base/regmap/regmap-mmio.c:364:17: error: implicit declaration of function 'readsl'; did you mean 'readl'? [-Werror=implicit-function-declaration] 364 | readsl(ctx->regs + reg, (u32 *)val, val_count); | ^~~~~~ | readl cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/base/regmap/regmap-mmio.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/base/regmap] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/base] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c: In function 'dc_stream_remove_writeback': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:527:83: error: array subscript [0, 0] is outside array bounds of 'struct dc_writeback_info[1]' [-Werror=array-bounds] 527 | stream->writeback_info[j] = stream->writeback_info[i]; | ~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:1269, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/basics/dc_common.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_stream.h:241:34: note: while referencing 'writeback_info' 241 | struct dc_writeback_info writeback_info[MAX_DWB_PIPES]; | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1995: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 120 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 # Build took: 0:05:50.979064