RE: [RESEND 6/6] drm/connector: update edid_blob_ptr documentation

2024-05-23 Thread Borah, Chaitanya Kumar
ubject: [RESEND 6/6] drm/connector: update edid_blob_ptr documentation > > Accessing the EDID via edid_blob_ptr causes chicken-and-egg problems. Keep > edid_blob_ptr as the userspace interface that should be accessed via dedicated > functions. > > Signed-off-by: Jani Nikula

[RESEND 6/6] drm/connector: update edid_blob_ptr documentation

2024-05-10 Thread Jani Nikula
Accessing the EDID via edid_blob_ptr causes chicken-and-egg problems. Keep edid_blob_ptr as the userspace interface that should be accessed via dedicated functions. Signed-off-by: Jani Nikula --- include/drm/drm_connector.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a