Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tidss/
Dtidss_dispc.h21 enum tidss_gamma_type gamma_type; member
Dtidss_dispc.c104 .gamma_type = TIDSS_GAMMA_8BIT,
179 .gamma_type = TIDSS_GAMMA_8BIT,
269 .gamma_type = TIDSS_GAMMA_10BIT,
2249 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_k2g_vp_write_gamma_table()
2271 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_am65x_vp_write_gamma_table()
2292 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_10BIT)) in dispc_j721e_vp_write_gamma_table()
2342 if (dispc->feat->vp_feat.color.gamma_type == TIDSS_GAMMA_10BIT) in dispc_vp_set_gamma()