Searched refs:cursor_attr (Results 1 – 2 of 2) sorted by relevance
902 struct dc_cursor_attributes cursor_attr = {0}; in dcn30_apply_idle_power_optimizations() local942 cursor_attr = stream->cursor_attributes; in dcn30_apply_idle_power_optimizations()963 cursor_cache_enable ? &cursor_attr : NULL)) { in dcn30_apply_idle_power_optimizations()1031 switch (cursor_attr.color_format) { in dcn30_apply_idle_power_optimizations()1047 cmd.mall.cursor_copy_src.quad_part = cursor_attr.address.quad_part; in dcn30_apply_idle_power_optimizations()1050 cmd.mall.cursor_width = cursor_attr.width; in dcn30_apply_idle_power_optimizations()1051 cmd.mall.cursor_height = cursor_attr.height; in dcn30_apply_idle_power_optimizations()1052 cmd.mall.cursor_pitch = cursor_attr.pitch; in dcn30_apply_idle_power_optimizations()1057 cursor_attr.address.quad_part = cmd.mall.cursor_copy_dst.quad_part; in dcn30_apply_idle_power_optimizations()1058 dc_stream_program_cursor_attributes(stream, &cursor_attr); in dcn30_apply_idle_power_optimizations()[all …]
402 struct dc_cursor_attributes *cursor_attr);