Home
last modified time | relevance | path

Searched refs:kick_col (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fg.c145 u32 kick_row, kick_col; in dc_fg_cfg_videomode() local
164 kick_col = hact + 1; in dc_fg_cfg_videomode()
168 regmap_write(fg->reg, PKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()
171 regmap_write(fg->reg, SKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()