Home
last modified time | relevance | path

Searched refs:update_dsc_config (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h165 bool (*update_dsc_config)(struct pipe_ctx *pipe_ctx); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c139 return link->dc->link_srv->update_dsc_config(pipe_ctx); in dc_link_update_dsc_config()
H A Ddc.c3191 dc->link_srv->update_dsc_config(pipe_ctx); in commit_planes_do_stream_update()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c121 link_srv->update_dsc_config = link_update_dsc_config; in construct_link_service_dpms()