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)
commit1acc6bdeee1ef2ecac3ba070a403827ab8f16be5
tree10a164e07a09389f5d2bb276867dd5fce3c095ed
parent69497eb9234eb34994b9a0d2f2c17c4c09f2e969
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