]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/mipi_dsi: check for used channels
authorArchit Taneja <architt@codeaurora.org>
Wed, 19 Aug 2015 12:01:23 +0000 (17:31 +0530)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:41 +0000 (09:54 +0000)
commit96a4763f03b8f347b85b75e20adc2967e8f80231
treeeedaeb6ee86301ad47668c45a349cb7288807bc5
parentc5cabe2bcdf2d461724c95c9a65e97d1a131bc33
drm/mipi_dsi: check for used channels

We don't check whether a previous mipi_dsi_device under the same host
shares the same virtual channel.

Before registering, check if any of the registered devices doesn't
already have the same virtual channel.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
drivers/gpu/drm/drm_mipi_dsi.c