On Thu, May 05, 2016 at 11:05:18AM -0700, Stefan Agner wrote:
Hi Dave,
This pull adds bus flags which allows to specify pixel clock polarity. It includes changes outside of fsl-dcu, the patch has been acked by Daniel.
-- Stefan
The following changes since commit 0552f7651bc233e5407ab06ba97a9d7c25e19580:
drm/i915/mst: use reference counted connectors. (v3) (2016-05-05 12:52:07 +1000)
are available in the git repository at:
http://git.agner.ch/git/linux-drm-fsl-dcu.git for-next
for you to fetch changes up to 2c80661d2ea9bac9bc7ba519097745829add1871:
drm/fsl-dcu: use bus_flags for pixel clock polarity (2016-05-05 10:09:06 -0700)
Stefan Agner (2): drm: introduce bus_flags in drm_display_info drm/fsl-dcu: use bus_flags for pixel clock polarity
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 5 +++++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h | 4 ++-- drivers/gpu/drm/panel/panel-simple.c | 5 ++++- include/drm/drm_crtc.h | 9 +++++++++ 4 files changed, 20 insertions(+), 3 deletions(-)
There's a simple-panel patch on patchwork that depends on this series, so I could also pull this into the drm/panel tree. In fact I've already done so, so there's no need to pull this in again, Dave.
Thierry