]> git.baikalelectronics.ru Git - kernel.git/commit
drm: bridge: dw-hdmi: Remove PHY configuration resolution parameter
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tue, 17 Jan 2017 08:29:01 +0000 (10:29 +0200)
committerArchit Taneja <architt@codeaurora.org>
Wed, 18 Jan 2017 03:59:34 +0000 (09:29 +0530)
commit1af26c1d6254a12d2008f813130aab2fcbf3a922
tree10a164e07a09389f5d2bb276867dd5fce3c095ed
parentbb4e01e61c88f11d30570b214120674580e145f7
drm: bridge: dw-hdmi: Remove PHY configuration resolution parameter

The current code hard codes the call of hdmi_phy_configure() to be 8bpp
and provides extraneous error checking to verify that this hardcoded
value is correct. Simplify the implementation by removing the argument.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Jose Abreu <joabreu@synopsys.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170117082910.27023-12-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/bridge/dw-hdmi.c