Searched refs:cursor_mode (Results 1 – 4 of 4) sorted by relevance
571 enum dc_cursor_color_format cursor_mode) in hubp2_get_lines_per_chunk() argument575 if (cursor_mode == CURSOR_MODE_MONO) in hubp2_get_lines_per_chunk()577 else if (cursor_mode == CURSOR_MODE_COLOR_1BIT_AND || in hubp2_get_lines_per_chunk()578 cursor_mode == CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA || in hubp2_get_lines_per_chunk()579 cursor_mode == CURSOR_MODE_COLOR_UN_PRE_MULTIPLIED_ALPHA) { in hubp2_get_lines_per_chunk()588 } else if (cursor_mode == CURSOR_MODE_COLOR_64BIT_FP_PRE_MULTIPLIED || in hubp2_get_lines_per_chunk()589 cursor_mode == CURSOR_MODE_COLOR_64BIT_FP_UN_PRE_MULTIPLIED) { in hubp2_get_lines_per_chunk()
332 enum dc_cursor_color_format cursor_mode);
438 state->cursor_mode = cur->cursor_mode; in amdgpu_dm_crtc_duplicate_state()
900 enum amdgpu_dm_cursor_mode cursor_mode; member