[PATCH 2/3] drm:msm: Initial Add Writeback Support

Rob Clark robdclark at gmail.com
Thu Apr 2 11:19:11 PDT 2015


On Thu, Apr 2, 2015 at 2:07 PM,  <jilaiw at codeaurora.org> wrote:
>>> +config DRM_MSM_WB
>>> +       bool "Enable writeback support for MSM modesetting driver"
>>> +       depends on DRM_MSM
>>> +       depends on VIDEO_V4L2
>>> +       select VIDEOBUF2_CORE
>>> +       default y
>>> +       help
>>> +         Choose this option if you have a need to support writeback
>>> +         connector.
>>> +
>> Is it worth mentioning which devices/SoCs have such connector ?
> If the devices have WB connector, it will be added in the device tree.

I guess also calling out specific devices in kconfig will get out of
date quickly as new SoC's appear..  in the end, if in doubt, enable
everything in kconfig and let device-tree sort it out ;-)

BR,
-R


More information about the dri-devel mailing list