Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c349 struct dc_cursor_attributes *cursor_attributes) in dpp2_set_cursor_attributes() argument
351 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp2_set_cursor_attributes()
357 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) { in dpp2_set_cursor_attributes()
H A Ddcn20_dpp.h755 struct dc_cursor_attributes *cursor_attributes);
H A Ddcn20_hwseq.c1473 pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn20_update_dchubp_dpp()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c418 struct dc_cursor_attributes *cursor_attributes) in dpp1_set_cursor_attributes() argument
420 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp1_set_cursor_attributes()
H A Ddcn10_hw_sequencer.c2583 if (pipe_ctx->stream->cursor_attributes.address.quad_part != 0) { in dcn10_update_dchubp_dpp()
3524 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dcn10_set_cursor_attribute()
3534 uint32_t sdr_white_level = pipe_ctx->stream->cursor_attributes.sdr_white_level; in dcn10_set_cursor_sdr_white_level()
H A Ddcn10_dpp.h1371 struct dc_cursor_attributes *cursor_attributes);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h221 struct dc_cursor_attributes *cursor_attributes);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h197 struct dc_cursor_attributes cursor_attributes; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c350 struct dc_cursor_attributes *cursor_attributes) in dpp3_set_cursor_attributes() argument
352 enum dc_cursor_color_format color_format = cursor_attributes->color_format; in dpp3_set_cursor_attributes()
H A Ddcn30_dpp.h592 struct dc_cursor_attributes *cursor_attributes);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c295 stream->cursor_attributes = *attributes; in dc_stream_set_cursor_attributes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2789 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; in dce110_set_cursor_attribute()