Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c1915 struct resource gamma_res; in rockchip_vop2_gamma_lut_init() local
1928 ret = ofnode_read_resource_byname(cstate->node, "gamma_lut", &gamma_res); in rockchip_vop2_gamma_lut_init()
1931 lut_regs = (u32 *)gamma_res.start; in rockchip_vop2_gamma_lut_init()
1932 lut_size = gamma_res.end - gamma_res.start + 1; in rockchip_vop2_gamma_lut_init()
3244 struct resource gamma_res; in rockchip_vop2_of_get_gamma_lut() local
3258 ret = ofnode_read_resource_byname(cstate->node, "gamma_lut", &gamma_res); in rockchip_vop2_of_get_gamma_lut()
3261 lut_regs = (u32 *)gamma_res.start; in rockchip_vop2_of_get_gamma_lut()
3262 lut_size = gamma_res.end - gamma_res.start + 1; in rockchip_vop2_of_get_gamma_lut()