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

2013-01-02 Thread Rahul Sharma
On Wed, Jan 2, 2013 at 6:05 AM, ??? wrote: > Hi Rahul, > > On 2012? 12? 28? 16:01, Rahul Sharma wrote: >> 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 conn

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

2013-01-02 Thread 김승우
Hi Rahul, On 2012? 12? 28? 16:01, Rahul Sharma wrote: > 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. Basically, I agree about this idea. But exyn

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

2013-01-01 Thread Rahul Sharma
On Wed, Jan 2, 2013 at 6:05 AM, 김승우 wrote: > Hi Rahul, > > On 2012년 12월 28일 16:01, Rahul Sharma wrote: >> 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 conn

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

2013-01-01 Thread 김승우
Hi Rahul, On 2012년 12월 28일 16:01, Rahul Sharma wrote: > 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. Basically, I agree about this idea. But exyn

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

2012-12-28 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. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma --- This patch is based on branch "exynos-drm-next

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

2012-12-28 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. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma --- This patch is based on branch "exynos-drm-next