From: Archit Taneja Date: Mon, 9 Apr 2012 09:36:41 +0000 (+0530) Subject: OMAPDSS: DISPC: Remove omap_dss_device pointer usage from dispc_mgr_pclk_rate() X-Git-Tag: v3.5-rc1~7^2~5^2~17^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa03ba8542c40b90c95facfecd9b2789f71c0b6;p=pandora-kernel.git OMAPDSS: DISPC: Remove omap_dss_device pointer usage from dispc_mgr_pclk_rate() The pixel clock rate for the TV manager is calculated by checking the device type connected to the manager, and then requesting the VENC/HDMI interface for the pixel clock rate. Remove the use of omap_dss_device pointer from here by checking which interface generates the pixel clock by reading the DSS_CTRL.VENC_HDMI_SWITCH bit. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed