| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_encoder_slave.c | 53 struct drm_encoder_slave *encoder, in drm_i2c_encoder_init() 107 struct drm_encoder_slave *encoder = to_encoder_slave(drm_encoder); in drm_i2c_encoder_destroy() local 128 void drm_i2c_encoder_dpms(struct drm_encoder *encoder, int mode) in drm_i2c_encoder_dpms() 134 bool drm_i2c_encoder_mode_fixup(struct drm_encoder *encoder, in drm_i2c_encoder_mode_fixup() 145 void drm_i2c_encoder_prepare(struct drm_encoder *encoder) in drm_i2c_encoder_prepare() 151 void drm_i2c_encoder_commit(struct drm_encoder *encoder) in drm_i2c_encoder_commit() 157 void drm_i2c_encoder_mode_set(struct drm_encoder *encoder, in drm_i2c_encoder_mode_set() 165 enum drm_connector_status drm_i2c_encoder_detect(struct drm_encoder *encoder, in drm_i2c_encoder_detect() 172 void drm_i2c_encoder_save(struct drm_encoder *encoder) in drm_i2c_encoder_save() 178 void drm_i2c_encoder_restore(struct drm_encoder *encoder) in drm_i2c_encoder_restore()
|
| D | drm_crtc_helper.c | 95 bool drm_helper_encoder_in_use(struct drm_encoder *encoder) in drm_helper_encoder_in_use() 138 struct drm_encoder *encoder; in drm_helper_crtc_in_use() local 158 drm_encoder_disable(struct drm_encoder *encoder) in drm_encoder_disable() 173 struct drm_encoder *encoder; in __drm_helper_disable_unused_functions() local 238 struct drm_encoder *encoder; in drm_crtc_prepare_encoders() local 282 struct drm_encoder *encoder; in drm_crtc_helper_set_mode() local 429 struct drm_encoder *encoder; in drm_crtc_helper_disable() local 469 struct drm_encoder *encoder; in drm_connector_get_single_encoder() local 521 struct drm_encoder **save_connector_encoders, *new_encoder, *encoder; in drm_crtc_helper_set_config() local 799 static int drm_helper_choose_encoder_dpms(struct drm_encoder *encoder) in drm_helper_choose_encoder_dpms() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_encoder_slave.c | 53 struct drm_encoder_slave *encoder, in drm_i2c_encoder_init() 113 struct drm_encoder_slave *encoder = to_encoder_slave(drm_encoder); in drm_i2c_encoder_destroy() local 134 void drm_i2c_encoder_dpms(struct drm_encoder *encoder, int mode) in drm_i2c_encoder_dpms() 140 bool drm_i2c_encoder_mode_fixup(struct drm_encoder *encoder, in drm_i2c_encoder_mode_fixup() 151 void drm_i2c_encoder_prepare(struct drm_encoder *encoder) in drm_i2c_encoder_prepare() 157 void drm_i2c_encoder_commit(struct drm_encoder *encoder) in drm_i2c_encoder_commit() 163 void drm_i2c_encoder_mode_set(struct drm_encoder *encoder, in drm_i2c_encoder_mode_set() 171 enum drm_connector_status drm_i2c_encoder_detect(struct drm_encoder *encoder, in drm_i2c_encoder_detect() 178 void drm_i2c_encoder_save(struct drm_encoder *encoder) in drm_i2c_encoder_save() 184 void drm_i2c_encoder_restore(struct drm_encoder *encoder) in drm_i2c_encoder_restore()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/udl/ |
| D | udl_encoder.c | 19 static void udl_enc_destroy(struct drm_encoder *encoder) in udl_enc_destroy() 25 static void udl_encoder_disable(struct drm_encoder *encoder) in udl_encoder_disable() 29 static void udl_encoder_prepare(struct drm_encoder *encoder) in udl_encoder_prepare() 33 static void udl_encoder_commit(struct drm_encoder *encoder) in udl_encoder_commit() 37 static void udl_encoder_mode_set(struct drm_encoder *encoder, in udl_encoder_mode_set() 44 udl_encoder_dpms(struct drm_encoder *encoder, int mode) in udl_encoder_dpms() 62 struct drm_encoder *encoder; in udl_encoder_init() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_encoder.c | 13 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms() 19 static void mdp5_encoder_destroy(struct drm_encoder *encoder) in mdp5_encoder_destroy() 30 static void mdp5_vid_encoder_mode_set(struct drm_encoder *encoder, in mdp5_vid_encoder_mode_set() 131 static void mdp5_vid_encoder_disable(struct drm_encoder *encoder) in mdp5_vid_encoder_disable() 165 static void mdp5_vid_encoder_enable(struct drm_encoder *encoder) in mdp5_vid_encoder_enable() 188 static void mdp5_encoder_mode_set(struct drm_encoder *encoder, in mdp5_encoder_mode_set() 201 static void mdp5_encoder_disable(struct drm_encoder *encoder) in mdp5_encoder_disable() 212 static void mdp5_encoder_enable(struct drm_encoder *encoder) in mdp5_encoder_enable() 227 static int mdp5_encoder_atomic_check(struct drm_encoder *encoder, in mdp5_encoder_atomic_check() 259 int mdp5_encoder_get_linecount(struct drm_encoder *encoder) in mdp5_encoder_get_linecount() [all …]
|
| D | mdp5_cmd_encoder.c | 11 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms() 18 static int pingpong_tearcheck_setup(struct drm_encoder *encoder, in pingpong_tearcheck_setup() 74 static int pingpong_tearcheck_enable(struct drm_encoder *encoder) in pingpong_tearcheck_enable() 100 static void pingpong_tearcheck_disable(struct drm_encoder *encoder) in pingpong_tearcheck_disable() 110 void mdp5_cmd_encoder_mode_set(struct drm_encoder *encoder, in mdp5_cmd_encoder_mode_set() 121 void mdp5_cmd_encoder_disable(struct drm_encoder *encoder) in mdp5_cmd_encoder_disable() 139 void mdp5_cmd_encoder_enable(struct drm_encoder *encoder) in mdp5_cmd_encoder_enable() 159 int mdp5_cmd_encoder_set_split_display(struct drm_encoder *encoder, in mdp5_cmd_encoder_set_split_display()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/radeon/ |
| D | radeon_legacy_encoders.c | 37 static void radeon_legacy_encoder_disable(struct drm_encoder *encoder) in radeon_legacy_encoder_disable() 47 static void radeon_legacy_lvds_update(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_update() 136 static void radeon_legacy_lvds_dpms(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_dpms() 155 static void radeon_legacy_lvds_prepare(struct drm_encoder *encoder) in radeon_legacy_lvds_prepare() 166 static void radeon_legacy_lvds_commit(struct drm_encoder *encoder) in radeon_legacy_lvds_commit() 177 static void radeon_legacy_lvds_mode_set(struct drm_encoder *encoder, in radeon_legacy_lvds_mode_set() 247 static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, in radeon_legacy_mode_fixup() 486 void radeon_legacy_backlight_init(struct radeon_encoder *encoder) in radeon_legacy_backlight_init() 490 static void radeon_legacy_backlight_exit(struct radeon_encoder *encoder) in radeon_legacy_backlight_exit() 497 static void radeon_lvds_enc_destroy(struct drm_encoder *encoder) in radeon_lvds_enc_destroy() [all …]
|
| D | radeon_audio.c | 248 struct drm_encoder *encoder; in radeon_audio_enable() local 359 static void radeon_audio_write_sad_regs(struct drm_encoder *encoder) in radeon_audio_write_sad_regs() 382 static void radeon_audio_write_speaker_allocation(struct drm_encoder *encoder) in radeon_audio_write_speaker_allocation() 406 static void radeon_audio_write_latency_fields(struct drm_encoder *encoder, in radeon_audio_write_latency_fields() 419 struct r600_audio_pin* radeon_audio_get_pin(struct drm_encoder *encoder) in radeon_audio_get_pin() 430 static void radeon_audio_select_pin(struct drm_encoder *encoder) in radeon_audio_select_pin() 439 struct drm_encoder *encoder, in radeon_audio_detect() 495 static void radeon_audio_set_dto(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_set_dto() 505 static int radeon_audio_set_avi_packet(struct drm_encoder *encoder, in radeon_audio_set_avi_packet() 626 static void radeon_audio_update_acr(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_update_acr() [all …]
|
| D | radeon_encoders.c | 40 static uint32_t radeon_encoder_clones(struct drm_encoder *encoder) in radeon_encoder_clones() 78 struct drm_encoder *encoder; in radeon_setup_encoder_clones() local 205 struct drm_encoder *encoder; in radeon_link_encoder_connector() local 222 void radeon_encoder_set_active_device(struct drm_encoder *encoder) in radeon_encoder_set_active_device() 240 radeon_get_connector_for_encoder(struct drm_encoder *encoder) in radeon_get_connector_for_encoder() 265 radeon_get_connector_for_encoder_init(struct drm_encoder *encoder) in radeon_get_connector_for_encoder_init() 280 struct drm_encoder *radeon_get_external_encoder(struct drm_encoder *encoder) in radeon_get_external_encoder() 301 u16 radeon_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in radeon_encoder_get_dp_bridge_encoder_id() 319 void radeon_panel_mode_fixup(struct drm_encoder *encoder, in radeon_panel_mode_fixup() 366 bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder, in radeon_dig_monitor_is_duallink() [all …]
|
| D | atombios_encoders.c | 91 struct drm_encoder *encoder = &radeon_encoder->base; in atombios_set_backlight_level() local 285 void radeon_atom_backlight_init(struct radeon_encoder *encoder) in radeon_atom_backlight_init() 289 static void radeon_atom_backlight_exit(struct radeon_encoder *encoder) in radeon_atom_backlight_exit() 299 static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, in radeon_atom_mode_fixup() 348 atombios_dac_setup(struct drm_encoder *encoder, int action) in atombios_dac_setup() 400 atombios_tv_setup(struct drm_encoder *encoder, int action) in atombios_tv_setup() 455 static u8 radeon_atom_get_bpc(struct drm_encoder *encoder) in radeon_atom_get_bpc() 489 atombios_dvo_setup(struct drm_encoder *encoder, int action) in atombios_dvo_setup() 561 atombios_digital_setup(struct drm_encoder *encoder, int action) in atombios_digital_setup() 674 atombios_get_encoder_mode(struct drm_encoder *encoder) in atombios_get_encoder_mode() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | radeon_legacy_encoders.c | 43 static void radeon_legacy_encoder_disable(struct drm_encoder *encoder) in radeon_legacy_encoder_disable() 53 static void radeon_legacy_lvds_update(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_update() 142 static void radeon_legacy_lvds_dpms(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_dpms() 161 static void radeon_legacy_lvds_prepare(struct drm_encoder *encoder) in radeon_legacy_lvds_prepare() 172 static void radeon_legacy_lvds_commit(struct drm_encoder *encoder) in radeon_legacy_lvds_commit() 183 static void radeon_legacy_lvds_mode_set(struct drm_encoder *encoder, in radeon_legacy_lvds_mode_set() 253 static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, in radeon_legacy_mode_fixup() 492 void radeon_legacy_backlight_init(struct radeon_encoder *encoder) in radeon_legacy_backlight_init() 496 static void radeon_legacy_backlight_exit(struct radeon_encoder *encoder) in radeon_legacy_backlight_exit() 503 static void radeon_lvds_enc_destroy(struct drm_encoder *encoder) in radeon_lvds_enc_destroy() [all …]
|
| D | radeon_audio.c | 248 struct drm_encoder *encoder; in radeon_audio_enable() local 359 static void radeon_audio_write_sad_regs(struct drm_encoder *encoder) in radeon_audio_write_sad_regs() 382 static void radeon_audio_write_speaker_allocation(struct drm_encoder *encoder) in radeon_audio_write_speaker_allocation() 406 static void radeon_audio_write_latency_fields(struct drm_encoder *encoder, in radeon_audio_write_latency_fields() 419 struct r600_audio_pin* radeon_audio_get_pin(struct drm_encoder *encoder) in radeon_audio_get_pin() 430 static void radeon_audio_select_pin(struct drm_encoder *encoder) in radeon_audio_select_pin() 439 struct drm_encoder *encoder, in radeon_audio_detect() 495 static void radeon_audio_set_dto(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_set_dto() 505 static int radeon_audio_set_avi_packet(struct drm_encoder *encoder, in radeon_audio_set_avi_packet() 622 static void radeon_audio_update_acr(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_update_acr() [all …]
|
| D | radeon_encoders.c | 44 static uint32_t radeon_encoder_clones(struct drm_encoder *encoder) in radeon_encoder_clones() 82 struct drm_encoder *encoder; in radeon_setup_encoder_clones() local 209 struct drm_encoder *encoder; in radeon_link_encoder_connector() local 226 void radeon_encoder_set_active_device(struct drm_encoder *encoder) in radeon_encoder_set_active_device() 244 radeon_get_connector_for_encoder(struct drm_encoder *encoder) in radeon_get_connector_for_encoder() 269 radeon_get_connector_for_encoder_init(struct drm_encoder *encoder) in radeon_get_connector_for_encoder_init() 284 struct drm_encoder *radeon_get_external_encoder(struct drm_encoder *encoder) in radeon_get_external_encoder() 305 u16 radeon_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in radeon_encoder_get_dp_bridge_encoder_id() 323 void radeon_panel_mode_fixup(struct drm_encoder *encoder, in radeon_panel_mode_fixup() 370 bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder, in radeon_dig_monitor_is_duallink() [all …]
|
| D | atombios_encoders.c | 95 struct drm_encoder *encoder = &radeon_encoder->base; in atombios_set_backlight_level() local 289 void radeon_atom_backlight_init(struct radeon_encoder *encoder) in radeon_atom_backlight_init() 293 static void radeon_atom_backlight_exit(struct radeon_encoder *encoder) in radeon_atom_backlight_exit() 303 static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, in radeon_atom_mode_fixup() 352 atombios_dac_setup(struct drm_encoder *encoder, int action) in atombios_dac_setup() 404 atombios_tv_setup(struct drm_encoder *encoder, int action) in atombios_tv_setup() 459 static u8 radeon_atom_get_bpc(struct drm_encoder *encoder) in radeon_atom_get_bpc() 493 atombios_dvo_setup(struct drm_encoder *encoder, int action) in atombios_dvo_setup() 565 atombios_digital_setup(struct drm_encoder *encoder, int action) in atombios_digital_setup() 678 atombios_get_encoder_mode(struct drm_encoder *encoder) in atombios_get_encoder_mode() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
| D | intel_ddi.c | 746 bdw_get_buf_trans_edp(struct intel_encoder *encoder, int *n_entries) in bdw_get_buf_trans_edp() 760 skl_get_buf_trans_dp(struct intel_encoder *encoder, int *n_entries) in skl_get_buf_trans_dp() 777 kbl_get_buf_trans_dp(struct intel_encoder *encoder, int *n_entries) in kbl_get_buf_trans_dp() 798 skl_get_buf_trans_edp(struct intel_encoder *encoder, int *n_entries) in skl_get_buf_trans_edp() 854 intel_ddi_get_buf_trans_dp(struct intel_encoder *encoder, int *n_entries) in intel_ddi_get_buf_trans_dp() 883 intel_ddi_get_buf_trans_edp(struct intel_encoder *encoder, int *n_entries) in intel_ddi_get_buf_trans_edp() 920 intel_ddi_get_buf_trans_hdmi(struct intel_encoder *encoder, in intel_ddi_get_buf_trans_hdmi() 940 bxt_get_buf_trans_dp(struct intel_encoder *encoder, int *n_entries) in bxt_get_buf_trans_dp() 947 bxt_get_buf_trans_edp(struct intel_encoder *encoder, int *n_entries) in bxt_get_buf_trans_edp() 960 bxt_get_buf_trans_hdmi(struct intel_encoder *encoder, int *n_entries) in bxt_get_buf_trans_hdmi() [all …]
|
| D | icl_dsi.c | 77 static void wait_for_cmds_dispatched_to_panel(struct intel_encoder *encoder) in wait_for_cmds_dispatched_to_panel() 208 static void dsi_program_swing_and_deemphasis(struct intel_encoder *encoder) in dsi_program_swing_and_deemphasis() 274 static void configure_dual_link_mode(struct intel_encoder *encoder, in configure_dual_link_mode() 315 static int afe_clk(struct intel_encoder *encoder, in afe_clk() 329 static void gen11_dsi_program_esc_clk_div(struct intel_encoder *encoder, in gen11_dsi_program_esc_clk_div() 369 static void gen11_dsi_enable_io_power(struct intel_encoder *encoder) in gen11_dsi_enable_io_power() 385 static void gen11_dsi_power_up_lanes(struct intel_encoder *encoder) in gen11_dsi_power_up_lanes() 396 static void gen11_dsi_config_phy_lanes_sequence(struct intel_encoder *encoder) in gen11_dsi_config_phy_lanes_sequence() 451 static void gen11_dsi_voltage_swing_program_seq(struct intel_encoder *encoder) in gen11_dsi_voltage_swing_program_seq() 503 static void gen11_dsi_enable_ddi_buffer(struct intel_encoder *encoder) in gen11_dsi_enable_ddi_buffer() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i2c/ |
| D | ch7006_drv.c | 33 static void ch7006_encoder_set_config(struct drm_encoder *encoder, in ch7006_encoder_set_config() 41 static void ch7006_encoder_destroy(struct drm_encoder *encoder) in ch7006_encoder_destroy() 53 static void ch7006_encoder_dpms(struct drm_encoder *encoder, int mode) in ch7006_encoder_dpms() 70 static void ch7006_encoder_save(struct drm_encoder *encoder) in ch7006_encoder_save() 80 static void ch7006_encoder_restore(struct drm_encoder *encoder) in ch7006_encoder_restore() 90 static bool ch7006_encoder_mode_fixup(struct drm_encoder *encoder, in ch7006_encoder_mode_fixup() 104 static int ch7006_encoder_mode_valid(struct drm_encoder *encoder, in ch7006_encoder_mode_valid() 113 static void ch7006_encoder_mode_set(struct drm_encoder *encoder, in ch7006_encoder_mode_set() 177 static enum drm_connector_status ch7006_encoder_detect(struct drm_encoder *encoder, in ch7006_encoder_detect() 225 static int ch7006_encoder_get_modes(struct drm_encoder *encoder, in ch7006_encoder_get_modes() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
| D | ch7006_drv.c | 33 static void ch7006_encoder_set_config(struct drm_encoder *encoder, in ch7006_encoder_set_config() 41 static void ch7006_encoder_destroy(struct drm_encoder *encoder) in ch7006_encoder_destroy() 53 static void ch7006_encoder_dpms(struct drm_encoder *encoder, int mode) in ch7006_encoder_dpms() 70 static void ch7006_encoder_save(struct drm_encoder *encoder) in ch7006_encoder_save() 80 static void ch7006_encoder_restore(struct drm_encoder *encoder) in ch7006_encoder_restore() 90 static bool ch7006_encoder_mode_fixup(struct drm_encoder *encoder, in ch7006_encoder_mode_fixup() 104 static int ch7006_encoder_mode_valid(struct drm_encoder *encoder, in ch7006_encoder_mode_valid() 113 static void ch7006_encoder_mode_set(struct drm_encoder *encoder, in ch7006_encoder_mode_set() 177 static enum drm_connector_status ch7006_encoder_detect(struct drm_encoder *encoder, in ch7006_encoder_detect() 225 static int ch7006_encoder_get_modes(struct drm_encoder *encoder, in ch7006_encoder_get_modes() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | dac.c | 41 int nv04_dac_output_offset(struct drm_encoder *encoder) in nv04_dac_output_offset() 132 static enum drm_connector_status nv04_dac_detect(struct drm_encoder *encoder, in nv04_dac_detect() 235 uint32_t nv17_dac_sample_load(struct drm_encoder *encoder) in nv17_dac_sample_load() 336 nv17_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) in nv17_dac_detect() 354 static bool nv04_dac_mode_fixup(struct drm_encoder *encoder, in nv04_dac_mode_fixup() 364 static void nv04_dac_prepare(struct drm_encoder *encoder) in nv04_dac_prepare() 375 static void nv04_dac_mode_set(struct drm_encoder *encoder, in nv04_dac_mode_set() 412 static void nv04_dac_commit(struct drm_encoder *encoder) in nv04_dac_commit() 426 void nv04_dac_update_dacclk(struct drm_encoder *encoder, bool enable) in nv04_dac_update_dacclk() 451 bool nv04_dac_in_use(struct drm_encoder *encoder) in nv04_dac_in_use() [all …]
|
| D | tvnv17.c | 45 static uint32_t nv42_tv_sample_load(struct drm_encoder *encoder) in nv42_tv_sample_load() 144 nv17_tv_detect(struct drm_encoder *encoder, struct drm_connector *connector) in nv17_tv_detect() 200 static int nv17_tv_get_ld_modes(struct drm_encoder *encoder, in nv17_tv_get_ld_modes() 230 static int nv17_tv_get_hd_modes(struct drm_encoder *encoder, in nv17_tv_get_hd_modes() 292 static int nv17_tv_get_modes(struct drm_encoder *encoder, in nv17_tv_get_modes() 303 static int nv17_tv_mode_valid(struct drm_encoder *encoder, in nv17_tv_mode_valid() 344 static bool nv17_tv_mode_fixup(struct drm_encoder *encoder, in nv17_tv_mode_fixup() 361 static void nv17_tv_dpms(struct drm_encoder *encoder, int mode) in nv17_tv_dpms() 396 static void nv17_tv_prepare(struct drm_encoder *encoder) in nv17_tv_prepare() 457 static void nv17_tv_mode_set(struct drm_encoder *encoder, in nv17_tv_mode_set() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/dispnv04/ |
| D | dac.c | 41 int nv04_dac_output_offset(struct drm_encoder *encoder) in nv04_dac_output_offset() 132 static enum drm_connector_status nv04_dac_detect(struct drm_encoder *encoder, in nv04_dac_detect() 235 uint32_t nv17_dac_sample_load(struct drm_encoder *encoder) in nv17_dac_sample_load() 336 nv17_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) in nv17_dac_detect() 354 static bool nv04_dac_mode_fixup(struct drm_encoder *encoder, in nv04_dac_mode_fixup() 364 static void nv04_dac_prepare(struct drm_encoder *encoder) in nv04_dac_prepare() 375 static void nv04_dac_mode_set(struct drm_encoder *encoder, in nv04_dac_mode_set() 412 static void nv04_dac_commit(struct drm_encoder *encoder) in nv04_dac_commit() 426 void nv04_dac_update_dacclk(struct drm_encoder *encoder, bool enable) in nv04_dac_update_dacclk() 451 bool nv04_dac_in_use(struct drm_encoder *encoder) in nv04_dac_in_use() [all …]
|
| D | tvnv17.c | 45 static uint32_t nv42_tv_sample_load(struct drm_encoder *encoder) in nv42_tv_sample_load() 144 nv17_tv_detect(struct drm_encoder *encoder, struct drm_connector *connector) in nv17_tv_detect() 200 static int nv17_tv_get_ld_modes(struct drm_encoder *encoder, in nv17_tv_get_ld_modes() 230 static int nv17_tv_get_hd_modes(struct drm_encoder *encoder, in nv17_tv_get_hd_modes() 292 static int nv17_tv_get_modes(struct drm_encoder *encoder, in nv17_tv_get_modes() 303 static int nv17_tv_mode_valid(struct drm_encoder *encoder, in nv17_tv_mode_valid() 344 static bool nv17_tv_mode_fixup(struct drm_encoder *encoder, in nv17_tv_mode_fixup() 361 static void nv17_tv_dpms(struct drm_encoder *encoder, int mode) in nv17_tv_dpms() 396 static void nv17_tv_prepare(struct drm_encoder *encoder) in nv17_tv_prepare() 457 static void nv17_tv_mode_set(struct drm_encoder *encoder, in nv17_tv_mode_set() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_encoder.c | 24 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms() 92 static void mdp5_encoder_destroy(struct drm_encoder *encoder) in mdp5_encoder_destroy() 104 static void mdp5_vid_encoder_mode_set(struct drm_encoder *encoder, in mdp5_vid_encoder_mode_set() 212 static void mdp5_vid_encoder_disable(struct drm_encoder *encoder) in mdp5_vid_encoder_disable() 248 static void mdp5_vid_encoder_enable(struct drm_encoder *encoder) in mdp5_vid_encoder_enable() 272 static void mdp5_encoder_mode_set(struct drm_encoder *encoder, in mdp5_encoder_mode_set() 285 static void mdp5_encoder_disable(struct drm_encoder *encoder) in mdp5_encoder_disable() 296 static void mdp5_encoder_enable(struct drm_encoder *encoder) in mdp5_encoder_enable() 311 static int mdp5_encoder_atomic_check(struct drm_encoder *encoder, in mdp5_encoder_atomic_check() 343 int mdp5_encoder_get_linecount(struct drm_encoder *encoder) in mdp5_encoder_get_linecount() [all …]
|
| D | mdp5_cmd_encoder.c | 19 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms() 47 static int pingpong_tearcheck_setup(struct drm_encoder *encoder, in pingpong_tearcheck_setup() 95 static int pingpong_tearcheck_enable(struct drm_encoder *encoder) in pingpong_tearcheck_enable() 121 static void pingpong_tearcheck_disable(struct drm_encoder *encoder) in pingpong_tearcheck_disable() 131 void mdp5_cmd_encoder_mode_set(struct drm_encoder *encoder, in mdp5_cmd_encoder_mode_set() 149 void mdp5_cmd_encoder_disable(struct drm_encoder *encoder) in mdp5_cmd_encoder_disable() 169 void mdp5_cmd_encoder_enable(struct drm_encoder *encoder) in mdp5_cmd_encoder_enable() 190 int mdp5_cmd_encoder_set_split_display(struct drm_encoder *encoder, in mdp5_cmd_encoder_set_split_display()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_encoders.c | 40 struct drm_encoder *encoder; in amdgpu_link_encoder_connector() local 59 void amdgpu_encoder_set_active_device(struct drm_encoder *encoder) in amdgpu_encoder_set_active_device() 77 amdgpu_get_connector_for_encoder(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder() 93 amdgpu_get_connector_for_encoder_init(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder_init() 108 struct drm_encoder *amdgpu_get_external_encoder(struct drm_encoder *encoder) in amdgpu_get_external_encoder() 129 u16 amdgpu_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in amdgpu_encoder_get_dp_bridge_encoder_id() 147 void amdgpu_panel_mode_fixup(struct drm_encoder *encoder, in amdgpu_panel_mode_fixup() 188 bool amdgpu_dig_monitor_is_duallink(struct drm_encoder *encoder, in amdgpu_dig_monitor_is_duallink()
|