I'm sorry that I misspelled your email address when sending the patch regarding "[Original Patch Subject]" earlier. I'm now forwarding the patch to you as a supplement, so that you can review it and provide your comments. The content of the original patch is as follows (or directly attach the full text/link of the original patch): https://lore.kernel.org/all/20250808053508.52202-1-chuguangqing@inspur.com/T/#t Looking forward to your reply, Thank you! chuguangqing
add Yhgch soc chipset support for Yhgch BMC chipset chuguangqing (1): [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc chipset MAINTAINERS | 5 + drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/yhgch/Kconfig | 5 + drivers/gpu/drm/yhgch/Makefile | 4 + drivers/gpu/drm/yhgch/yhgch-drm/Kconfig | 12 + drivers/gpu/drm/yhgch/yhgch-drm/Makefile | 20 + .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_de.c | 458 ++++++++++++++++++ .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_drv.c | 374 ++++++++++++++ .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_drv.h | 53 ++ .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_i2c.c | 89 ++++ .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_regs.h | 209 ++++++++ .../gpu/drm/yhgch/yhgch-drm/yhgch_drm_vdac.c | 116 +++++ 13 files changed, 1348 insertions(+) create mode 100644 drivers/gpu/drm/yhgch/Kconfig create mode 100644 drivers/gpu/drm/yhgch/Makefile create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/Kconfig create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/Makefile create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_de.c create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_drv.c create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_drv.h create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_i2c.c create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_regs.h create mode 100644 drivers/gpu/drm/yhgch/yhgch-drm/yhgch_drm_vdac.c -- 2.43.5
© 2016 - 2025 Red Hat, Inc.