Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c343 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes() local
347 if (color_format == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in dpp2_set_cursor_attributes()
348 color_format == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in dpp2_set_cursor_attributes()
355 CUR0_MODE, color_format, in dpp2_set_cursor_attributes()
359 if (color_format == CURSOR_MODE_MONO) { in dpp2_set_cursor_attributes()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-dp.c294 u8 color_format; member
388 u32 color_format; member
1099 switch (state->color_format) { in dw_dp_send_vsc_sdp()
1115 if (state->color_format == DRM_COLOR_FORMAT_RGB444) { in dw_dp_send_vsc_sdp()
1157 if (state->color_format == DRM_COLOR_FORMAT_YCBCR420) in dw_dp_video_need_vsc_sdp()
1163 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, in dw_dp_video_set_msa() argument
1171 switch (color_format) { in dw_dp_video_set_msa()
1226 u8 color_format, bpc, bpp; in dw_dp_video_enable() local
1242 color_format = state->color_format; in dw_dp_video_enable()
1252 ret = dw_dp_video_set_msa(dp, color_format, bpc, vstart, hstart); in dw_dp_video_enable()
[all …]
/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()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c404 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp3_set_cursor_attributes() local
408 if (color_format == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in dpp3_set_cursor_attributes()
409 color_format == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in dpp3_set_cursor_attributes()
417 CUR0_MODE, color_format, in dpp3_set_cursor_attributes()
421 if (color_format == CURSOR_MODE_MONO) { in dpp3_set_cursor_attributes()
434 dpp_base->att.cur0_ctl.bits.mode = color_format; in dpp3_set_cursor_attributes()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c80 enum mtk_dpi_out_color_format color_format; member
675 mtk_dpi_config_color_format(dpi, dpi->color_format); in mtk_dpi_set_display_mode()
829 dpi->color_format = mtk_dpi_bus_fmt_color_format(out_bus_format); in mtk_dpi_bridge_atomic_check()
H A Dmtk_dp.c543 enum dp_pixelformat color_format) in mtk_dp_set_color_format() argument
548 switch (color_format) { in mtk_dp_set_color_format()
559 color_format); in mtk_dp_set_color_format()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.h309 u32 color_format; member
H A Dcdns-mhdp8546-core.c1474 mhdp->display_fmt.color_format)) in cdns_mhdp_get_modes()
1504 switch (fmt->color_format) { in cdns_mhdp_get_bpp()
1708 pxlfmt = mhdp->display_fmt.color_format; in cdns_mhdp_configure_video()
2484 mhdp->display_fmt.color_format = DRM_COLOR_FORMAT_RGB444; in cdns_mhdp_probe()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h329 u8 color_format, color_depth; member
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c1083 if (st->color_format == DRM_COLOR_FORMAT_YCBCR420) in d71_improc_update()
1085 else if (st->color_format == DRM_COLOR_FORMAT_YCBCR422) in d71_improc_update()
1087 else if (st->color_format == DRM_COLOR_FORMAT_YCBCR444) in d71_improc_update()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h627 enum dc_cursor_color_format color_format; member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c612 attr->width, attr->color_format); in hubp2_cursor_set_attributes()
627 CURSOR_MODE, attr->color_format, in hubp2_cursor_set_attributes()
643 hubp->att.cur_ctl.bits.mode = attr->color_format; in hubp2_cursor_set_attributes()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1173 attr->width, attr->color_format); in hubp1_cursor_set_attributes()
1187 CURSOR_MODE, attr->color_format, in hubp1_cursor_set_attributes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c1045 switch (cursor_attr.color_format) { in dcn30_apply_idle_power_optimizations()
1124 switch (cursor_attr->color_format) { in dcn30_does_plane_fit_in_mall()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c48 switch (pipe_ctx->stream->cursor_attributes.color_format) { in dcn32_helper_calculate_mall_bytes_for_cursor()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c687 switch (hubp->curs_attr.color_format) { in dcn32_update_mall_sel()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1391 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in amdgpu_dm_plane_handle_cursor_update()
H A Damdgpu_dm.c9835 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; in amdgpu_dm_update_cursor()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3941 switch (hubp->curs_attr.color_format) { in dcn401_program_mall_pipe_config_sequence()