Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h101 void (*update_plane_addr)( member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2196 static void update_plane_addr(const struct dc *dc, in update_plane_addr() function
2765 dc->hwss.update_plane_addr(dc, pipe_ctx); in dce110_apply_ctx_for_surface()
2888 .update_plane_addr = update_plane_addr,
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2109 dc->hwss.update_plane_addr(dc, pipe_ctx); in update_dchubp_dpp()
2665 .update_plane_addr = dcn10_update_plane_addr,
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c1444 dc->hwss.update_plane_addr(dc, pipe_ctx); in commit_planes_for_stream()