HomeSort by: relevance | last modified time | path
    Searched refs:apply_ctx_for_surface (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_init.c 39 .apply_ctx_for_surface = dcn10_apply_ctx_for_surface,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_init.c 39 .apply_ctx_for_surface = NULL,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_init.c 40 .apply_ctx_for_surface = NULL,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h 66 void (*apply_ctx_for_surface)(struct dc *dc, member in struct:hw_sequencer_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 794 if (dc->hwss.apply_ctx_for_surface)
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
1218 if (dc->hwss.apply_ctx_for_surface)
1223 dc->hwss.apply_ctx_for_surface(
1254 if (dc->hwss.apply_ctx_for_surface)
1255 dc->hwss.apply_ctx_for_surface(
2192 if (dc->hwss.apply_ctx_for_surface)
2193 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context);
2252 if (dc->hwss.apply_ctx_for_surface)
2253 dc->hwss.apply_ctx_for_surface(
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2729 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,

Completed in 52 milliseconds