Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c1665 struct resource gamma_res; in rockchip_vop2_gamma_lut_init() local
1685 ret = ofnode_read_resource_byname(cstate->node, "gamma_lut", &gamma_res); in rockchip_vop2_gamma_lut_init()
1688 lut_regs = (u32 *)gamma_res.start; in rockchip_vop2_gamma_lut_init()
1689 lut_size = gamma_res.end - gamma_res.start + 1; in rockchip_vop2_gamma_lut_init()