Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c95 .vp_feat = { .color = {
172 .vp_feat = { .color = {
268 .vp_feat = { .color = {
333 .vp_feat = { .color = {
390 .vp_feat = { .color = {
427 .vp_feat = { .color = {
2462 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_k2g_vp_write_gamma_table()
2467 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_k2g_vp_write_gamma_table()
2484 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_am65x_vp_write_gamma_table()
2489 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_am65x_vp_write_gamma_table()
[all …]
H A Dtidss_crtc.c425 bool has_ctm = tidss->feat->vp_feat.color.has_ctm; in tidss_crtc_create()
451 if (tidss->feat->vp_feat.color.gamma_size) in tidss_crtc_create()
H A Dtidss_dispc.h91 struct tidss_vp_feat vp_feat; member