Home
last modified time | relevance | path

Searched refs:cursor_attributes (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp.c339 struct dc_cursor_attributes *cursor_attributes) in dpp2_set_cursor_attributes() argument
341 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes()
347 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) { in dpp2_set_cursor_attributes()
Ddcn20_dpp.h753 struct dc_cursor_attributes *cursor_attributes);
Ddcn20_hwseq.c1594 pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn20_update_dchubp_dpp()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h256 struct dc_cursor_attributes *cursor_attributes);
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c412 struct dc_cursor_attributes *cursor_attributes) in dpp1_set_cursor_attributes() argument
414 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp1_set_cursor_attributes()
Ddcn10_hw_sequencer.c2801 if (pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn10_update_dchubp_dpp()
3637 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dcn10_set_cursor_attribute()
3647 uint32_t sdr_white_level = pipe_ctx->stream->cursor_attributes.sdr_white_level; in dcn10_set_cursor_sdr_white_level()
Ddcn10_dpp.h1383 struct dc_cursor_attributes *cursor_attributes);
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h264 struct dc_cursor_attributes cursor_attributes; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dpp.c353 struct dc_cursor_attributes *cursor_attributes) in dpp3_set_cursor_attributes() argument
355 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp3_set_cursor_attributes()
361 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) { in dpp3_set_cursor_attributes()
Ddcn30_dpp.h626 struct dc_cursor_attributes *cursor_attributes);
Ddcn30_hwseq.c727 cursor_attr = stream->cursor_attributes; in dcn30_apply_idle_power_optimizations()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c65 switch (pipe_ctx->stream->cursor_attributes.color_format) { in dcn32_helper_calculate_mall_bytes_for_cursor()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c377 stream->cursor_attributes = *attributes; in dc_stream_set_cursor_attributes()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c554 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dcn201_set_cursor_attribute()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2937 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dce110_set_cursor_attribute()