ubject: [RESEND 5/6] drm/edid: add a helper for EDID sysfs property show
>
> Add a helper to get the EDID property for sysfs property show. This hides all
> the edid_blob_ptr usage within drm_edid.c.
>
> Signed-off-by: Jani Nikula
LGTM,
Reviewed-by: Chaitanya Kumar Borah
>
Add a helper to get the EDID property for sysfs property show. This
hides all the edid_blob_ptr usage within drm_edid.c.
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/drm_crtc_internal.h | 2 ++
drivers/gpu/drm/drm_edid.c | 33 +
drivers/gpu/drm/drm_sysfs.c