Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tidss/
Dtidss_dispc.c99 .vp_feat = { .color = {
174 .vp_feat = { .color = {
264 .vp_feat = { .color = {
311 .vp_feat = { .color = {
365 .vp_feat = { .color = {
2349 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_k2g_vp_write_gamma_table()
2354 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_k2g_vp_write_gamma_table()
2371 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_am65x_vp_write_gamma_table()
2376 if (WARN_ON(dispc->feat->vp_feat.color.gamma_type != TIDSS_GAMMA_8BIT)) in dispc_am65x_vp_write_gamma_table()
2392 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_j721e_vp_write_gamma_table()
[all …]
Dtidss_dispc.h84 struct tidss_vp_feat vp_feat; member
Dtidss_crtc.c416 bool has_ctm = tidss->feat->vp_feat.color.has_ctm; in tidss_crtc_create()
442 if (tidss->feat->vp_feat.color.gamma_size) in tidss_crtc_create()