Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator_v.c576 const struct tg_color *blank_color, in dce110_timing_generator_v_set_colors() argument
579 if (blank_color != NULL) in dce110_timing_generator_v_set_colors()
580 dce110_tg_v_program_blank_color(tg, blank_color); in dce110_timing_generator_v_set_colors()
Ddce110_timing_generator.h273 const struct tg_color *blank_color,
Ddce110_timing_generator.c2032 const struct tg_color *blank_color, in dce110_tg_set_colors() argument
2035 if (blank_color != NULL) in dce110_tg_set_colors()
2036 dce110_tg_program_blank_color(tg, blank_color); in dce110_tg_set_colors()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h172 const struct tg_color *blank_color,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c805 const struct tg_color *blank_color, in dce120_tg_set_colors() argument
808 if (blank_color != NULL) in dce120_tg_set_colors()
809 dce120_tg_program_blank_color(tg, blank_color); in dce120_tg_set_colors()
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c382 writel_relaxed(0x00000000, &regs->blank_color); in path_set_default()
Dmmp_ctrl.h118 u32 blank_color; /* Screen Blank Color */ member