[PATCH v3] drm/exynos: let drm handle edid allocations

2013-01-04 Thread Inki Dae
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

Re: [PATCH v3] drm/exynos: let drm handle edid allocations

2013-01-03 Thread Inki Dae
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

[PATCH v3] drm/exynos: let drm handle edid allocations

2013-01-03 Thread Rahul Sharma
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

[PATCH v3] drm/exynos: let drm handle edid allocations

2013-01-02 Thread Rahul Sharma
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