Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator_v.c581 const struct tg_color *blank_color, in dce110_timing_generator_v_set_colors() argument
584 if (blank_color != NULL) in dce110_timing_generator_v_set_colors()
585 dce110_tg_v_program_blank_color(tg, blank_color); in dce110_timing_generator_v_set_colors()
Ddce110_timing_generator.h278 const struct tg_color *blank_color,
Ddce110_timing_generator.c2037 const struct tg_color *blank_color, in dce110_tg_set_colors() argument
2040 if (blank_color != NULL) in dce110_tg_set_colors()
2041 dce110_tg_program_blank_color(tg, blank_color); in dce110_tg_set_colors()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h187 const struct tg_color *blank_color,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c810 const struct tg_color *blank_color, in dce120_tg_set_colors() argument
813 if (blank_color != NULL) in dce120_tg_set_colors()
814 dce120_tg_program_blank_color(tg, blank_color); in dce120_tg_set_colors()
/Linux-v5.4/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c369 writel_relaxed(0x00000000, &regs->blank_color); in path_set_default()
Dmmp_ctrl.h104 u32 blank_color; /* Screen Blank Color */ member