[Intel-gfx] [RFC PATCH 0/7] drm: facilitate driver unification around edid read and override

2016-12-28 Thread Jani Nikula
On Tue, 27 Dec 2016, Daniel Vetter wrote: > On Tue, Dec 27, 2016 at 06:21:47PM +0200, Jani Nikula wrote: >> Hi all - >> >> This series aims at three goals: >> >> 1) Most drivers do similar things around drm_get_edid (namely convert >> edid to eld, add modes, and update edid blob property). Add

[Intel-gfx] [RFC PATCH 0/7] drm: facilitate driver unification around edid read and override

2016-12-28 Thread Daniel Vetter
On Wed, Dec 28, 2016 at 11:23:42AM +0200, Jani Nikula wrote: > On Tue, 27 Dec 2016, Daniel Vetter wrote: > > On Tue, Dec 27, 2016 at 06:21:47PM +0200, Jani Nikula wrote: > >> Hi all - > >> > >> This series aims at three goals: > >> > >> 1) Most drivers do similar things around drm_get_edid

[Intel-gfx] [RFC PATCH 0/7] drm: facilitate driver unification around edid read and override

2016-12-28 Thread Daniel Vetter
On Tue, Dec 27, 2016 at 07:41:47PM +0100, Daniel Vetter wrote: > On Tue, Dec 27, 2016 at 06:21:47PM +0200, Jani Nikula wrote: > > Hi all - > > > > This series aims at three goals: > > > > 1) Most drivers do similar things around drm_get_edid (namely convert > > edid to eld, add modes, and update

[Intel-gfx] [RFC PATCH 0/7] drm: facilitate driver unification around edid read and override

2016-12-27 Thread Daniel Vetter
On Tue, Dec 27, 2016 at 06:21:47PM +0200, Jani Nikula wrote: > Hi all - > > This series aims at three goals: > > 1) Most drivers do similar things around drm_get_edid (namely convert > edid to eld, add modes, and update edid blob property). Add a helper for > the drivers, to reduce code and