]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Add data transmission order bus flag
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 18 Nov 2016 14:55:48 +0000 (16:55 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 4 Apr 2017 14:03:30 +0000 (17:03 +0300)
commit56165bb1f86f411785740c5181c45813b5578227
tree9eec846e111cf5cfd8f59f5f9753187af6bf9d6e
parent417e518c8b6de953a6e7878d88cbc63c9ef23fbc
drm: Add data transmission order bus flag

The flags indicate whether data is transmitted LSB to MSB or MSB to LSB
on the bus.

The exact meaning is bus-type dependent. For instance, for LVDS buses
the flags indicate whether the seven data bits transmitted in a clock
pulse are sent in normal order (MSB to LSB, slots 0 to 6) or reverse
order (LSB to MSB, slots 6 to 0).

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
include/drm/drm_connector.h