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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
timing_generator.h 47 struct gsl_params { struct
195 const struct dcp_gsl_params *gsl_params);
276 void (*set_gsl)(struct timing_generator *optc, const struct gsl_params *params);
timing_generator.h 47 struct gsl_params { struct
195 const struct dcp_gsl_params *gsl_params);
276 void (*set_gsl)(struct timing_generator *optc, const struct gsl_params *params);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2282 struct dcp_gsl_params gsl_params = { 0 }; local in function:dce110_enable_timing_synchronization
2290 gsl_params.gsl_group = 0;
2291 gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst;
2295 grouped_pipes[i]->stream_res.tg, &gsl_params);
2303 gsl_params.gsl_group);
2327 struct dcp_gsl_params gsl_params = { 0 }; local in function:dce110_enable_per_frame_crtc_position_reset
2330 gsl_params.gsl_group = 0;
2331 gsl_params.gsl_master = 0;
2335 grouped_pipes[i]->stream_res.tg, &gsl_params);
2342 gsl_params.gsl_master
    [all...]
amdgpu_dce110_hw_sequencer.c 2282 struct dcp_gsl_params gsl_params = { 0 }; local in function:dce110_enable_timing_synchronization
2290 gsl_params.gsl_group = 0;
2291 gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst;
2295 grouped_pipes[i]->stream_res.tg, &gsl_params);
2303 gsl_params.gsl_group);
2327 struct dcp_gsl_params gsl_params = { 0 }; local in function:dce110_enable_per_frame_crtc_position_reset
2330 gsl_params.gsl_group = 0;
2331 gsl_params.gsl_master = 0;
2335 grouped_pipes[i]->stream_res.tg, &gsl_params);
2342 gsl_params.gsl_master
    [all...]

Completed in 27 milliseconds