Skip to content
Snippets Groups Projects
Commit 00b322e9 authored by Troy Kisky's avatar Troy Kisky
Browse files

ipu_disp: add ipu_dmfc_uninit

parent ad0864c0
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ extern struct clk *g_pixel_clk[2];
extern unsigned char g_ipu_clk_enabled;
extern unsigned char g_dc_di_assignment[];
void ipu_dmfc_uninit(void)
{
dmfc_type_setup = 0;
}
void ipu_dmfc_init(int dmfc_type, int first)
{
u32 dmfc_wr_chan, dmfc_dp_chan;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment