Re: [PATCH 3/4] drm: i2c encoder helper wrappers

2013-01-24 Thread Rob Clark
On Thu, Jan 24, 2013 at 8:42 AM, Daniel Vetter wrote: > On Tue, Jan 08, 2013 at 10:08:45PM -0600, Rob Clark wrote: >> Simplify life for drivers using an encoder-slave, so that they can make >> their drm_encoder_helper_funcs const, rather than needing to dynamically >> allocate and populate them. >

Re: [PATCH 3/4] drm: i2c encoder helper wrappers

2013-01-24 Thread Daniel Vetter
On Tue, Jan 08, 2013 at 10:08:45PM -0600, Rob Clark wrote: > Simplify life for drivers using an encoder-slave, so that they can make > their drm_encoder_helper_funcs const, rather than needing to dynamically > allocate and populate them. > > Signed-off-by: Rob Clark Ah, here they are - looked fo