HomeSort by: relevance | last modified time | path
    Searched defs:dangling_context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 772 struct dc_state *dangling_context = dc_create_state(dc); local in function:disable_dangling_plane
775 if (dangling_context == NULL)
778 dc_resource_state_copy_construct(dc->current_state, dangling_context);
792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context);
793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context);
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
798 dc->hwss.program_front_end_for_ctx(dc, dangling_context);
802 dc->current_state = dangling_context;
amdgpu_dc.c 772 struct dc_state *dangling_context = dc_create_state(dc); local in function:disable_dangling_plane
775 if (dangling_context == NULL)
778 dc_resource_state_copy_construct(dc->current_state, dangling_context);
792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context);
793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context);
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
798 dc->hwss.program_front_end_for_ctx(dc, dangling_context);
802 dc->current_state = dangling_context;

Completed in 25 milliseconds