Hi Rahul,
With this patch, I got a error like below,
# echo 1 > /sys/devices/vidi.5/connection
[ 149.485000] [drm:exynos_drm_connector_get_modes] *ERROR* update
edid property failed(-22)
There is something wrong. Please check it out again.
2013/1/2 Rahul Sharma :
> There's no need to allocate
Hi Rahul,
With this patch, I got a error like below,
# echo 1 > /sys/devices/vidi.5/connection
[ 149.485000] [drm:exynos_drm_connector_get_modes] *ERROR* update
edid property failed(-22)
There is something wrong. Please check it out again.
2013/1/2 Rahul Sharma :
> There's no need to allocate
There's no need to allocate edid twice and do a memcpy when drm helpers
exist to do just that. This patch cleans that interaction up, and
doesn't keep the edid hanging around in the connector.
v3:
- removed MAX_EDID as it is not used anymore.
v2:
- changed vidi_get_edid callback inside vidi drive
There's no need to allocate edid twice and do a memcpy when drm helpers
exist to do just that. This patch cleans that interaction up, and
doesn't keep the edid hanging around in the connector.
v3:
- removed MAX_EDID as it is not used anymore.
v2:
- changed vidi_get_edid callback inside vidi drive