Re: [PATCH v13 1/2] drm: Add connector property to limit max bpc

2018-10-12 Thread Daniel Vetter
On Fri, Oct 12, 2018 at 12:25:31AM -0700, Radhakrishna Sripada wrote: > At times 12bpc HDMI cannot be driven due to faulty cables, dongles > level shifters etc. To workaround them we may need to drive the output > at a lower bpc. Currently the user space does not have a way to limit > the bpc. The

[PATCH v13 1/2] drm: Add connector property to limit max bpc

2018-10-12 Thread Radhakrishna Sripada
At times 12bpc HDMI cannot be driven due to faulty cables, dongles level shifters etc. To workaround them we may need to drive the output at a lower bpc. Currently the user space does not have a way to limit the bpc. The default bpc to be programmed is decided by the driver and is run against conne