On Tue, 29 Oct 2024 at 16:15, Yongbang Shi <shiyongbang@xxxxxxxxxx> wrote:
On Tue, Oct 22, 2024 at 08:41:45PM +0800, Yongbang Shi wrote:
From: baihan li <libaihan@xxxxxxxxxx>
+}
+
+enum dpcd_revision {
+ DPCD_REVISION_10 = 0x10,
+ DPCD_REVISION_11,
+ DPCD_REVISION_12,
+ DPCD_REVISION_13,
+ DPCD_REVISION_14,
Any reason for ignoring defines in drm_dp.h?
Hi Dmitry,
I tried it but still can't find it, if you know, can you tell me which macro I can use?
# define DP_DPCD_REV_10 0x10
# define DP_DPCD_REV_11 0x11
etc
Thanks, I got it.
Baihan.
Thanks,
Baihan