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

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_dual_mode_helper.c 438 * 0 on success, sets the current_mode value to appropriate mode
493 enum drm_lspcon_mode current_mode; local in function:drm_lspcon_set_mode
512 ret = drm_lspcon_get_mode(adapter, &current_mode);
517 if (current_mode != mode) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_mpc.c 411 int mpcc_id, enum dc_lut_mode current_mode,
425 if (current_mode == LUT_BYPASS)
439 enum dc_lut_mode current_mode; local in function:mpc2_set_output_gamma
453 current_mode = mpc20_get_ogam_current(mpc, mpcc_id);
454 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A)
467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode);
amdgpu_dcn20_dpp_cm.c 475 enum dc_lut_mode current_mode; local in function:dpp20_program_blnd_lut
483 current_mode = dpp20_get_blndgam_current(dpp_base);
484 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A)
885 enum dc_lut_mode current_mode; local in function:dpp20_program_shaper
894 current_mode = dpp20_get_shaper_current(dpp_base);
896 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lspcon.c 114 enum drm_lspcon_mode current_mode; local in function:lspcon_get_current_mode
117 if (drm_lspcon_get_mode(adapter, &current_mode)) {
121 return current_mode;
127 enum drm_lspcon_mode current_mode; local in function:lspcon_wait_mode
129 current_mode = lspcon_get_current_mode(lspcon);
130 if (current_mode == mode)
136 wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 400);
137 if (current_mode != mode)
142 lspcon_mode_name(current_mode));
144 return current_mode;
151 enum drm_lspcon_mode current_mode; local in function:lspcon_change_mode
    [all...]
vlv_dsi.c 1821 struct drm_display_mode *current_mode, *fixed_mode; local in function:vlv_dsi_init
1907 current_mode = intel_encoder_current_mode(intel_encoder);
1908 if (current_mode) {
1910 intel_dsi->pclk, current_mode->clock);
1912 current_mode->clock)) {
1914 intel_dsi->pclk = current_mode->clock;
1917 kfree(current_mode);
  /src/sys/sys/
timepps.h 70 int current_mode; /* current mode bits */ member in struct:__anon6d2344410208
  /src/sys/arch/amiga/dev/
grfabs_ccreg.h 40 dmode_t *current_mode; member in struct:monitor_data
  /src/sys/dev/pci/igc/
igc_hw.h 348 enum igc_fc_mode current_mode; member in struct:igc_fc_info
  /src/sys/dev/pci/ixgbe/
ixgbe_type.h 3891 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */
3892 enum ixgbe_fc_mode current_mode; /* FC mode in effect */ member in struct:ixgbe_fc_info

Completed in 306 milliseconds