Searched refs:color_format (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_dpp.c | 347 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()
|
| D | dcn20_hubp.c | 578 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/ |
| D | dce_ipp.c | 80 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/ |
| D | dcn10_dpp.c | 431 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()
|
| D | dcn10_hubp.c | 1098 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/ |
| D | panel-raydium-rm67191.c | 323 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/ |
| D | dw-hdmi.c | 833 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/ |
| D | mtk_dpi.c | 72 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/ |
| D | dc_hw_types.h | 533 enum dc_cursor_color_format color_format; member
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm.c | 5435 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in handle_cursor_update()
|