Home
last modified time | relevance | path

Searched refs:enable_cursor_offload (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c259 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_attributes() local
275 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) { in program_cursor_attributes()
289 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_attributes()
294 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) { in program_cursor_attributes()
406 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_position() local
426 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) in program_cursor_position()
433 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_position()
441 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) in program_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h561 bool enable_cursor_offload; member
H A Ddc_dmub_srv.c1197 if (!dc->config.enable_cursor_offload) in dc_dmub_srv_cursor_offload_init()