Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
Ddcn401_dpp_cm.c117 struct dc_cursor_attributes *cursor_attributes) in dpp401_set_cursor_attributes() argument
120 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp401_set_cursor_attributes()
Ddcn401_dpp.h696 struct dc_cursor_attributes *cursor_attributes);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
Ddcn20_dpp.c341 struct dc_cursor_attributes *cursor_attributes) in dpp2_set_cursor_attributes() argument
343 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes()
349 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) { in dpp2_set_cursor_attributes()
Ddcn20_dpp.h761 struct dc_cursor_attributes *cursor_attributes);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h269 struct dc_cursor_attributes cursor_attributes; member
357 struct dc_cursor_attributes *cursor_attributes; member
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp.c415 struct dc_cursor_attributes *cursor_attributes) in dpp1_set_cursor_attributes() argument
417 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp1_set_cursor_attributes()
Ddcn10_dpp.h1384 struct dc_cursor_attributes *cursor_attributes);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h304 struct dc_cursor_attributes *cursor_attributes);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
Ddcn30_dpp.c386 struct dc_cursor_attributes *cursor_attributes) in dpp3_set_cursor_attributes() argument
388 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp3_set_cursor_attributes()
394 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) { in dpp3_set_cursor_attributes()
Ddcn30_dpp.h627 struct dc_cursor_attributes *cursor_attributes);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
Ddcn201_hwseq.c558 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dcn201_set_cursor_attribute()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource_helpers.c48 switch (pipe_ctx->stream->cursor_attributes.color_format) { in dcn32_helper_calculate_mall_bytes_for_cursor()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c304 stream->cursor_attributes = *attributes; in dc_stream_set_cursor_attributes()
Ddc.c3484 if (stream_update->cursor_attributes) in commit_planes_do_stream_update()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_hwseq.c942 cursor_attr = stream->cursor_attributes; in dcn30_apply_idle_power_optimizations()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c2878 if (pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn10_update_dchubp_dpp()
3717 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dcn10_set_cursor_attribute()
3727 uint32_t sdr_white_level = pipe_ctx->stream->cursor_attributes.sdr_white_level; in dcn10_set_cursor_sdr_white_level()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c3127 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dce110_set_cursor_attribute()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1782 pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn20_update_dchubp_dpp()
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c9101 update->cursor_attributes = &crtc_state->stream->cursor_attributes; in amdgpu_dm_update_cursor()