Home
last modified time | relevance | path

Searched refs:color_format (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c78 switch (attributes->color_format) { in dce_ipp_cursor_set_attributes()
101 if (attributes->color_format == CURSOR_MODE_MONO) { in dce_ipp_cursor_set_attributes()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c423 enum dc_cursor_color_format color_format) in dpp1_set_cursor_attributes() argument
428 CUR0_MODE, color_format, in dpp1_set_cursor_attributes()
431 if (color_format == CURSOR_MODE_MONO) { in dpp1_set_cursor_attributes()
Ddcn10_hubp.c1040 attr->width, attr->color_format); in hubp1_cursor_set_attributes()
1054 CURSOR_MODE, attr->color_format, in hubp1_cursor_set_attributes()
Ddcn10_dpp.h1371 enum dc_cursor_color_format color_format);
Ddcn10_hw_sequencer.c2613 pipe_ctx->plane_res.dpp, attributes->color_format); in dcn10_set_cursor_attribute()
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c690 int color_format = 0; in hdmi_video_sample() local
695 color_format = 0x01; in hdmi_video_sample()
698 color_format = 0x03; in hdmi_video_sample()
701 color_format = 0x05; in hdmi_video_sample()
704 color_format = 0x07; in hdmi_video_sample()
709 color_format = 0x09; in hdmi_video_sample()
713 color_format = 0x0B; in hdmi_video_sample()
717 color_format = 0x0D; in hdmi_video_sample()
721 color_format = 0x0F; in hdmi_video_sample()
725 color_format = 0x16; in hdmi_video_sample()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h143 enum dc_cursor_color_format color_format);
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_dpi.c75 enum mtk_dpi_out_color_format color_format; member
519 mtk_dpi_config_color_format(dpi, dpi->color_format); in mtk_dpi_set_display_mode()
633 dpi->color_format = MTK_DPI_COLOR_FORMAT_RGB; in mtk_dpi_bind()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h496 enum dc_cursor_color_format color_format; member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4003 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in handle_cursor_update()