Searched refs:cursor_attr (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.h75 struct dc_cursor_attributes *cursor_attr);
H A Ddcn30_hwseq.c893 struct dc_cursor_attributes cursor_attr; local
930 cursor_attr = stream->cursor_attributes;
950 cursor_cache_enable ? &cursor_attr : NULL)) {
1018 switch (cursor_attr.color_format) {
1034 cmd.mall.cursor_copy_src.quad_part = cursor_attr.address.quad_part;
1037 cmd.mall.cursor_width = cursor_attr.width;
1038 cmd.mall.cursor_height = cursor_attr.height;
1039 cmd.mall.cursor_pitch = cursor_attr.pitch;
1044 cursor_attr.address.quad_part = cmd.mall.cursor_copy_dst.quad_part;
1045 dc_stream_set_cursor_attributes(stream, &cursor_attr);
1079 dcn30_does_plane_fit_in_mall(struct dc *dc, struct dc_plane_state *plane, struct dc_cursor_attributes *cursor_attr) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h381 struct dc_cursor_attributes *cursor_attr);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2339 struct dc_cursor_attributes *cursor_attr);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5039 struct dc_cursor_attributes *cursor_attr)
5041 if (dc->hwss.does_plane_fit_in_mall && dc->hwss.does_plane_fit_in_mall(dc, plane, cursor_attr))
5038 dc_is_plane_eligible_for_idle_optimizations(struct dc *dc, struct dc_plane_state *plane, struct dc_cursor_attributes *cursor_attr) argument

Completed in 577 milliseconds