Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c184 u32 color_format; in hdmi_video_sample() local
189 color_format = 0x01; in hdmi_video_sample()
192 color_format = 0x03; in hdmi_video_sample()
195 color_format = 0x05; in hdmi_video_sample()
198 color_format = 0x07; in hdmi_video_sample()
202 color_format = 0x09; in hdmi_video_sample()
206 color_format = 0x0B; in hdmi_video_sample()
210 color_format = 0x0D; in hdmi_video_sample()
214 color_format = 0x0F; in hdmi_video_sample()
217 color_format = 0x16; in hdmi_video_sample()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c341 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes() local
345 if (color_format == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in dpp2_set_cursor_attributes()
346 color_format == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in dpp2_set_cursor_attributes()
353 CUR0_MODE, color_format, in dpp2_set_cursor_attributes()
357 if (color_format == CURSOR_MODE_MONO) { in dpp2_set_cursor_attributes()
H A Ddcn20_hubp.c596 attr->width, attr->color_format); in hubp2_cursor_set_attributes()
610 CURSOR_MODE, attr->color_format, in hubp2_cursor_set_attributes()
625 hubp->att.cur_ctl.bits.mode = attr->color_format; in hubp2_cursor_set_attributes()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py955 def color_format(formatstr, **values): function
1033 …output.append(color_format("{color_title}basehash_ignore_vars changed{color_default} from '%s' to …
1038 …output.append(color_format("{color_title}taskhash_ignore_tasks changed{color_default} from '%s' to…
1043 …output.append(color_format("{color_title}Task dependencies changed{color_default} from:\n%s\nto:\n…
1046 …output.append(color_format("{color_title}basehash changed{color_default} from %s to %s") % (a_data…
1051 …output.append(color_format("{color_title}List of dependencies for variable %s changed from '{color…
1056 output.append(color_format("{color_title}Dependency on variable %s was added") % (dep))
1059 … output.append(color_format("{color_title}Dependency on Variable %s was removed") % (dep))
1076 line = color_format('{color_add}{line}', line=line)
1079 line = color_format('{color_remove}{line}', line=line)
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubp.c115 attr->width, attr->color_format); in hubp32_cursor_set_attributes()
134 CURSOR_MODE, attr->color_format, in hubp32_cursor_set_attributes()
145 switch (attr->color_format) { in hubp32_cursor_set_attributes()
H A Ddcn32_resource_helpers.c65 switch (pipe_ctx->stream->cursor_attributes.color_format) { in dcn32_helper_calculate_mall_bytes_for_cursor()
H A Ddcn32_hwseq.c667 switch (hubp->curs_attr.color_format) { in dcn32_update_mall_sel()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c414 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp1_set_cursor_attributes() local
418 CUR0_MODE, color_format, in dpp1_set_cursor_attributes()
421 if (color_format == CURSOR_MODE_MONO) { in dpp1_set_cursor_attributes()
H A Ddcn10_hubp.c1151 attr->width, attr->color_format); in hubp1_cursor_set_attributes()
1165 CURSOR_MODE, attr->color_format, in hubp1_cursor_set_attributes()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c322 int color_format = color_format_from_dsi_format(dsi->format); in rad_panel_enable() local
369 ret = mipi_dsi_dcs_set_pixel_format(dsi, color_format); in rad_panel_enable()
370 dev_dbg(dev, "Interface color format set to 0x%x\n", color_format); in rad_panel_enable()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c355 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp3_set_cursor_attributes() local
359 if (color_format == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in dpp3_set_cursor_attributes()
360 color_format == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in dpp3_set_cursor_attributes()
367 CUR0_MODE, color_format, in dpp3_set_cursor_attributes()
371 if (color_format == CURSOR_MODE_MONO) { in dpp3_set_cursor_attributes()
381 dpp_base->att.cur0_ctl.bits.mode = color_format; in dpp3_set_cursor_attributes()
H A Ddcn30_hwseq.c833 switch (cursor_attr.color_format) { in dcn30_apply_idle_power_optimizations()
908 switch (cursor_attr->color_format) { in dcn30_does_plane_fit_in_mall()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1004 int color_format = 0; in hdmi_video_sample() local
1009 color_format = 0x01; in hdmi_video_sample()
1012 color_format = 0x03; in hdmi_video_sample()
1015 color_format = 0x05; in hdmi_video_sample()
1018 color_format = 0x07; in hdmi_video_sample()
1023 color_format = 0x09; in hdmi_video_sample()
1027 color_format = 0x0B; in hdmi_video_sample()
1031 color_format = 0x0D; in hdmi_video_sample()
1035 color_format = 0x0F; in hdmi_video_sample()
1039 color_format = 0x16; in hdmi_video_sample()
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c259 int color_format; in nwl_dsi_config_dpi() local
282 color_format = nwl_dsi_get_dpi_pixel_format(dsi->format); in nwl_dsi_config_dpi()
283 if (color_format < 0) { in nwl_dsi_config_dpi()
286 return color_format; in nwl_dsi_config_dpi()
291 nwl_dsi_write(dsi, NWL_DSI_PIXEL_FORMAT, color_format); in nwl_dsi_config_dpi()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c77 enum mtk_dpi_out_color_format color_format; member
606 mtk_dpi_config_color_format(dpi, dpi->color_format); in mtk_dpi_set_display_mode()
696 dpi->color_format = MTK_DPI_COLOR_FORMAT_YCBCR_422; in mtk_dpi_bridge_atomic_check()
698 dpi->color_format = MTK_DPI_COLOR_FORMAT_RGB; in mtk_dpi_bridge_atomic_check()
H A Dmtk_dp.c458 enum dp_pixelformat color_format) in mtk_dp_set_color_format() argument
463 switch (color_format) { in mtk_dp_set_color_format()
474 color_format); in mtk_dp_set_color_format()
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.h309 u32 color_format; member
H A Dcdns-mhdp8546-core.c1542 mhdp->display_fmt.color_format)) in cdns_mhdp_get_modes()
1572 switch (fmt->color_format) { in cdns_mhdp_get_bpp()
1780 pxlfmt = mhdp->display_fmt.color_format; in cdns_mhdp_configure_video()
2555 mhdp->display_fmt.color_format = DRM_COLOR_FORMAT_RGB444; in cdns_mhdp_probe()
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h329 u8 color_format, color_depth; member
H A Dkomeda_pipeline_state.c802 st->color_format = BIT(__ffs(avail_formats)); in komeda_improc_validate()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h584 enum dc_cursor_color_format color_format; member
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c1081 if (st->color_format == DRM_COLOR_FORMAT_YCBCR420) in d71_improc_update()
1083 else if (st->color_format == DRM_COLOR_FORMAT_YCBCR422) in d71_improc_update()
1085 else if (st->color_format == DRM_COLOR_FORMAT_YCBCR444) in d71_improc_update()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch686 + enum wl_dispmanx_format color_format;
691 + color_format = WL_DISPMANX_FORMAT_ABGR8888;
694 + color_format = WL_DISPMANX_FORMAT_XBGR8888;
697 + color_format = WL_DISPMANX_FORMAT_RGB565;
706 + color_format);
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1273 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in amdgpu_dm_plane_handle_cursor_update()