Searched refs:deep_color (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_common.c | 53 u32 deep_color; in hdmi_compute_acr() local 60 deep_color = 100; in hdmi_compute_acr() 73 if (deep_color == 125) in hdmi_compute_acr() 76 if (deep_color == 150) in hdmi_compute_acr() 83 if (deep_color == 125) in hdmi_compute_acr() 145 *cts = (pclk/1000) * (*n / 128) * deep_color / (sample_freq / 10); in hdmi_compute_acr()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 270 MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))"); 271 module_param_named(deep_color, radeon_deep_color, int, 0444);
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_drv.c | 137 MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))"); 138 module_param_named(deep_color, amdgpu_deep_color, int, 0444);
|