public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] add Yhgch soc chipset support
@ 2025-08-08  5:35 chuguangqing
  2025-08-08  5:35 ` [PATCH 1/1] [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc chipset chuguangqing
  2025-08-08  7:15 ` [PATCH v1] [PATCH 0/1] add Yhgch soc chipset support - Supplementary Cc simona chuguangqing
  0 siblings, 2 replies; 22+ messages in thread
From: chuguangqing @ 2025-08-08  5:35 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona
  Cc: linux-kernel, dri-devel, 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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-09-28  6:06 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08  5:35 [PATCH 0/1] add Yhgch soc chipset support chuguangqing
2025-08-08  5:35 ` [PATCH 1/1] [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc chipset chuguangqing
2025-08-27  9:17   ` Thomas Zimmermann
2025-09-03  5:45     ` [PATCH v2 0/1] " chuguangqing
2025-09-03  5:45       ` [PATCH v2 1/1] " chuguangqing
2025-09-04 11:19         ` Thomas Zimmermann
2025-09-10  2:23           ` [PATCH v3 0/1] " Chu Guangqing
2025-09-10  2:23             ` [PATCH v3 1/1] [DRIVER] " Chu Guangqing
2025-09-11  0:44               ` Dmitry Baryshkov
2025-09-11  7:25               ` Thomas Zimmermann
2025-09-24  6:49                 ` [PATCH v4 0/1] " Chu Guangqing
2025-09-24  6:49                   ` [PATCH v4 1/1] " Chu Guangqing
2025-09-25  4:15                     ` Dmitry Baryshkov
2025-09-25  9:17                       ` [PATCH v5 0/1] " Chu Guangqing
2025-09-25  9:17                         ` [PATCH v5 1/1] " Chu Guangqing
2025-09-25 22:20                           ` Dmitry Baryshkov
2025-09-28  6:05                             ` [PATCH v5 1/1] [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc Chu Guangqing
2025-09-27 20:40                           ` [PATCH v5 1/1] [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc chipset kernel test robot
2025-09-25 22:15                         ` [PATCH v5 0/1] " Dmitry Baryshkov
2025-09-25  4:04                   ` [PATCH v4 " Dmitry Baryshkov
2025-08-08  7:15 ` [PATCH v1] [PATCH 0/1] add Yhgch soc chipset support - Supplementary Cc simona chuguangqing
2025-08-08  7:15   ` [PATCH 0/1] add Yhgch soc chipset support chuguangqing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox