Home
last modified time | relevance | path

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

12345678

/drivers/gpu/drm/
Ddrm_encoder_slave.c53 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()
148 void drm_i2c_encoder_prepare(struct drm_encoder *encoder) in drm_i2c_encoder_prepare()
154 void drm_i2c_encoder_commit(struct drm_encoder *encoder) in drm_i2c_encoder_commit()
160 void drm_i2c_encoder_mode_set(struct drm_encoder *encoder, in drm_i2c_encoder_mode_set()
168 enum drm_connector_status drm_i2c_encoder_detect(struct drm_encoder *encoder, in drm_i2c_encoder_detect()
175 void drm_i2c_encoder_save(struct drm_encoder *encoder) in drm_i2c_encoder_save()
181 void drm_i2c_encoder_restore(struct drm_encoder *encoder) in drm_i2c_encoder_restore()
Ddrm_crtc_helper.c110 bool drm_helper_encoder_in_use(struct drm_encoder *encoder) in drm_helper_encoder_in_use()
144 struct drm_encoder *encoder; in drm_helper_crtc_in_use() local
162 drm_encoder_disable(struct drm_encoder *encoder) in drm_encoder_disable()
178 struct drm_encoder *encoder; in __drm_helper_disable_unused_functions() local
231 struct drm_encoder *encoder; in drm_crtc_prepare_encoders() local
276 struct drm_encoder *encoder; in drm_crtc_helper_set_mode() local
418 struct drm_encoder *encoder; in drm_crtc_helper_disable() local
461 struct drm_encoder *save_encoders, *new_encoder, *encoder; in drm_crtc_helper_set_config() local
709 static int drm_helper_choose_encoder_dpms(struct drm_encoder *encoder) in drm_helper_choose_encoder_dpms()
723 static void drm_helper_encoder_dpms(struct drm_encoder *encoder, int mode) in drm_helper_encoder_dpms()
[all …]
/drivers/gpu/drm/udl/
Dudl_encoder.c19 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 bool udl_mode_fixup(struct drm_encoder *encoder, in udl_mode_fixup()
36 static void udl_encoder_prepare(struct drm_encoder *encoder) in udl_encoder_prepare()
40 static void udl_encoder_commit(struct drm_encoder *encoder) in udl_encoder_commit()
44 static void udl_encoder_mode_set(struct drm_encoder *encoder, in udl_encoder_mode_set()
51 udl_encoder_dpms(struct drm_encoder *encoder, int mode) in udl_encoder_dpms()
70 struct drm_encoder *encoder; in udl_encoder_init() local
/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c36 static void radeon_legacy_encoder_disable(struct drm_encoder *encoder) in radeon_legacy_encoder_disable()
46 static void radeon_legacy_lvds_update(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_update()
135 static void radeon_legacy_lvds_dpms(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_dpms()
154 static void radeon_legacy_lvds_prepare(struct drm_encoder *encoder) in radeon_legacy_lvds_prepare()
165 static void radeon_legacy_lvds_commit(struct drm_encoder *encoder) in radeon_legacy_lvds_commit()
176 static void radeon_legacy_lvds_mode_set(struct drm_encoder *encoder, in radeon_legacy_lvds_mode_set()
246 static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, in radeon_legacy_mode_fixup()
485 void radeon_legacy_backlight_init(struct radeon_encoder *encoder) in radeon_legacy_backlight_init()
489 static void radeon_legacy_backlight_exit(struct radeon_encoder *encoder) in radeon_legacy_backlight_exit()
496 static void radeon_lvds_enc_destroy(struct drm_encoder *encoder) in radeon_lvds_enc_destroy()
[all …]
Datombios_encoders.c90 struct drm_encoder *encoder = &radeon_encoder->base; in atombios_set_backlight_level() local
284 void radeon_atom_backlight_init(struct radeon_encoder *encoder) in radeon_atom_backlight_init()
288 static void radeon_atom_backlight_exit(struct radeon_encoder *encoder) in radeon_atom_backlight_exit()
298 static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, in radeon_atom_mode_fixup()
347 atombios_dac_setup(struct drm_encoder *encoder, int action) in atombios_dac_setup()
399 atombios_tv_setup(struct drm_encoder *encoder, int action) in atombios_tv_setup()
454 static u8 radeon_atom_get_bpc(struct drm_encoder *encoder) in radeon_atom_get_bpc()
488 atombios_dvo_setup(struct drm_encoder *encoder, int action) in atombios_dvo_setup()
560 atombios_digital_setup(struct drm_encoder *encoder, int action) in atombios_digital_setup()
673 atombios_get_encoder_mode(struct drm_encoder *encoder) in atombios_get_encoder_mode()
[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()
626 static void radeon_audio_update_acr(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_update_acr()
[all …]
Dradeon_encoders.c40 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 …]
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 …]
Dradeon_connectors.c108 static void radeon_property_change_mode(struct drm_encoder *encoder) in radeon_property_change_mode()
160 struct drm_encoder *encoder = connector_funcs->best_encoder(connector); in radeon_get_monitor_bpc() local
247 struct drm_encoder *encoder = NULL; in radeon_connector_update_scratch_regs() local
278 struct drm_encoder *encoder; in radeon_find_encoder() local
400 struct drm_encoder *encoder = radeon_best_single_encoder(connector); in radeon_get_native_mode() local
427 struct drm_encoder *encoder, in radeon_connector_analog_encoder_conflict_solve()
475 static struct drm_display_mode *radeon_fp_native_mode(struct drm_encoder *encoder) in radeon_fp_native_mode()
506 static void radeon_add_common_modes(struct drm_encoder *encoder, struct drm_connector *connector) in radeon_add_common_modes()
562 struct drm_encoder *encoder; in radeon_connector_set_property() local
775 static void radeon_fixup_lvds_native_mode(struct drm_encoder *encoder, in radeon_fixup_lvds_native_mode()
[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 …]
/drivers/gpu/drm/i915/
Dintel_hdmi.c59 struct intel_hdmi *enc_to_intel_hdmi(struct drm_encoder *encoder) in enc_to_intel_hdmi()
134 static void g4x_write_infoframe(struct drm_encoder *encoder, in g4x_write_infoframe()
171 static bool g4x_infoframe_enabled(struct drm_encoder *encoder) in g4x_infoframe_enabled()
188 static void ibx_write_infoframe(struct drm_encoder *encoder, in ibx_write_infoframe()
226 static bool ibx_infoframe_enabled(struct drm_encoder *encoder) in ibx_infoframe_enabled()
246 static void cpt_write_infoframe(struct drm_encoder *encoder, in cpt_write_infoframe()
287 static bool cpt_infoframe_enabled(struct drm_encoder *encoder) in cpt_infoframe_enabled()
303 static void vlv_write_infoframe(struct drm_encoder *encoder, in vlv_write_infoframe()
341 static bool vlv_infoframe_enabled(struct drm_encoder *encoder) in vlv_infoframe_enabled()
361 static void hsw_write_infoframe(struct drm_encoder *encoder, in hsw_write_infoframe()
[all …]
Dintel_dsi.c51 struct drm_encoder *encoder = &intel_dsi->base.base; in wait_for_dsi_fifo_empty() local
214 struct drm_encoder *encoder = &intel_dsi->base.base; in dpi_send_cmd() local
265 static bool intel_dsi_compute_config(struct intel_encoder *encoder, in intel_dsi_compute_config()
285 static void bxt_dsi_device_ready(struct intel_encoder *encoder) in bxt_dsi_device_ready()
324 static void vlv_dsi_device_ready(struct intel_encoder *encoder) in vlv_dsi_device_ready()
363 static void intel_dsi_device_ready(struct intel_encoder *encoder) in intel_dsi_device_ready()
373 static void intel_dsi_port_enable(struct intel_encoder *encoder) in intel_dsi_port_enable()
413 static void intel_dsi_port_disable(struct intel_encoder *encoder) in intel_dsi_port_disable()
432 static void intel_dsi_enable(struct intel_encoder *encoder) in intel_dsi_enable()
461 static void intel_dsi_pre_enable(struct intel_encoder *encoder) in intel_dsi_pre_enable()
[all …]
Dintel_dsi_pll.c218 static void vlv_configure_dsi_pll(struct intel_encoder *encoder) in vlv_configure_dsi_pll()
249 static void vlv_enable_dsi_pll(struct intel_encoder *encoder) in vlv_enable_dsi_pll()
279 static void vlv_disable_dsi_pll(struct intel_encoder *encoder) in vlv_disable_dsi_pll()
296 static void bxt_disable_dsi_pll(struct intel_encoder *encoder) in bxt_disable_dsi_pll()
325 u32 vlv_get_dsi_pclk(struct intel_encoder *encoder, int pipe_bpp) in vlv_get_dsi_pclk()
387 u32 bxt_get_dsi_pclk(struct intel_encoder *encoder, int pipe_bpp) in bxt_get_dsi_pclk()
422 static void vlv_dsi_reset_clocks(struct intel_encoder *encoder, enum port port) in vlv_dsi_reset_clocks()
471 static bool bxt_configure_dsi_pll(struct intel_encoder *encoder) in bxt_configure_dsi_pll()
519 static void bxt_enable_dsi_pll(struct intel_encoder *encoder) in bxt_enable_dsi_pll()
560 void intel_enable_dsi_pll(struct intel_encoder *encoder) in intel_enable_dsi_pll()
[all …]
/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 …]
Dsil164_drv.c209 sil164_encoder_set_config(struct drm_encoder *encoder, void *params) in sil164_encoder_set_config()
217 sil164_encoder_dpms(struct drm_encoder *encoder, int mode) in sil164_encoder_dpms()
230 sil164_encoder_save(struct drm_encoder *encoder) in sil164_encoder_save()
243 sil164_encoder_restore(struct drm_encoder *encoder) in sil164_encoder_restore()
256 sil164_encoder_mode_fixup(struct drm_encoder *encoder, in sil164_encoder_mode_fixup()
264 sil164_encoder_mode_valid(struct drm_encoder *encoder, in sil164_encoder_mode_valid()
280 sil164_encoder_mode_set(struct drm_encoder *encoder, in sil164_encoder_mode_set()
298 sil164_encoder_detect(struct drm_encoder *encoder, in sil164_encoder_detect()
310 sil164_encoder_get_modes(struct drm_encoder *encoder, in sil164_encoder_get_modes()
317 sil164_encoder_create_resources(struct drm_encoder *encoder, in sil164_encoder_create_resources()
[all …]
/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()
244 static void nv04_dfp_prepare(struct drm_encoder *encoder) in nv04_dfp_prepare()
279 static void nv04_dfp_mode_set(struct drm_encoder *encoder, in nv04_dfp_mode_set()
444 static void nv04_dfp_commit(struct drm_encoder *encoder) in nv04_dfp_commit()
484 static void nv04_dfp_update_backlight(struct drm_encoder *encoder, int mode) in nv04_dfp_update_backlight()
511 static void nv04_lvds_dpms(struct drm_encoder *encoder, int mode) in nv04_lvds_dpms()
559 static void nv04_tmds_dpms(struct drm_encoder *encoder, int mode) in nv04_tmds_dpms()
575 static void nv04_dfp_save(struct drm_encoder *encoder) in nv04_dfp_save()
[all …]
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cmd_encoder.c29 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms()
98 static int pingpong_tearcheck_setup(struct drm_encoder *encoder, in pingpong_tearcheck_setup()
153 static int pingpong_tearcheck_enable(struct drm_encoder *encoder) in pingpong_tearcheck_enable()
178 static void pingpong_tearcheck_disable(struct drm_encoder *encoder) in pingpong_tearcheck_disable()
187 static void mdp5_cmd_encoder_destroy(struct drm_encoder *encoder) in mdp5_cmd_encoder_destroy()
199 static bool mdp5_cmd_encoder_mode_fixup(struct drm_encoder *encoder, in mdp5_cmd_encoder_mode_fixup()
206 static void mdp5_cmd_encoder_mode_set(struct drm_encoder *encoder, in mdp5_cmd_encoder_mode_set()
227 static void mdp5_cmd_encoder_disable(struct drm_encoder *encoder) in mdp5_cmd_encoder_disable()
246 static void mdp5_cmd_encoder_enable(struct drm_encoder *encoder) in mdp5_cmd_encoder_enable()
273 int mdp5_cmd_encoder_set_split_display(struct drm_encoder *encoder, in mdp5_cmd_encoder_set_split_display()
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c40 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()
Damdgpu_connectors.c88 static void amdgpu_connector_property_change_mode(struct drm_encoder *encoder) in amdgpu_connector_property_change_mode()
138 struct drm_encoder *encoder = connector_funcs->best_encoder(connector); in amdgpu_connector_get_monitor_bpc() local
216 struct drm_encoder *encoder = NULL; in amdgpu_connector_update_scratch_regs() local
246 struct drm_encoder *encoder; in amdgpu_connector_find_encoder() local
376 struct drm_encoder *encoder = amdgpu_connector_best_single_encoder(connector); in amdgpu_get_native_mode() local
396 amdgpu_connector_lcd_native_mode(struct drm_encoder *encoder) in amdgpu_connector_lcd_native_mode()
433 static void amdgpu_connector_add_common_modes(struct drm_encoder *encoder, in amdgpu_connector_add_common_modes()
491 struct drm_encoder *encoder; in amdgpu_connector_set_property() local
631 amdgpu_connector_fixup_lcd_native_mode(struct drm_encoder *encoder, in amdgpu_connector_fixup_lcd_native_mode()
668 struct drm_encoder *encoder; in amdgpu_connector_lvds_get_modes() local
[all …]
Datombios_encoders.c82 struct drm_encoder *encoder = &amdgpu_encoder->base; in amdgpu_atombios_encoder_set_backlight_level() local
262 void amdgpu_atombios_encoder_init_backlight(struct amdgpu_encoder *encoder) in amdgpu_atombios_encoder_init_backlight()
266 void amdgpu_atombios_encoder_fini_backlight(struct amdgpu_encoder *encoder) in amdgpu_atombios_encoder_fini_backlight()
272 bool amdgpu_atombios_encoder_is_digital(struct drm_encoder *encoder) in amdgpu_atombios_encoder_is_digital()
287 bool amdgpu_atombios_encoder_mode_fixup(struct drm_encoder *encoder, in amdgpu_atombios_encoder_mode_fixup()
322 amdgpu_atombios_encoder_setup_dac(struct drm_encoder *encoder, int action) in amdgpu_atombios_encoder_setup_dac()
351 static u8 amdgpu_atombios_encoder_get_bpc(struct drm_encoder *encoder) in amdgpu_atombios_encoder_get_bpc()
385 amdgpu_atombios_encoder_setup_dvo(struct drm_encoder *encoder, int action) in amdgpu_atombios_encoder_setup_dvo()
447 int amdgpu_atombios_encoder_get_encoder_mode(struct drm_encoder *encoder) in amdgpu_atombios_encoder_get_encoder_mode()
574 amdgpu_atombios_encoder_setup_dig_encoder(struct drm_encoder *encoder, in amdgpu_atombios_encoder_setup_dig_encoder()
[all …]
/drivers/gpu/drm/omapdrm/
Domap_encoder.c44 struct omap_dss_device *omap_encoder_get_dssdev(struct drm_encoder *encoder) in omap_encoder_get_dssdev()
51 static void omap_encoder_destroy(struct drm_encoder *encoder) in omap_encoder_destroy()
63 static void omap_encoder_mode_set(struct drm_encoder *encoder, in omap_encoder_mode_set()
94 static void omap_encoder_disable(struct drm_encoder *encoder) in omap_encoder_disable()
103 static int omap_encoder_update(struct drm_encoder *encoder, in omap_encoder_update()
139 static void omap_encoder_enable(struct drm_encoder *encoder) in omap_encoder_enable()
151 static int omap_encoder_atomic_check(struct drm_encoder *encoder, in omap_encoder_atomic_check()
169 struct drm_encoder *encoder = NULL; in omap_encoder_init() local
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_lcdc_encoder.c35 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) in get_kms()
81 static void mdp4_lcdc_encoder_destroy(struct drm_encoder *encoder) in mdp4_lcdc_encoder_destroy()
95 struct drm_connector *get_connector(struct drm_encoder *encoder) in get_connector()
107 static void setup_phy(struct drm_encoder *encoder) in setup_phy()
262 static bool mdp4_lcdc_encoder_mode_fixup(struct drm_encoder *encoder, in mdp4_lcdc_encoder_mode_fixup()
269 static void mdp4_lcdc_encoder_mode_set(struct drm_encoder *encoder, in mdp4_lcdc_encoder_mode_set()
335 static void mdp4_lcdc_encoder_disable(struct drm_encoder *encoder) in mdp4_lcdc_encoder_disable()
377 static void mdp4_lcdc_encoder_enable(struct drm_encoder *encoder) in mdp4_lcdc_encoder_enable()
436 long mdp4_lcdc_round_pixclk(struct drm_encoder *encoder, unsigned long rate) in mdp4_lcdc_round_pixclk()
447 struct drm_encoder *encoder = NULL; in mdp4_lcdc_encoder_init() local
/drivers/media/i2c/
Dbt856.c68 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
76 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
83 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
97 struct bt856 *encoder = to_bt856(sd); in bt856_init() local
124 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output() local
146 struct bt856 *encoder = to_bt856(sd); in bt856_s_routing() local
200 struct bt856 *encoder; in bt856_probe() local

12345678