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

/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c341 struct dc_cursor_attributes *cursor_attributes)
343 enum dc_cursor_color_format color_format = cursor_attributes->color_format;
349 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) {
339 dpp2_set_cursor_attributes( struct dpp *dpp_base, struct dc_cursor_attributes *cursor_attributes) argument
H A Ddcn20_dpp.h753 struct dc_cursor_attributes *cursor_attributes);
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c412 struct dc_cursor_attributes *cursor_attributes)
414 enum dc_cursor_color_format color_format = cursor_attributes->color_format;
410 dpp1_set_cursor_attributes( struct dpp *dpp_base, struct dc_cursor_attributes *cursor_attributes) argument
H A Ddcn10_dpp.h1384 struct dc_cursor_attributes *cursor_attributes);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h292 struct dc_cursor_attributes *cursor_attributes);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h248 struct dc_cursor_attributes cursor_attributes; member in struct:dc_stream_state
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c390 struct dc_cursor_attributes *cursor_attributes)
392 enum dc_cursor_color_format color_format = cursor_attributes->color_format;
398 if (cursor_attributes->attribute_flags.bits.ENABLE_CURSOR_DEGAMMA) {
388 dpp3_set_cursor_attributes( struct dpp *dpp_base, struct dc_cursor_attributes *cursor_attributes) argument
H A Ddcn30_dpp.h628 struct dc_cursor_attributes *cursor_attributes);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c298 stream->cursor_attributes = *attributes;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c556 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c47 switch (pipe_ctx->stream->cursor_attributes.color_format) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c925 cursor_attr = stream->cursor_attributes;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2887 if (pipe_ctx->stream->cursor_attributes.address.quad_part != 0) {
3722 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes;
3732 uint32_t sdr_white_level = pipe_ctx->stream->cursor_attributes.sdr_white_level;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3006 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1756 pipe_ctx->stream->cursor_attributes.address.quad_part != 0) {

Completed in 240 milliseconds