On Wed, 10 Feb 2016, Daniel Vetter wrote:
> On Wed, Feb 10, 2016 at 12:08:38PM +, Carlos Palminha wrote:
>> Avoid i2c slave encoder drivers to copy/paste code to implement functions
>> that will
>> only return true.
>>
>> Signed-off-by: Carlos Palminha
>
> lgtm, applied to drm-misc. sil164_
On Wed, Feb 10, 2016 at 12:08:38PM +, Carlos Palminha wrote:
> Avoid i2c slave encoder drivers to copy/paste code to implement functions
> that will
> only return true.
>
> Signed-off-by: Carlos Palminha
lgtm, applied to drm-misc. sil164_drv.c seems to have a dummy mode_fixup
function that'
thanks daniel.
I'll check all i2c slave encoders and submit a patch set.
On 10-02-2016 12:25, Daniel Vetter wrote:
> On Wed, Feb 10, 2016 at 12:08:38PM +, Carlos Palminha wrote:
>> Avoid i2c slave encoder drivers to copy/paste code to implement functions
>> that will
>> only return true.
>>
Avoid i2c slave encoder drivers to copy/paste code to implement functions that
will
only return true.
Signed-off-by: Carlos Palminha
---
drivers/gpu/drm/drm_encoder_slave.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/drm_encoder_slave.c
b/drivers/gpu/drm/drm_encoder_s