Home
last modified time | relevance | path

Searched defs:encoder (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_encoder_slave.c53 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()
Ddrm_crtc_helper.c95 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 …]
Ddrm_encoder.c71 struct drm_encoder *encoder; in drm_encoder_register_all() local
86 struct drm_encoder *encoder; in drm_encoder_unregister_all() local
110 struct drm_encoder *encoder, in drm_encoder_init()
161 void drm_encoder_cleanup(struct drm_encoder *encoder) in drm_encoder_cleanup()
184 static struct drm_crtc *drm_encoder_get_crtc(struct drm_encoder *encoder) in drm_encoder_get_crtc()
219 struct drm_encoder *encoder; in drm_mode_getencoder() local
Ddrm_bridge.c175 int drm_bridge_attach(struct drm_encoder *encoder, struct drm_bridge *bridge, in drm_bridge_attach()
358 struct drm_encoder *encoder; in drm_bridge_chain_mode_fixup() local
397 struct drm_encoder *encoder; in drm_bridge_chain_mode_valid() local
430 struct drm_encoder *encoder; in drm_bridge_chain_disable() local
460 struct drm_encoder *encoder; in drm_bridge_chain_post_disable() local
489 struct drm_encoder *encoder; in drm_bridge_chain_mode_set() local
515 struct drm_encoder *encoder; in drm_bridge_chain_pre_enable() local
544 struct drm_encoder *encoder; in drm_bridge_chain_enable() local
572 struct drm_encoder *encoder; in drm_atomic_bridge_chain_disable() local
616 struct drm_encoder *encoder; in drm_atomic_bridge_chain_post_disable() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_encoder.c13 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 …]
Dmdp5_cmd_encoder.c11 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-5.10/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c43 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 …]
Dradeon_audio.c248 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 …]
Dradeon_encoders.c44 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 …]
Datombios_encoders.c95 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 …]
Devergreen_hdmi.c67 void evergreen_hdmi_update_acr(struct drm_encoder *encoder, long offset, in evergreen_hdmi_update_acr()
97 void dce4_afmt_write_latency_fields(struct drm_encoder *encoder, in dce4_afmt_write_latency_fields()
119 void dce4_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, in dce4_afmt_hdmi_write_speaker_allocation()
137 void dce4_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, in dce4_afmt_dp_write_speaker_allocation()
155 void evergreen_hdmi_write_sad_regs(struct drm_encoder *encoder, in evergreen_hdmi_write_sad_regs()
306 void dce4_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_vbi_packet()
317 void dce4_hdmi_set_color_depth(struct drm_encoder *encoder, u32 offset, int bpc) in dce4_hdmi_set_color_depth()
354 void dce4_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_audio_packet()
389 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce4_set_mute()
400 void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable) in evergreen_hdmi_enable()
[all …]
Dr600_hdmi.c120 struct drm_encoder *encoder; in r600_audio_update_hdmi() local
177 void r600_hdmi_update_acr(struct drm_encoder *encoder, long offset, in r600_hdmi_update_acr()
243 static void r600_hdmi_update_audio_infoframe(struct drm_encoder *encoder, in r600_hdmi_update_audio_infoframe()
262 static bool r600_hdmi_is_audio_buffer_filled(struct drm_encoder *encoder) in r600_hdmi_is_audio_buffer_filled()
276 int r600_hdmi_buffer_status_changed(struct drm_encoder *encoder) in r600_hdmi_buffer_status_changed()
295 void r600_hdmi_audio_workaround(struct drm_encoder *encoder) in r600_hdmi_audio_workaround()
340 void r600_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in r600_set_vbi_packet()
351 void r600_set_audio_packet(struct drm_encoder *encoder, u32 offset) in r600_set_audio_packet()
393 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in r600_set_mute()
411 void r600_hdmi_update_audio_settings(struct drm_encoder *encoder) in r600_hdmi_update_audio_settings()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_ddi.c746 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 …]
Dicl_dsi.c77 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 …]
Dvlv_dsi.c78 struct drm_encoder *encoder = &intel_dsi->base.base; in vlv_dsi_wait_for_fifo_empty() local
219 struct drm_encoder *encoder = &intel_dsi->base.base; in dpi_send_cmd() local
262 static int intel_dsi_compute_config(struct intel_encoder *encoder, in intel_dsi_compute_config()
324 static bool glk_dsi_enable_io(struct intel_encoder *encoder) in glk_dsi_enable_io()
373 static void glk_dsi_device_ready(struct intel_encoder *encoder) in glk_dsi_device_ready()
447 static void bxt_dsi_device_ready(struct intel_encoder *encoder) in bxt_dsi_device_ready()
475 static void vlv_dsi_device_ready(struct intel_encoder *encoder) in vlv_dsi_device_ready()
518 static void intel_dsi_device_ready(struct intel_encoder *encoder) in intel_dsi_device_ready()
530 static void glk_dsi_enter_low_power_mode(struct intel_encoder *encoder) in glk_dsi_enter_low_power_mode()
561 static void glk_dsi_disable_mipi_io(struct intel_encoder *encoder) in glk_dsi_disable_mipi_io()
[all …]
Dintel_hdmi.c89 struct intel_hdmi *enc_to_intel_hdmi(struct intel_encoder *encoder) in enc_to_intel_hdmi()
212 static void g4x_write_infoframe(struct intel_encoder *encoder, in g4x_write_infoframe()
248 static void g4x_read_infoframe(struct intel_encoder *encoder, in g4x_read_infoframe()
268 static u32 g4x_infoframes_enabled(struct intel_encoder *encoder, in g4x_infoframes_enabled()
284 static void ibx_write_infoframe(struct intel_encoder *encoder, in ibx_write_infoframe()
323 static void ibx_read_infoframe(struct intel_encoder *encoder, in ibx_read_infoframe()
344 static u32 ibx_infoframes_enabled(struct intel_encoder *encoder, in ibx_infoframes_enabled()
363 static void cpt_write_infoframe(struct intel_encoder *encoder, in cpt_write_infoframe()
405 static void cpt_read_infoframe(struct intel_encoder *encoder, in cpt_read_infoframe()
426 static u32 cpt_infoframes_enabled(struct intel_encoder *encoder, in cpt_infoframes_enabled()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
Dch7006_drv.c33 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/
Ddac.c41 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 …]
Dtvnv17.c45 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 …]
Ddfp.c113 void nv04_dfp_update_fp_control(struct drm_encoder *encoder, int mode) in nv04_dfp_update_fp_control()
152 static struct drm_encoder *get_tmds_slave(struct drm_encoder *encoder) in get_tmds_slave()
182 static bool nv04_dfp_mode_fixup(struct drm_encoder *encoder, in nv04_dfp_mode_fixup()
245 static void nv04_dfp_prepare(struct drm_encoder *encoder) in nv04_dfp_prepare()
280 static void nv04_dfp_mode_set(struct drm_encoder *encoder, in nv04_dfp_mode_set()
446 static void nv04_dfp_commit(struct drm_encoder *encoder) in nv04_dfp_commit()
486 static void nv04_dfp_update_backlight(struct drm_encoder *encoder, int mode) in nv04_dfp_update_backlight()
513 static void nv04_lvds_dpms(struct drm_encoder *encoder, int mode) in nv04_lvds_dpms()
561 static void nv04_tmds_dpms(struct drm_encoder *encoder, int mode) in nv04_tmds_dpms()
577 static void nv04_dfp_save(struct drm_encoder *encoder) in nv04_dfp_save()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c42 struct drm_encoder *encoder; in amdgpu_link_encoder_connector() local
63 void amdgpu_encoder_set_active_device(struct drm_encoder *encoder) in amdgpu_encoder_set_active_device()
84 amdgpu_get_connector_for_encoder(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder()
105 amdgpu_get_connector_for_encoder_init(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder_init()
125 struct drm_encoder *amdgpu_get_external_encoder(struct drm_encoder *encoder) in amdgpu_get_external_encoder()
146 u16 amdgpu_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in amdgpu_encoder_get_dp_bridge_encoder_id()
164 void amdgpu_panel_mode_fixup(struct drm_encoder *encoder, in amdgpu_panel_mode_fixup()
205 bool amdgpu_dig_monitor_is_duallink(struct drm_encoder *encoder, in amdgpu_dig_monitor_is_duallink()
Damdgpu_connectors.c90 static void amdgpu_connector_property_change_mode(struct drm_encoder *encoder) in amdgpu_connector_property_change_mode()
140 struct drm_encoder *encoder = connector_funcs->best_encoder(connector); in amdgpu_connector_get_monitor_bpc() local
218 struct drm_encoder *encoder; in amdgpu_connector_update_scratch_regs() local
238 struct drm_encoder *encoder; in amdgpu_connector_find_encoder() local
348 struct drm_encoder *encoder; in amdgpu_connector_best_single_encoder() local
359 struct drm_encoder *encoder = amdgpu_connector_best_single_encoder(connector); in amdgpu_get_native_mode() local
379 amdgpu_connector_lcd_native_mode(struct drm_encoder *encoder) in amdgpu_connector_lcd_native_mode()
416 static void amdgpu_connector_add_common_modes(struct drm_encoder *encoder, in amdgpu_connector_add_common_modes()
474 struct drm_encoder *encoder; in amdgpu_connector_set_property() local
614 amdgpu_connector_fixup_lcd_native_mode(struct drm_encoder *encoder, in amdgpu_connector_fixup_lcd_native_mode()
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dbt856.c55 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
63 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
70 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
84 struct bt856 *encoder = to_bt856(sd); in bt856_init() local
111 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output() local
133 struct bt856 *encoder = to_bt856(sd); in bt856_s_routing() local
187 struct bt856 *encoder; in bt856_probe() local
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_lcdc_encoder.c27 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) in get_kms()
33 static void mdp4_lcdc_encoder_destroy(struct drm_encoder *encoder) in mdp4_lcdc_encoder_destroy()
46 static struct drm_connector *get_connector(struct drm_encoder *encoder) in get_connector()
58 static void setup_phy(struct drm_encoder *encoder) in setup_phy()
213 static void mdp4_lcdc_encoder_mode_set(struct drm_encoder *encoder, in mdp4_lcdc_encoder_mode_set()
272 static void mdp4_lcdc_encoder_disable(struct drm_encoder *encoder) in mdp4_lcdc_encoder_disable()
313 static void mdp4_lcdc_encoder_enable(struct drm_encoder *encoder) in mdp4_lcdc_encoder_enable()
375 long mdp4_lcdc_round_pixclk(struct drm_encoder *encoder, unsigned long rate) in mdp4_lcdc_round_pixclk()
386 struct drm_encoder *encoder = NULL; in mdp4_lcdc_encoder_init() local
Dmdp4_dtv_encoder.c22 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) in get_kms()
28 static void mdp4_dtv_encoder_destroy(struct drm_encoder *encoder) in mdp4_dtv_encoder_destroy()
39 static void mdp4_dtv_encoder_mode_set(struct drm_encoder *encoder, in mdp4_dtv_encoder_mode_set()
97 static void mdp4_dtv_encoder_disable(struct drm_encoder *encoder) in mdp4_dtv_encoder_disable()
123 static void mdp4_dtv_encoder_enable(struct drm_encoder *encoder) in mdp4_dtv_encoder_enable()
167 long mdp4_dtv_round_pixclk(struct drm_encoder *encoder, unsigned long rate) in mdp4_dtv_round_pixclk()
176 struct drm_encoder *encoder = NULL; in mdp4_dtv_encoder_init() local

12345678910>>...12