The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 drm-dp 0/4] Add HPD, getting EDID, colorbar features in DP function
@ 2025-01-27  3:20 Yongbang Shi
  2025-01-27  3:20 ` [PATCH v1 drm-dp 1/4] drm/hisilicon/hibmc: Add dp phy cfg to adjust serdes rate, voltage and pre-emphasis Yongbang Shi
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Yongbang Shi @ 2025-01-27  3:20 UTC (permalink / raw)
  To: xinliang.liu, tiantao6, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, kong.kongxinwei
  Cc: liangjian010, chenjianmin, lidongming5, shiyongbang, libaihan,
	shenjian15, shaojijie, dri-devel, linux-kernel

From: Baihan Li <libaihan@huawei.com>

To support DP HPD, edid printing, and colorbar display features based on
the Hisislcon DP devices. 

Baihan Li (4):
  drm/hisilicon/hibmc: Add dp phy cfg to adjust serdes rate, voltage and
    pre-emphasis
  drm/hisilicon/hibmc: Getting connector info and edid by using aux
    channel
  drm/hisilicon/hibmc: Add debugfs interface to enable colorbar feature
    and get link status
  drm/hisilicon/hibmc: Enable this hot plug detect of irq feature

 drivers/gpu/drm/hisilicon/hibmc/Makefile      |   3 +-
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_aux.c   |  16 +-
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_comm.h  |  11 +-
 .../gpu/drm/hisilicon/hibmc/dp/dp_config.h    |   2 +
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c    | 102 ++++++++-
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.h    |  48 ++++
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_link.c  |  93 ++++++--
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_phy.c   |  72 ++++++
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_phy.h   |  38 ++++
 drivers/gpu/drm/hisilicon/hibmc/dp/dp_reg.h   |   5 +
 .../drm/hisilicon/hibmc/hibmc_drm_debugfs.c   | 214 ++++++++++++++++++
 .../gpu/drm/hisilicon/hibmc/hibmc_drm_dp.c    | 103 ++++++++-
 .../gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c   |  89 ++++++--
 .../gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h   |  21 ++
 14 files changed, 756 insertions(+), 61 deletions(-)
 create mode 100644 drivers/gpu/drm/hisilicon/hibmc/dp/dp_phy.c
 create mode 100644 drivers/gpu/drm/hisilicon/hibmc/dp/dp_phy.h
 create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_debugfs.c

-- 
2.33.0


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

end of thread, other threads:[~2025-02-07 17:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  3:20 [PATCH v1 drm-dp 0/4] Add HPD, getting EDID, colorbar features in DP function Yongbang Shi
2025-01-27  3:20 ` [PATCH v1 drm-dp 1/4] drm/hisilicon/hibmc: Add dp phy cfg to adjust serdes rate, voltage and pre-emphasis Yongbang Shi
2025-01-28 14:25   ` Dmitry Baryshkov
2025-02-05  8:04     ` Yongbang Shi
2025-01-27  3:20 ` [PATCH v1 drm-dp 2/4] drm/hisilicon/hibmc: Getting connector info and edid by using aux channel Yongbang Shi
2025-01-28 14:53   ` Dmitry Baryshkov
2025-02-05  8:06     ` Yongbang Shi
2025-01-27  3:20 ` [PATCH v1 drm-dp 3/4] drm/hisilicon/hibmc: Add debugfs interface to enable colorbar feature and get link status Yongbang Shi
2025-01-28 15:11   ` Dmitry Baryshkov
2025-02-05  8:18     ` Yongbang Shi
2025-02-05 10:02       ` Dmitry Baryshkov
2025-02-07  3:25         ` Yongbang Shi
2025-02-07 17:00           ` Dmitry Baryshkov
2025-01-27  3:20 ` [PATCH v1 drm-dp 4/4] drm/hisilicon/hibmc: Enable this hot plug detect of irq feature Yongbang Shi
2025-01-28 15:17   ` Dmitry Baryshkov
2025-02-05  8:56     ` Yongbang Shi

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