Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi_common.c54 u32 deep_color; in hdmi_compute_acr() local
61 deep_color = 100; in hdmi_compute_acr()
74 if (deep_color == 125) in hdmi_compute_acr()
77 if (deep_color == 150) in hdmi_compute_acr()
84 if (deep_color == 125) in hdmi_compute_acr()
146 *cts = (pclk/1000) * (*n / 128) * deep_color / (sample_freq / 10); in hdmi_compute_acr()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_common.c54 u32 deep_color; in hdmi_compute_acr() local
61 deep_color = 100; in hdmi_compute_acr()
74 if (deep_color == 125) in hdmi_compute_acr()
77 if (deep_color == 150) in hdmi_compute_acr()
84 if (deep_color == 125) in hdmi_compute_acr()
146 *cts = (pclk/1000) * (*n / 128) * deep_color / (sample_freq / 10); in hdmi_compute_acr()
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_drv.c275 MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))");
276 module_param_named(deep_color, radeon_deep_color, int, 0444);
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c324 MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))");
325 module_param_named(deep_color, amdgpu_deep_color, int, 0444);