Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c416 bool has_ctm = tidss->feat->vp_feat.color.has_ctm; in tidss_crtc_create() local
445 drm_crtc_enable_color_mgmt(crtc, 0, has_ctm, gamma_lut_size); in tidss_crtc_create()
H A Dtidss_dispc.h22 bool has_ctm; member
H A Dtidss_dispc.c100 .has_ctm = true,
182 .has_ctm = true,
283 .has_ctm = true,
353 .has_ctm = true,
419 .has_ctm = true,
460 .has_ctm = true,
/linux/include/drm/
H A Ddrm_color_mgmt.h57 bool has_ctm,
/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c155 * @has_ctm: whether to attach ctm_property for CSC matrix
163 * their size is not 0 and ctm_property is only attached if has_ctm is
168 bool has_ctm, in drm_crtc_enable_color_mgmt() argument
182 if (has_ctm) in drm_crtc_enable_color_mgmt()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c1001 bool has_ctm = false; in mtk_crtc_create() local
1074 has_ctm = true; in mtk_crtc_create()
1108 drm_crtc_enable_color_mgmt(&mtk_crtc->base, 0, has_ctm, gamma_lut_size); in mtk_crtc_create()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c3969 bool has_ctm; in intel_color_crtc_init() local
3975 has_ctm = DISPLAY_VER(display) >= 5; in intel_color_crtc_init()
3989 has_ctm, gamma_lut_size); in intel_color_crtc_init()