commit | 381ddfe478871588af95548aaecb6698009c3d6b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Oct 07 17:39:21 2016 +0300 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Apr 04 17:04:04 2017 +0300 |
tree | e68364041a6f034466abd7d309d79e54802f9450 | |
parent | 5c602531feb3db3926cdd76dda89314f0634c9e7 [diff] |
drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONE Unlike the connector type, the encoder type is unused by userspace. As it is equally unused in the driver, except in a single location where the connector type can be used instead, hardcode it to DRM_MODE_ENCODER_NONE. This allow removing all code that tries to determine (unsuccessfully in case a bridge is used) the encoder type. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>