Searched refs:black_color (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 173 struct tg_color black_color = {0}; in dcn201_init_blank() local 180 color_space_to_black_color(dc, color_space, &black_color); in dcn201_init_blank() 197 &black_color, in dcn201_init_blank() 438 pipe_ctx, &blnd_cfg.black_color); in dcn201_update_mpcc() 441 pipe_ctx, &blnd_cfg.black_color); in dcn201_update_mpcc() 445 &blnd_cfg.black_color); in dcn201_update_mpcc() 467 blnd_cfg.black_color.color_b_cb = 0; in dcn201_update_mpcc() 468 blnd_cfg.black_color.color_g_y = 0; in dcn201_update_mpcc() 469 blnd_cfg.black_color.color_r_cr = 0; in dcn201_update_mpcc()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_timing_generator.h | 209 const struct tg_color *black_color); 216 struct tg_color *black_color); 253 const struct tg_color *black_color);
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
| H A D | dce110_resource.c | 1158 struct tg_color black_color = {0}; in dce110_acquire_underlay() local 1193 COLOR_SPACE_YCBCR601, &black_color); in dce110_acquire_underlay() 1196 &black_color); in dce110_acquire_underlay()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 3056 struct tg_color black_color = {0}; in dcn401_blank_pixel_data_sequence() local 3069 color_space_to_black_color(dc, color_space, &black_color); in dcn401_blank_pixel_data_sequence() 3094 black_color, in dcn401_blank_pixel_data_sequence() 3111 black_color, in dcn401_blank_pixel_data_sequence()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 1579 struct tg_color black_color = {0}; in dce110_enable_stream_timing() local 1585 stream->output_color_space, &black_color); in dce110_enable_stream_timing() 1588 &black_color); in dce110_enable_stream_timing()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 249 struct tg_color *black_color) in color_space_to_black_color() argument 260 *black_color = black_color_format[BLACK_COLOR_FORMAT_YUV_CV]; in color_space_to_black_color() 264 *black_color = in color_space_to_black_color() 288 *black_color = in color_space_to_black_color()
|