Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp.c347 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes() local
351 if (color_format == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in dpp2_set_cursor_attributes()
352 color_format == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in dpp2_set_cursor_attributes()
359 CUR0_MODE, color_format, in dpp2_set_cursor_attributes()
363 if (color_format == CURSOR_MODE_MONO) { in dpp2_set_cursor_attributes()
Ddcn20_hubp.c578 attr->width, attr->color_format); in hubp2_cursor_set_attributes()
592 CURSOR_MODE, attr->color_format, in hubp2_cursor_set_attributes()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c80 switch (attributes->color_format) { in dce_ipp_cursor_set_attributes()
103 if (attributes->color_format == CURSOR_MODE_MONO) { in dce_ipp_cursor_set_attributes()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c431 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp1_set_cursor_attributes() local
435 CUR0_MODE, color_format, in dpp1_set_cursor_attributes()
438 if (color_format == CURSOR_MODE_MONO) { in dpp1_set_cursor_attributes()
Ddcn10_hubp.c1098 attr->width, attr->color_format); in hubp1_cursor_set_attributes()
1112 CURSOR_MODE, attr->color_format, in hubp1_cursor_set_attributes()
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-raydium-rm67191.c323 int color_format = color_format_from_dsi_format(dsi->format); in rad_panel_enable() local
370 ret = mipi_dsi_dcs_set_pixel_format(dsi, color_format); in rad_panel_enable()
372 color_format); in rad_panel_enable()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c833 int color_format = 0; in hdmi_video_sample() local
838 color_format = 0x01; in hdmi_video_sample()
841 color_format = 0x03; in hdmi_video_sample()
844 color_format = 0x05; in hdmi_video_sample()
847 color_format = 0x07; in hdmi_video_sample()
852 color_format = 0x09; in hdmi_video_sample()
856 color_format = 0x0B; in hdmi_video_sample()
860 color_format = 0x0D; in hdmi_video_sample()
864 color_format = 0x0F; in hdmi_video_sample()
868 color_format = 0x16; in hdmi_video_sample()
[all …]
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dpi.c72 enum mtk_dpi_out_color_format color_format; member
503 mtk_dpi_config_color_format(dpi, dpi->color_format); in mtk_dpi_set_display_mode()
618 dpi->color_format = MTK_DPI_COLOR_FORMAT_RGB; in mtk_dpi_bind()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h533 enum dc_cursor_color_format color_format; member
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5435 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in handle_cursor_update()