/linux-4.1.27/include/media/ |
H A D | timb_video.h | 30 } encoder; member in struct:timb_video_platform_data
|
/linux-4.1.27/include/drm/bridge/ |
H A D | ptn3460.h | 32 ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder, struct i2c_client *client, struct device_node *node) ptn3460_init() argument
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_core.c | 26 struct drm_encoder *encoder; exynos_drm_create_enc_conn() local
|
H A D | exynos_drm_encoder.c | 35 static void exynos_drm_encoder_dpms(struct drm_encoder *encoder, int mode) exynos_drm_encoder_dpms() argument 47 exynos_drm_encoder_mode_fixup(struct drm_encoder *encoder, exynos_drm_encoder_mode_fixup() argument 68 static void exynos_drm_encoder_mode_set(struct drm_encoder *encoder, exynos_drm_encoder_mode_set() argument 79 static void exynos_drm_encoder_prepare(struct drm_encoder *encoder) exynos_drm_encoder_prepare() argument 84 static void exynos_drm_encoder_commit(struct drm_encoder *encoder) exynos_drm_encoder_commit() argument 96 static void exynos_drm_encoder_disable(struct drm_encoder *encoder) exynos_drm_encoder_disable() argument 119 static void exynos_drm_encoder_destroy(struct drm_encoder *encoder) exynos_drm_encoder_destroy() argument 131 static unsigned int exynos_drm_encoder_clones(struct drm_encoder *encoder) exynos_drm_encoder_clones() argument 157 struct drm_encoder *encoder; exynos_drm_encoder_setup() local 168 struct drm_encoder *encoder; exynos_drm_encoder_create() local 194 struct exynos_drm_display *exynos_drm_get_display(struct drm_encoder *encoder) exynos_drm_get_display() argument
|
H A D | exynos_drm_dpi.c | 31 struct drm_encoder *encoder; member in struct:exynos_dpi 106 exynos_dpi_create_connector(struct exynos_drm_display *display, struct drm_encoder *encoder) exynos_dpi_create_connector() argument
|
H A D | exynos_drm_vidi.c | 41 struct drm_encoder *encoder; member in struct:vidi_context 306 struct drm_encoder *encoder; vidi_connection_ioctl() local 432 vidi_create_connector(struct exynos_drm_display *display, struct drm_encoder *encoder) vidi_create_connector() argument
|
H A D | exynos_dp_core.h | 154 struct drm_encoder *encoder; member in struct:exynos_dp_device
|
H A D | exynos_drm_drv.h | 152 struct drm_encoder *encoder; member in struct:exynos_drm_display
|
H A D | exynos_dp_core.c | 1003 exynos_drm_attach_lcd_bridge(struct exynos_dp_device *dp, struct drm_encoder *encoder) exynos_drm_attach_lcd_bridge() argument 1019 exynos_dp_create_connector(struct exynos_drm_display *display, struct drm_encoder *encoder) exynos_dp_create_connector() argument
|
H A D | exynos_hdmi.c | 188 struct drm_encoder *encoder; member in struct:hdmi_context 2102 struct drm_encoder *encoder = hdata->encoder; hdmi_dpms() local 1128 hdmi_create_connector(struct exynos_drm_display *display, struct drm_encoder *encoder) hdmi_create_connector() argument
|
H A D | exynos_drm_dsi.c | 1119 struct drm_encoder *encoder = dsi->display.encoder; exynos_dsi_te_irq_handler() local 1489 exynos_dsi_create_connector(struct exynos_drm_display *display, struct drm_encoder *encoder) exynos_dsi_create_connector() argument
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
H A D | edp.h | 41 struct drm_encoder *encoder; member in struct:msm_edp
|
H A D | edp.c | 147 msm_edp_modeset_init(struct msm_edp *edp, struct drm_device *dev, struct drm_encoder *encoder) msm_edp_modeset_init() argument
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_vgacon.c | 59 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(renc); rcar_du_vga_connector_init() local
|
H A D | rcar_du_encoder.h | 46 struct rcar_du_encoder *encoder; member in struct:rcar_du_connector
|
H A D | rcar_du_hdmicon.c | 30 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(con->encoder); rcar_du_hdmi_connector_get_modes() local 43 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(con->encoder); rcar_du_hdmi_connector_mode_valid() local 68 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(con->encoder); rcar_du_hdmi_connector_detect() local 90 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(renc); rcar_du_hdmi_connector_init() local
|
H A D | rcar_du_encoder.c | 45 static void rcar_du_encoder_disable(struct drm_encoder *encoder) rcar_du_encoder_disable() argument 53 static void rcar_du_encoder_enable(struct drm_encoder *encoder) rcar_du_encoder_enable() argument 61 static int rcar_du_encoder_atomic_check(struct drm_encoder *encoder, rcar_du_encoder_atomic_check() argument 102 static void rcar_du_encoder_mode_set(struct drm_encoder *encoder, rcar_du_encoder_mode_set() argument 129 struct drm_encoder *encoder; rcar_du_encoder_init() local
|
H A D | rcar_du_hdmienc.c | 35 static void rcar_du_hdmienc_disable(struct drm_encoder *encoder) rcar_du_hdmienc_disable() argument 50 static void rcar_du_hdmienc_enable(struct drm_encoder *encoder) rcar_du_hdmienc_enable() argument 65 static int rcar_du_hdmienc_atomic_check(struct drm_encoder *encoder, rcar_du_hdmienc_atomic_check() argument 87 static void rcar_du_hdmienc_mode_set(struct drm_encoder *encoder, rcar_du_hdmienc_mode_set() argument 107 static void rcar_du_hdmienc_cleanup(struct drm_encoder *encoder) rcar_du_hdmienc_cleanup() argument 125 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(renc); rcar_du_hdmienc_init() local
|
H A D | rcar_du_lvdscon.c | 91 struct drm_encoder *encoder = rcar_encoder_to_drm_encoder(renc); rcar_du_lvds_connector_init() local
|
H A D | rcar_du_kms.c | 511 struct device_node *encoder = NULL; rcar_du_encoders_init_one() local 658 struct drm_encoder *encoder; rcar_du_modeset_init() local
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_crtc.h | 37 struct drm_encoder encoder; member in struct:shmob_drm_encoder 43 struct drm_encoder *encoder; member in struct:shmob_drm_connector
|
H A D | shmob_drm_drv.h | 43 struct shmob_drm_encoder encoder; member in struct:shmob_drm_device
|
H A D | shmob_drm_crtc.c | 536 static void shmob_drm_encoder_dpms(struct drm_encoder *encoder, int mode) shmob_drm_encoder_dpms() argument 550 static bool shmob_drm_encoder_mode_fixup(struct drm_encoder *encoder, shmob_drm_encoder_mode_fixup() argument 572 static void shmob_drm_encoder_mode_prepare(struct drm_encoder *encoder) shmob_drm_encoder_mode_prepare() argument 577 static void shmob_drm_encoder_mode_set(struct drm_encoder *encoder, shmob_drm_encoder_mode_set() argument 584 static void shmob_drm_encoder_mode_commit(struct drm_encoder *encoder) shmob_drm_encoder_mode_commit() argument 597 static void shmob_drm_encoder_destroy(struct drm_encoder *encoder) shmob_drm_encoder_destroy() argument 608 struct drm_encoder *encoder = &sdev->encoder.encoder; shmob_drm_encoder_create() local 713 shmob_drm_connector_create(struct shmob_drm_device *sdev, struct drm_encoder *encoder) shmob_drm_connector_create() argument
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
H A D | udl_encoder.c | 19 static void udl_enc_destroy(struct drm_encoder *encoder) udl_enc_destroy() argument 25 static void udl_encoder_disable(struct drm_encoder *encoder) udl_encoder_disable() argument 29 static bool udl_mode_fixup(struct drm_encoder *encoder, udl_mode_fixup() argument 36 static void udl_encoder_prepare(struct drm_encoder *encoder) udl_encoder_prepare() argument 40 static void udl_encoder_commit(struct drm_encoder *encoder) udl_encoder_commit() argument 44 static void udl_encoder_mode_set(struct drm_encoder *encoder, udl_encoder_mode_set() argument 51 udl_encoder_dpms(struct drm_encoder *encoder, int mode) udl_encoder_dpms() argument 70 struct drm_encoder *encoder; udl_encoder_init() local
|
H A D | udl_connector.c | 139 int udl_connector_init(struct drm_device *dev, struct drm_encoder *encoder) udl_connector_init() argument
|
H A D | udl_modeset.c | 439 struct drm_encoder *encoder; udl_modeset_init() local
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
H A D | mdp4_lvds_connector.c | 25 struct drm_encoder *encoder; member in struct:mdp4_lvds_connector 74 struct drm_encoder *encoder = mdp4_lvds_connector->encoder; mdp4_lvds_connector_mode_valid() local 113 mdp4_lvds_connector_init(struct drm_device *dev, struct drm_panel *panel, struct drm_encoder *encoder) mdp4_lvds_connector_init() argument
|
H A D | mdp4_kms.c | 262 struct drm_encoder *encoder; modeset_init() local 160 mdp4_round_pixclk(struct msm_kms *kms, unsigned long rate, struct drm_encoder *encoder) mdp4_round_pixclk() argument
|
H A D | mdp4_dtv_encoder.c | 35 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) get_kms() argument 85 static void mdp4_dtv_encoder_destroy(struct drm_encoder *encoder) mdp4_dtv_encoder_destroy() argument 97 static bool mdp4_dtv_encoder_mode_fixup(struct drm_encoder *encoder, mdp4_dtv_encoder_mode_fixup() argument 104 static void mdp4_dtv_encoder_mode_set(struct drm_encoder *encoder, mdp4_dtv_encoder_mode_set() argument 169 static void mdp4_dtv_encoder_disable(struct drm_encoder *encoder) mdp4_dtv_encoder_disable() argument 198 static void mdp4_dtv_encoder_enable(struct drm_encoder *encoder) mdp4_dtv_encoder_enable() argument 243 long mdp4_dtv_round_pixclk(struct drm_encoder *encoder, unsigned long rate) mdp4_dtv_round_pixclk() argument 252 struct drm_encoder *encoder = NULL; mdp4_dtv_encoder_init() local
|
H A D | mdp4_lcdc_encoder.c | 35 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) get_kms() argument 81 static void mdp4_lcdc_encoder_destroy(struct drm_encoder *encoder) mdp4_lcdc_encoder_destroy() argument 95 struct drm_connector *get_connector(struct drm_encoder *encoder) get_connector() argument 107 static void setup_phy(struct drm_encoder *encoder) setup_phy() argument 262 static bool mdp4_lcdc_encoder_mode_fixup(struct drm_encoder *encoder, mdp4_lcdc_encoder_mode_fixup() argument 269 static void mdp4_lcdc_encoder_mode_set(struct drm_encoder *encoder, mdp4_lcdc_encoder_mode_set() argument 335 static void mdp4_lcdc_encoder_disable(struct drm_encoder *encoder) mdp4_lcdc_encoder_disable() argument 375 static void mdp4_lcdc_encoder_enable(struct drm_encoder *encoder) mdp4_lcdc_encoder_enable() argument 432 long mdp4_lcdc_round_pixclk(struct drm_encoder *encoder, unsigned long rate) mdp4_lcdc_round_pixclk() argument 443 struct drm_encoder *encoder = NULL; mdp4_lcdc_encoder_init() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 41 struct drm_encoder *encoder; nv04_display_create() local 127 struct drm_encoder *encoder; nv04_display_destroy() local 160 struct drm_encoder *encoder; nv04_display_init() local
|
H A D | tvnv04.c | 71 static void nv04_tv_dpms(struct drm_encoder *encoder, int mode) nv04_tv_dpms() argument 121 static void nv04_tv_prepare(struct drm_encoder *encoder) nv04_tv_prepare() argument 137 static void nv04_tv_mode_set(struct drm_encoder *encoder, nv04_tv_mode_set() argument 161 static void nv04_tv_commit(struct drm_encoder *encoder) nv04_tv_commit() argument 176 static void nv04_tv_destroy(struct drm_encoder *encoder) nv04_tv_destroy() argument 204 struct drm_encoder *encoder; nv04_tv_create() local
|
H A D | tvmodesnv17.c | 316 static void tv_setup_filter(struct drm_encoder *encoder) tv_setup_filter() argument 472 void nv17_tv_update_properties(struct drm_encoder *encoder) nv17_tv_update_properties() argument 527 void nv17_tv_update_rescaler(struct drm_encoder *encoder) nv17_tv_update_rescaler() argument 543 void nv17_ctv_update_rescaler(struct drm_encoder *encoder) nv17_ctv_update_rescaler() argument
|
H A D | dac.c | 41 int nv04_dac_output_offset(struct drm_encoder *encoder) nv04_dac_output_offset() argument 127 static enum drm_connector_status nv04_dac_detect(struct drm_encoder *encoder, nv04_dac_detect() argument 230 uint32_t nv17_dac_sample_load(struct drm_encoder *encoder) nv17_dac_sample_load() argument 331 nv17_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) nv17_dac_detect() argument 349 static bool nv04_dac_mode_fixup(struct drm_encoder *encoder, nv04_dac_mode_fixup() argument 359 static void nv04_dac_prepare(struct drm_encoder *encoder) nv04_dac_prepare() argument 370 static void nv04_dac_mode_set(struct drm_encoder *encoder, nv04_dac_mode_set() argument 407 static void nv04_dac_commit(struct drm_encoder *encoder) nv04_dac_commit() argument 421 void nv04_dac_update_dacclk(struct drm_encoder *encoder, bool enable) nv04_dac_update_dacclk() argument 446 bool nv04_dac_in_use(struct drm_encoder *encoder) nv04_dac_in_use() argument 455 static void nv04_dac_dpms(struct drm_encoder *encoder, int mode) nv04_dac_dpms() argument 470 static void nv04_dac_save(struct drm_encoder *encoder) nv04_dac_save() argument 480 static void nv04_dac_restore(struct drm_encoder *encoder) nv04_dac_restore() argument 492 static void nv04_dac_destroy(struct drm_encoder *encoder) nv04_dac_destroy() argument 532 struct drm_encoder *encoder; nv04_dac_create() local
|
H A D | dfp.c | 113 void nv04_dfp_update_fp_control(struct drm_encoder *encoder, int mode) nv04_dfp_update_fp_control() argument 152 static struct drm_encoder *get_tmds_slave(struct drm_encoder *encoder) get_tmds_slave() argument 182 static bool nv04_dfp_mode_fixup(struct drm_encoder *encoder, nv04_dfp_mode_fixup() argument 244 static void nv04_dfp_prepare(struct drm_encoder *encoder) nv04_dfp_prepare() argument 279 static void nv04_dfp_mode_set(struct drm_encoder *encoder, nv04_dfp_mode_set() argument 444 static void nv04_dfp_commit(struct drm_encoder *encoder) nv04_dfp_commit() argument 484 static void nv04_dfp_update_backlight(struct drm_encoder *encoder, int mode) nv04_dfp_update_backlight() argument 511 static void nv04_lvds_dpms(struct drm_encoder *encoder, int mode) nv04_lvds_dpms() argument 559 static void nv04_tmds_dpms(struct drm_encoder *encoder, int mode) nv04_tmds_dpms() argument 575 static void nv04_dfp_save(struct drm_encoder *encoder) nv04_dfp_save() argument 585 static void nv04_dfp_restore(struct drm_encoder *encoder) nv04_dfp_restore() argument 610 static void nv04_dfp_destroy(struct drm_encoder *encoder) nv04_dfp_destroy() argument 621 static void nv04_tmds_slave_init(struct drm_encoder *encoder) nv04_tmds_slave_init() argument 685 struct drm_encoder *encoder; nv04_dfp_create() local
|
H A D | tvnv17.c | 45 static uint32_t nv42_tv_sample_load(struct drm_encoder *encoder) nv42_tv_sample_load() argument 152 nv17_tv_detect(struct drm_encoder *encoder, struct drm_connector *connector) nv17_tv_detect() argument 208 static int nv17_tv_get_ld_modes(struct drm_encoder *encoder, nv17_tv_get_ld_modes() argument 238 static int nv17_tv_get_hd_modes(struct drm_encoder *encoder, nv17_tv_get_hd_modes() argument 300 static int nv17_tv_get_modes(struct drm_encoder *encoder, nv17_tv_get_modes() argument 311 static int nv17_tv_mode_valid(struct drm_encoder *encoder, nv17_tv_mode_valid() argument 352 static bool nv17_tv_mode_fixup(struct drm_encoder *encoder, nv17_tv_mode_fixup() argument 369 static void nv17_tv_dpms(struct drm_encoder *encoder, int mode) nv17_tv_dpms() argument 404 static void nv17_tv_prepare(struct drm_encoder *encoder) nv17_tv_prepare() argument 465 static void nv17_tv_mode_set(struct drm_encoder *encoder, nv17_tv_mode_set() argument 580 static void nv17_tv_commit(struct drm_encoder *encoder) nv17_tv_commit() argument 614 static void nv17_tv_save(struct drm_encoder *encoder) nv17_tv_save() argument 629 static void nv17_tv_restore(struct drm_encoder *encoder) nv17_tv_restore() argument 642 static int nv17_tv_create_resources(struct drm_encoder *encoder, nv17_tv_create_resources() argument 694 static int nv17_tv_set_property(struct drm_encoder *encoder, nv17_tv_set_property() argument 772 static void nv17_tv_destroy(struct drm_encoder *encoder) nv17_tv_destroy() argument 806 struct drm_encoder *encoder; nv17_tv_create() local
|
H A D | crtc.c | 259 struct drm_encoder *encoder; nv_crtc_mode_set_vga() local 469 struct drm_encoder *encoder; nv_crtc_mode_set_regs() local
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | bt866.c | 61 static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data) bt866_write() argument 130 struct bt866 *encoder = to_bt866(sd); bt866_s_routing() local 191 struct bt866 *encoder; bt866_probe() local
|
H A D | bt856.c | 68 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) bt856_write() argument 76 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) bt856_setbit() argument 83 static void bt856_dump(struct bt856 *encoder) bt856_dump() argument 97 struct bt856 *encoder = to_bt856(sd); bt856_init() local 124 struct bt856 *encoder = to_bt856(sd); bt856_s_std_output() local 146 struct bt856 *encoder = to_bt856(sd); bt856_s_routing() local 200 struct bt856 *encoder; bt856_probe() local
|
H A D | saa7185.c | 71 struct saa7185 *encoder = to_saa7185(sd); saa7185_write() local 82 struct saa7185 *encoder = to_saa7185(sd); saa7185_write_block() local 222 struct saa7185 *encoder = to_saa7185(sd); saa7185_init() local 234 struct saa7185 *encoder = to_saa7185(sd); saa7185_s_std_output() local 249 struct saa7185 *encoder = to_saa7185(sd); saa7185_s_routing() local 310 struct saa7185 *encoder; saa7185_probe() local 341 struct saa7185 *encoder = to_saa7185(sd); saa7185_remove() local
|
H A D | adv7170.c | 76 struct adv7170 *encoder = to_adv7170(sd); adv7170_write() local 93 struct adv7170 *encoder = to_adv7170(sd); adv7170_write_block() local 199 struct adv7170 *encoder = to_adv7170(sd); adv7170_s_std_output() local 228 struct adv7170 *encoder = to_adv7170(sd); adv7170_s_routing() local 338 struct adv7170 *encoder; adv7170_probe() local
|
H A D | adv7175.c | 207 struct adv7175 *encoder = to_adv7175(sd); adv7175_s_std_output() local 246 struct adv7175 *encoder = to_adv7175(sd); adv7175_s_routing() local 393 struct adv7175 *encoder; adv7175_probe() local
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_encoder_slave.c | 112 struct drm_encoder_slave *encoder = to_encoder_slave(drm_encoder); drm_i2c_encoder_destroy() local 133 void drm_i2c_encoder_dpms(struct drm_encoder *encoder, int mode) drm_i2c_encoder_dpms() argument 139 bool drm_i2c_encoder_mode_fixup(struct drm_encoder *encoder, drm_i2c_encoder_mode_fixup() argument 147 void drm_i2c_encoder_prepare(struct drm_encoder *encoder) drm_i2c_encoder_prepare() argument 153 void drm_i2c_encoder_commit(struct drm_encoder *encoder) drm_i2c_encoder_commit() argument 159 void drm_i2c_encoder_mode_set(struct drm_encoder *encoder, drm_i2c_encoder_mode_set() argument 167 enum drm_connector_status drm_i2c_encoder_detect(struct drm_encoder *encoder, drm_i2c_encoder_detect() argument 174 void drm_i2c_encoder_save(struct drm_encoder *encoder) drm_i2c_encoder_save() argument 180 void drm_i2c_encoder_restore(struct drm_encoder *encoder) drm_i2c_encoder_restore() argument 52 drm_i2c_encoder_init(struct drm_device *dev, struct drm_encoder_slave *encoder, struct i2c_adapter *adap, const struct i2c_board_info *info) drm_i2c_encoder_init() argument
|
H A D | drm_crtc_helper.c | 110 bool drm_helper_encoder_in_use(struct drm_encoder *encoder) drm_helper_encoder_in_use() argument 144 struct drm_encoder *encoder; drm_helper_crtc_in_use() local 162 drm_encoder_disable(struct drm_encoder *encoder) drm_encoder_disable() argument 180 struct drm_encoder *encoder; __drm_helper_disable_unused_functions() local 233 struct drm_encoder *encoder; drm_crtc_prepare_encoders() local 278 struct drm_encoder *encoder; drm_crtc_helper_set_mode() local 428 struct drm_encoder *encoder; drm_crtc_helper_disable() local 471 struct drm_encoder *save_encoders, *new_encoder, *encoder; drm_crtc_helper_set_config() local 719 static int drm_helper_choose_encoder_dpms(struct drm_encoder *encoder) drm_helper_choose_encoder_dpms() argument 733 static void drm_helper_encoder_dpms(struct drm_encoder *encoder, int mode) drm_helper_encoder_dpms() argument 782 struct drm_encoder *encoder = connector->encoder; drm_helper_connector_dpms() local 873 struct drm_encoder *encoder; drm_helper_resume_force_mode() local
|
H A D | drm_atomic_helper.c | 267 struct drm_encoder *encoder; for_each_connector_in_state() local 550 struct drm_encoder *encoder; for_each_connector_in_state() local 691 struct drm_encoder *encoder; for_each_connector_in_state() local 793 struct drm_encoder *encoder; for_each_connector_in_state() local 84 get_current_crtc_for_encoder(struct drm_device *dev, struct drm_encoder *encoder) get_current_crtc_for_encoder() argument 103 steal_encoder(struct drm_atomic_state *state, struct drm_encoder *encoder, struct drm_crtc *encoder_crtc) steal_encoder() argument
|
H A D | drm_fb_helper.c | 1554 struct drm_encoder *encoder; drm_pick_crtcs() local
|
H A D | drm_crtc.c | 1118 void drm_encoder_cleanup(struct drm_encoder *encoder) drm_encoder_cleanup() argument 1681 struct drm_encoder *encoder; drm_mode_group_init_legacy_group() local 1811 struct drm_encoder *encoder; drm_mode_getresources() local 2115 struct drm_encoder *encoder; drm_mode_getconnector() local 2225 static struct drm_crtc *drm_encoder_get_crtc(struct drm_encoder *encoder) drm_encoder_get_crtc() argument 2269 struct drm_encoder *encoder; drm_mode_getencoder() local 5039 struct drm_encoder *encoder; drm_mode_config_reset() local 5474 struct drm_encoder *encoder, *enct; drm_mode_config_cleanup() local 1074 drm_encoder_init(struct drm_device *dev, struct drm_encoder *encoder, const struct drm_encoder_funcs *funcs, int encoder_type) drm_encoder_init() argument 4721 drm_mode_connector_attach_encoder(struct drm_connector *connector, struct drm_encoder *encoder) drm_mode_connector_attach_encoder() argument
|
H A D | drm_edid.c | 3355 struct drm_connector *drm_select_eld(struct drm_encoder *encoder, drm_select_eld() argument
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | oaktrail_lvds_i2c.c | 133 void oaktrail_lvds_i2c_init(struct drm_encoder *encoder) oaktrail_lvds_i2c_init() argument
|
H A D | cdv_intel_crt.c | 39 static void cdv_intel_crt_dpms(struct drm_encoder *encoder, int mode) cdv_intel_crt_dpms() argument 84 static void cdv_intel_crt_mode_set(struct drm_encoder *encoder, cdv_intel_crt_mode_set() argument 241 static void cdv_intel_crt_enc_destroy(struct drm_encoder *encoder) cdv_intel_crt_enc_destroy() argument 257 struct drm_encoder *encoder; cdv_intel_crt_init() local
|
H A D | oaktrail_lvds.c | 78 static void oaktrail_lvds_dpms(struct drm_encoder *encoder, int mode) oaktrail_lvds_dpms() argument 91 static void oaktrail_lvds_mode_set(struct drm_encoder *encoder, oaktrail_lvds_mode_set() argument 164 static void oaktrail_lvds_prepare(struct drm_encoder *encoder) oaktrail_lvds_prepare() argument 200 static void oaktrail_lvds_commit(struct drm_encoder *encoder) oaktrail_lvds_commit() argument 304 struct drm_encoder *encoder; oaktrail_lvds_init() local
|
H A D | cdv_intel_hdmi.c | 62 static void cdv_hdmi_mode_set(struct drm_encoder *encoder, cdv_hdmi_mode_set() argument 92 static void cdv_hdmi_dpms(struct drm_encoder *encoder, int mode) cdv_hdmi_dpms() argument 156 struct drm_encoder *encoder = connector->encoder; cdv_hdmi_set_property() local 287 struct drm_encoder *encoder; cdv_hdmi_init() local
|
H A D | mdfld_dsi_output.c | 249 struct drm_encoder *encoder = connector->encoder; mdfld_dsi_connector_set_property() local 504 struct mdfld_dsi_encoder *encoder; mdfld_dsi_output_init() local
|
H A D | cdv_intel_lvds.c | 229 static void cdv_intel_lvds_encoder_dpms(struct drm_encoder *encoder, int mode) cdv_intel_lvds_encoder_dpms() argument 272 static bool cdv_intel_lvds_mode_fixup(struct drm_encoder *encoder, cdv_intel_lvds_mode_fixup() argument 322 static void cdv_intel_lvds_prepare(struct drm_encoder *encoder) cdv_intel_lvds_prepare() argument 340 static void cdv_intel_lvds_commit(struct drm_encoder *encoder) cdv_intel_lvds_commit() argument 353 static void cdv_intel_lvds_mode_set(struct drm_encoder *encoder, cdv_intel_lvds_mode_set() argument 458 struct drm_encoder *encoder = connector->encoder; cdv_intel_lvds_set_property() local 542 static void cdv_intel_lvds_enc_destroy(struct drm_encoder *encoder) cdv_intel_lvds_enc_destroy() argument 615 struct drm_encoder *encoder; cdv_intel_lvds_init() local 199 cdv_intel_lvds_set_power(struct drm_device *dev, struct drm_encoder *encoder, bool on) cdv_intel_lvds_set_power() argument
|
H A D | framebuffer.c | 723 struct drm_encoder *encoder = &gma_encoder->base; psb_setup_outputs() local
|
H A D | gma_display.c | 488 bool gma_encoder_mode_fixup(struct drm_encoder *encoder, gma_encoder_mode_fixup() argument 657 void gma_encoder_prepare(struct drm_encoder *encoder) gma_encoder_prepare() argument 665 void gma_encoder_commit(struct drm_encoder *encoder) gma_encoder_commit() argument 673 void gma_encoder_destroy(struct drm_encoder *encoder) gma_encoder_destroy() argument 689 gma_connector_attach_encoder(struct gma_connector *connector, struct gma_encoder *encoder) gma_connector_attach_encoder() argument
|
H A D | psb_intel_lvds.c | 253 static void psb_intel_lvds_encoder_dpms(struct drm_encoder *encoder, int mode) psb_intel_lvds_encoder_dpms() argument 374 bool psb_intel_lvds_mode_fixup(struct drm_encoder *encoder, psb_intel_lvds_mode_fixup() argument 438 static void psb_intel_lvds_prepare(struct drm_encoder *encoder) psb_intel_lvds_prepare() argument 456 static void psb_intel_lvds_commit(struct drm_encoder *encoder) psb_intel_lvds_commit() argument 469 static void psb_intel_lvds_mode_set(struct drm_encoder *encoder, psb_intel_lvds_mode_set() argument 575 struct drm_encoder *encoder = connector->encoder; psb_intel_lvds_set_property() local 665 static void psb_intel_lvds_enc_destroy(struct drm_encoder *encoder) psb_intel_lvds_enc_destroy() argument 690 struct drm_encoder *encoder; psb_intel_lvds_init() local
|
H A D | mdfld_dsi_dpi.c | 633 static void mdfld_dsi_dpi_set_power(struct drm_encoder *encoder, bool on) mdfld_dsi_dpi_set_power() argument 681 void mdfld_dsi_dpi_dpms(struct drm_encoder *encoder, int mode) mdfld_dsi_dpi_dpms() argument 686 bool mdfld_dsi_dpi_mode_fixup(struct drm_encoder *encoder, mdfld_dsi_dpi_mode_fixup() argument 710 void mdfld_dsi_dpi_prepare(struct drm_encoder *encoder) mdfld_dsi_dpi_prepare() argument 715 void mdfld_dsi_dpi_commit(struct drm_encoder *encoder) mdfld_dsi_dpi_commit() argument 812 void mdfld_dsi_dpi_mode_set(struct drm_encoder *encoder, mdfld_dsi_dpi_mode_set() argument 938 struct drm_encoder *encoder = NULL; mdfld_dsi_dpi_init() local
|
H A D | psb_intel_drv.h | 142 struct gma_encoder *encoder; member in struct:gma_connector
|
H A D | mdfld_dsi_output.h | 255 struct mdfld_dsi_encoder *encoder; member in struct:mdfld_dsi_config 313 mdfld_dsi_encoder_get_config(struct mdfld_dsi_encoder *encoder) mdfld_dsi_encoder_get_config() argument 321 mdfld_dsi_encoder_get_connector(struct mdfld_dsi_encoder *encoder) mdfld_dsi_encoder_get_connector() argument 347 static inline int mdfld_dsi_encoder_get_pipe(struct mdfld_dsi_encoder *encoder) mdfld_dsi_encoder_get_pipe() argument 279 mdfld_dsi_encoder( struct drm_encoder *encoder) mdfld_dsi_encoder() argument 335 mdfld_dsi_encoder_get_pkg_sender( struct mdfld_dsi_encoder *encoder) mdfld_dsi_encoder_get_pkg_sender() argument
|
H A D | mdfld_intel_display.c | 686 struct drm_encoder *encoder; mdfld_crtc_mode_set() local
|
H A D | oaktrail_hdmi.c | 491 static void oaktrail_hdmi_dpms(struct drm_encoder *encoder, int mode) oaktrail_hdmi_dpms() argument 587 static void oaktrail_hdmi_mode_set(struct drm_encoder *encoder, oaktrail_hdmi_mode_set() argument 624 static void oaktrail_hdmi_enc_destroy(struct drm_encoder *encoder) oaktrail_hdmi_enc_destroy() argument 639 struct drm_encoder *encoder; oaktrail_hdmi_init() local
|
H A D | cdv_intel_dp.c | 267 struct gma_encoder *encoder; member in struct:cdv_intel_dp 313 static bool is_edp(struct gma_encoder *encoder) is_edp() argument 324 cdv_intel_dp_max_lane_count(struct gma_encoder *encoder) cdv_intel_dp_max_lane_count() argument 342 cdv_intel_dp_max_link_bw(struct gma_encoder *encoder) cdv_intel_dp_max_link_bw() argument 513 struct gma_encoder *encoder = gma_attached_encoder(connector); cdv_intel_dp_mode_valid() local 569 cdv_intel_dp_aux_ch(struct gma_encoder *encoder, cdv_intel_dp_aux_ch() argument 671 cdv_intel_dp_aux_native_write(struct gma_encoder *encoder, cdv_intel_dp_aux_native_write() argument 704 cdv_intel_dp_aux_native_write_1(struct gma_encoder *encoder, cdv_intel_dp_aux_native_write_1() argument 712 cdv_intel_dp_aux_native_read(struct gma_encoder *encoder, cdv_intel_dp_aux_native_read() argument 757 struct gma_encoder *encoder = intel_dp->encoder; cdv_intel_dp_i2c_aux_ch() local 895 cdv_intel_dp_mode_fixup(struct drm_encoder *encoder, const struct drm_display_mode *mode, cdv_intel_dp_mode_fixup() argument 992 struct drm_encoder *encoder; cdv_intel_dp_set_m_n() local 1039 cdv_intel_dp_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, cdv_intel_dp_mode_set() argument 1109 static void cdv_intel_dp_sink_dpms(struct gma_encoder *encoder, int mode) cdv_intel_dp_sink_dpms() argument 1139 static void cdv_intel_dp_prepare(struct drm_encoder *encoder) cdv_intel_dp_prepare() argument 1156 static void cdv_intel_dp_commit(struct drm_encoder *encoder) cdv_intel_dp_commit() argument 1170 cdv_intel_dp_dpms(struct drm_encoder *encoder, int mode) cdv_intel_dp_dpms() argument 1207 cdv_intel_dp_aux_native_read_retry(struct gma_encoder *encoder, uint16_t address, cdv_intel_dp_aux_native_read_retry() argument 1232 cdv_intel_dp_get_link_status(struct gma_encoder *encoder) cdv_intel_dp_get_link_status() argument 1306 cdv_intel_get_adjust_train(struct gma_encoder *encoder) cdv_intel_get_adjust_train() argument 1365 cdv_intel_channel_eq_ok(struct gma_encoder *encoder) cdv_intel_channel_eq_ok() argument 1385 cdv_intel_dp_set_link_train(struct gma_encoder *encoder, cdv_intel_dp_set_link_train() argument 1412 cdv_intel_dplink_set_level(struct gma_encoder *encoder, cdv_intel_dplink_set_level() argument 1433 cdv_intel_dp_set_vswing_premph(struct gma_encoder *encoder, uint8_t signal_level) cdv_intel_dp_set_vswing_premph() argument 1499 cdv_intel_dp_start_link_train(struct gma_encoder *encoder) cdv_intel_dp_start_link_train() argument 1593 cdv_intel_dp_complete_link_train(struct gma_encoder *encoder) cdv_intel_dp_complete_link_train() argument 1679 cdv_intel_dp_link_down(struct gma_encoder *encoder) cdv_intel_dp_link_down() argument 1703 static enum drm_connector_status cdv_dp_detect(struct gma_encoder *encoder) cdv_dp_detect() argument 1731 struct gma_encoder *encoder = gma_attached_encoder(connector); cdv_intel_dp_detect() local 1821 struct gma_encoder *encoder = gma_attached_encoder(connector); cdv_intel_dp_detect_audio() local 1847 struct gma_encoder *encoder = gma_attached_encoder(connector); cdv_intel_dp_set_property() local 1916 static void cdv_intel_dp_encoder_destroy(struct drm_encoder *encoder) cdv_intel_dp_encoder_destroy() argument 2002 struct drm_encoder *encoder; cdv_intel_dp_init() local 847 cdv_intel_dp_i2c_init(struct gma_connector *connector, struct gma_encoder *encoder, const char *name) cdv_intel_dp_i2c_init() argument
|
H A D | psb_intel_sdvo.c | 196 static struct psb_intel_sdvo *to_psb_intel_sdvo(struct drm_encoder *encoder) to_psb_intel_sdvo() argument 949 static bool psb_intel_sdvo_mode_fixup(struct drm_encoder *encoder, psb_intel_sdvo_mode_fixup() argument 987 static void psb_intel_sdvo_mode_set(struct drm_encoder *encoder, psb_intel_sdvo_mode_set() argument 1095 static void psb_intel_sdvo_dpms(struct drm_encoder *encoder, int mode) psb_intel_sdvo_dpms() argument 1817 struct drm_encoder *encoder = &gma_attached_encoder(connector)->base; psb_intel_sdvo_restore() local 1854 static void psb_intel_sdvo_enc_destroy(struct drm_encoder *encoder) psb_intel_sdvo_enc_destroy() argument 2042 struct drm_encoder *encoder = &psb_intel_sdvo->base.base; psb_intel_sdvo_dvi_init() local 2082 struct drm_encoder *encoder = &psb_intel_sdvo->base.base; psb_intel_sdvo_tv_init() local 2121 struct drm_encoder *encoder = &psb_intel_sdvo->base.base; psb_intel_sdvo_analog_init() local 2155 struct drm_encoder *encoder = &psb_intel_sdvo->base.base; psb_intel_sdvo_lvds_init() local 2009 psb_intel_sdvo_connector_init(struct psb_intel_sdvo_connector *connector, struct psb_intel_sdvo *encoder) psb_intel_sdvo_connector_init() argument
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_connector.c | 34 struct drm_encoder *encoder; member in struct:omap_connector 275 omap_connector_init(struct drm_device *dev, int connector_type, struct omap_dss_device *dssdev, struct drm_encoder *encoder) omap_connector_init() argument
|
H A D | omap_encoder.c | 46 struct omap_dss_device *omap_encoder_get_dssdev(struct drm_encoder *encoder) omap_encoder_get_dssdev() argument 53 static void omap_encoder_destroy(struct drm_encoder *encoder) omap_encoder_destroy() argument 79 static void omap_encoder_dpms(struct drm_encoder *encoder, int mode) omap_encoder_dpms() argument 83 static bool omap_encoder_mode_fixup(struct drm_encoder *encoder, omap_encoder_mode_fixup() argument 90 static void omap_encoder_mode_set(struct drm_encoder *encoder, omap_encoder_mode_set() argument 121 static void omap_encoder_prepare(struct drm_encoder *encoder) omap_encoder_prepare() argument 125 static void omap_encoder_commit(struct drm_encoder *encoder) omap_encoder_commit() argument 142 int omap_encoder_set_enabled(struct drm_encoder *encoder, bool enabled) omap_encoder_set_enabled() argument 156 int omap_encoder_update(struct drm_encoder *encoder, omap_encoder_update() argument 196 struct drm_encoder *encoder = NULL; omap_encoder_init() local
|
H A D | omap_fb.c | 329 struct drm_encoder *encoder = connector->encoder; list_for_each_entry_from() local
|
H A D | omap_drv.c | 180 struct drm_encoder *encoder; for_each_dss_dev() local 289 struct drm_encoder *encoder = priv->encoders[i]; local
|
H A D | omap_crtc.c | 391 struct drm_encoder *encoder = NULL; omap_crtc_pre_apply() local
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | output.c | 82 void tegra_output_encoder_destroy(struct drm_encoder *encoder) tegra_output_encoder_destroy() argument
|
H A D | rgb.c | 128 static void tegra_rgb_encoder_dpms(struct drm_encoder *encoder, int mode) tegra_rgb_encoder_dpms() argument 132 static void tegra_rgb_encoder_prepare(struct drm_encoder *encoder) tegra_rgb_encoder_prepare() argument 136 static void tegra_rgb_encoder_commit(struct drm_encoder *encoder) tegra_rgb_encoder_commit() argument 140 static void tegra_rgb_encoder_mode_set(struct drm_encoder *encoder, tegra_rgb_encoder_mode_set() argument 177 static void tegra_rgb_encoder_disable(struct drm_encoder *encoder) tegra_rgb_encoder_disable() argument 193 tegra_rgb_encoder_atomic_check(struct drm_encoder *encoder, tegra_rgb_encoder_atomic_check() argument
|
H A D | drm.h | 204 struct drm_encoder encoder; member in struct:tegra_output
|
H A D | dsi.c | 785 static void tegra_dsi_encoder_dpms(struct drm_encoder *encoder, int mode) tegra_dsi_encoder_dpms() argument 789 static void tegra_dsi_encoder_prepare(struct drm_encoder *encoder) tegra_dsi_encoder_prepare() argument 793 static void tegra_dsi_encoder_commit(struct drm_encoder *encoder) tegra_dsi_encoder_commit() argument 797 static void tegra_dsi_encoder_mode_set(struct drm_encoder *encoder, tegra_dsi_encoder_mode_set() argument 838 static void tegra_dsi_encoder_disable(struct drm_encoder *encoder) tegra_dsi_encoder_disable() argument 878 tegra_dsi_encoder_atomic_check(struct drm_encoder *encoder, tegra_dsi_encoder_atomic_check() argument
|
H A D | hdmi.c | 821 static void tegra_hdmi_encoder_dpms(struct drm_encoder *encoder, int mode) tegra_hdmi_encoder_dpms() argument 825 static void tegra_hdmi_encoder_prepare(struct drm_encoder *encoder) tegra_hdmi_encoder_prepare() argument 829 static void tegra_hdmi_encoder_commit(struct drm_encoder *encoder) tegra_hdmi_encoder_commit() argument 833 static void tegra_hdmi_encoder_mode_set(struct drm_encoder *encoder, tegra_hdmi_encoder_mode_set() argument 1038 static void tegra_hdmi_encoder_disable(struct drm_encoder *encoder) tegra_hdmi_encoder_disable() argument 1057 tegra_hdmi_encoder_atomic_check(struct drm_encoder *encoder, tegra_hdmi_encoder_atomic_check() argument
|
H A D | sor.c | 929 static void tegra_sor_encoder_dpms(struct drm_encoder *encoder, int mode) tegra_sor_encoder_dpms() argument 933 static void tegra_sor_encoder_prepare(struct drm_encoder *encoder) tegra_sor_encoder_prepare() argument 937 static void tegra_sor_encoder_commit(struct drm_encoder *encoder) tegra_sor_encoder_commit() argument 941 static void tegra_sor_encoder_mode_set(struct drm_encoder *encoder, tegra_sor_encoder_mode_set() argument 1367 static void tegra_sor_encoder_disable(struct drm_encoder *encoder) tegra_sor_encoder_disable() argument 1437 tegra_sor_encoder_atomic_check(struct drm_encoder *encoder, tegra_sor_encoder_atomic_check() argument
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_output.c | 75 void armada_drm_encoder_prepare(struct drm_encoder *encoder) armada_drm_encoder_prepare() argument 80 void armada_drm_encoder_commit(struct drm_encoder *encoder) armada_drm_encoder_commit() argument 85 bool armada_drm_encoder_mode_fixup(struct drm_encoder *encoder, armada_drm_encoder_mode_fixup() argument 95 struct drm_encoder *encoder = armada_drm_connector_encoder(conn); armada_drm_slave_encoder_mode_valid() local 109 struct drm_encoder *encoder = armada_drm_connector_encoder(conn); armada_drm_slave_encoder_set_property() local
|
/linux-4.1.27/drivers/input/misc/ |
H A D | rotary_encoder.c | 59 static void rotary_encoder_report_event(struct rotary_encoder *encoder) rotary_encoder_report_event() argument 93 struct rotary_encoder *encoder = dev_id; rotary_encoder_irq() local 122 struct rotary_encoder *encoder = dev_id; rotary_encoder_half_period_irq() local 198 struct rotary_encoder *encoder; rotary_encoder_probe() local 306 struct rotary_encoder *encoder = platform_get_drvdata(pdev); rotary_encoder_remove() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | dce3_1_afmt.c | 30 void dce3_2_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, dce3_2_afmt_hdmi_write_speaker_allocation() argument 48 void dce3_2_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, dce3_2_afmt_dp_write_speaker_allocation() argument 66 void dce3_2_afmt_write_sad_regs(struct drm_encoder *encoder, dce3_2_afmt_write_sad_regs() argument 170 void dce3_2_hdmi_update_acr(struct drm_encoder *encoder, long offset, dce3_2_hdmi_update_acr() argument 202 void dce3_2_set_audio_packet(struct drm_encoder *encoder, u32 offset) dce3_2_set_audio_packet() argument 223 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) dce3_2_set_mute() argument
|
H A D | dce6_afmt.c | 91 void dce6_afmt_select_pin(struct drm_encoder *encoder) dce6_afmt_select_pin() argument 104 void dce6_afmt_write_latency_fields(struct drm_encoder *encoder, dce6_afmt_write_latency_fields() argument 133 void dce6_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, dce6_afmt_hdmi_write_speaker_allocation() argument 158 void dce6_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, dce6_afmt_dp_write_speaker_allocation() argument 183 void dce6_afmt_write_sad_regs(struct drm_encoder *encoder, dce6_afmt_write_sad_regs() argument
|
H A D | radeon_encoders.c | 40 static uint32_t radeon_encoder_clones(struct drm_encoder *encoder) radeon_encoder_clones() argument 78 struct drm_encoder *encoder; radeon_setup_encoder_clones() local 205 struct drm_encoder *encoder; radeon_link_encoder_connector() local 222 void radeon_encoder_set_active_device(struct drm_encoder *encoder) radeon_encoder_set_active_device() argument 240 radeon_get_connector_for_encoder(struct drm_encoder *encoder) radeon_get_connector_for_encoder() argument 265 radeon_get_connector_for_encoder_init(struct drm_encoder *encoder) radeon_get_connector_for_encoder_init() argument 280 struct drm_encoder *radeon_get_external_encoder(struct drm_encoder *encoder) radeon_get_external_encoder() argument 301 u16 radeon_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) radeon_encoder_get_dp_bridge_encoder_id() argument 319 void radeon_panel_mode_fixup(struct drm_encoder *encoder, radeon_panel_mode_fixup() argument 366 bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder, radeon_dig_monitor_is_duallink() argument 430 bool radeon_encoder_is_digital(struct drm_encoder *encoder) radeon_encoder_is_digital() argument
|
H A D | evergreen_hdmi.c | 67 void evergreen_hdmi_update_acr(struct drm_encoder *encoder, long offset, evergreen_hdmi_update_acr() argument 97 void dce4_afmt_write_latency_fields(struct drm_encoder *encoder, dce4_afmt_write_latency_fields() argument 119 void dce4_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, dce4_afmt_hdmi_write_speaker_allocation() argument 137 void dce4_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, dce4_afmt_dp_write_speaker_allocation() argument 155 void evergreen_hdmi_write_sad_regs(struct drm_encoder *encoder, evergreen_hdmi_write_sad_regs() argument 306 void dce4_set_vbi_packet(struct drm_encoder *encoder, u32 offset) dce4_set_vbi_packet() argument 317 void dce4_hdmi_set_color_depth(struct drm_encoder *encoder, u32 offset, int bpc) dce4_hdmi_set_color_depth() argument 354 void dce4_set_audio_packet(struct drm_encoder *encoder, u32 offset) dce4_set_audio_packet() argument 389 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) dce4_set_mute() argument 400 void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable) evergreen_hdmi_enable() argument 440 void evergreen_dp_enable(struct drm_encoder *encoder, bool enable) evergreen_dp_enable() argument
|
H A D | r600_hdmi.c | 120 struct drm_encoder *encoder; r600_audio_update_hdmi() local 177 void r600_hdmi_update_acr(struct drm_encoder *encoder, long offset, r600_hdmi_update_acr() argument 243 static void r600_hdmi_update_audio_infoframe(struct drm_encoder *encoder, r600_hdmi_update_audio_infoframe() argument 262 static bool r600_hdmi_is_audio_buffer_filled(struct drm_encoder *encoder) r600_hdmi_is_audio_buffer_filled() argument 276 int r600_hdmi_buffer_status_changed(struct drm_encoder *encoder) r600_hdmi_buffer_status_changed() argument 295 void r600_hdmi_audio_workaround(struct drm_encoder *encoder) r600_hdmi_audio_workaround() argument 340 void r600_set_vbi_packet(struct drm_encoder *encoder, u32 offset) r600_set_vbi_packet() argument 351 void r600_set_audio_packet(struct drm_encoder *encoder, u32 offset) r600_set_audio_packet() argument 393 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) r600_set_mute() argument 411 void r600_hdmi_update_audio_settings(struct drm_encoder *encoder) r600_hdmi_update_audio_settings() argument 469 void r600_hdmi_enable(struct drm_encoder *encoder, bool enable) r600_hdmi_enable() argument
|
H A D | radeon_audio.c | 248 struct drm_encoder *encoder; radeon_audio_enable() local 359 static void radeon_audio_write_sad_regs(struct drm_encoder *encoder) radeon_audio_write_sad_regs() argument 382 static void radeon_audio_write_speaker_allocation(struct drm_encoder *encoder) radeon_audio_write_speaker_allocation() argument 406 static void radeon_audio_write_latency_fields(struct drm_encoder *encoder, radeon_audio_write_latency_fields() argument 419 struct r600_audio_pin* radeon_audio_get_pin(struct drm_encoder *encoder) radeon_audio_get_pin() argument 430 static void radeon_audio_select_pin(struct drm_encoder *encoder) radeon_audio_select_pin() argument 495 static void radeon_audio_set_dto(struct drm_encoder *encoder, unsigned int clock) radeon_audio_set_dto() argument 505 static int radeon_audio_set_avi_packet(struct drm_encoder *encoder, radeon_audio_set_avi_packet() argument 626 static void radeon_audio_update_acr(struct drm_encoder *encoder, unsigned int clock) radeon_audio_update_acr() argument 639 static void radeon_audio_set_vbi_packet(struct drm_encoder *encoder) radeon_audio_set_vbi_packet() argument 651 static void radeon_hdmi_set_color_depth(struct drm_encoder *encoder) radeon_hdmi_set_color_depth() argument 669 static void radeon_audio_set_audio_packet(struct drm_encoder *encoder) radeon_audio_set_audio_packet() argument 681 static void radeon_audio_set_mute(struct drm_encoder *encoder, bool mute) radeon_audio_set_mute() argument 696 static void radeon_audio_hdmi_mode_set(struct drm_encoder *encoder, radeon_audio_hdmi_mode_set() argument 734 static void radeon_audio_dp_mode_set(struct drm_encoder *encoder, radeon_audio_dp_mode_set() argument 762 void radeon_audio_mode_set(struct drm_encoder *encoder, radeon_audio_mode_set() argument 771 void radeon_audio_dpms(struct drm_encoder *encoder, int mode) radeon_audio_dpms() argument 438 radeon_audio_detect(struct drm_connector *connector, struct drm_encoder *encoder, enum drm_connector_status status) radeon_audio_detect() argument
|
H A D | atombios_dp.c | 411 int radeon_dp_get_panel_mode(struct drm_encoder *encoder, radeon_dp_get_panel_mode() argument 543 struct drm_encoder *encoder; member in struct:radeon_dp_link_train_info 788 void radeon_dp_link_train(struct drm_encoder *encoder, radeon_dp_link_train() argument
|
H A D | radeon_dp_mst.c | 334 struct radeon_connector *radeon_mst_find_connector(struct drm_encoder *encoder) radeon_mst_find_connector() argument 381 radeon_mst_encoder_dpms(struct drm_encoder *encoder, int mode) radeon_mst_encoder_dpms() argument 502 static bool radeon_mst_mode_fixup(struct drm_encoder *encoder, radeon_mst_mode_fixup() argument 540 static void radeon_mst_encoder_prepare(struct drm_encoder *encoder) radeon_mst_encoder_prepare() argument 575 radeon_mst_encoder_mode_set(struct drm_encoder *encoder, radeon_mst_encoder_mode_set() argument 582 static void radeon_mst_encoder_commit(struct drm_encoder *encoder) radeon_mst_encoder_commit() argument 596 void radeon_dp_mst_encoder_destroy(struct drm_encoder *encoder) radeon_dp_mst_encoder_destroy() argument 613 struct drm_encoder *encoder; radeon_dp_create_fake_mst_encoder() local
|
H A D | radeon_legacy_crtc.c | 579 struct drm_encoder *encoder; radeon_set_crtc_timing() local 738 struct drm_encoder *encoder; radeon_set_pll() local
|
H A D | rs600.c | 151 void avivo_program_fmt(struct drm_encoder *encoder) avivo_program_fmt() argument
|
H A D | atombios_crtc.c | 558 struct drm_encoder *encoder = radeon_crtc->encoder; atombios_adjust_pll() local 2070 struct drm_encoder *encoder; atombios_crtc_mode_fixup() local
|
H A D | atombios_encoders.c | 89 struct drm_encoder *encoder = &radeon_encoder->base; atombios_set_backlight_level() local 282 void radeon_atom_backlight_init(struct radeon_encoder *encoder) radeon_atom_backlight_init() argument 286 static void radeon_atom_backlight_exit(struct radeon_encoder *encoder) radeon_atom_backlight_exit() argument 296 static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, radeon_atom_mode_fixup() argument 345 atombios_dac_setup(struct drm_encoder *encoder, int action) atombios_dac_setup() argument 397 atombios_tv_setup(struct drm_encoder *encoder, int action) atombios_tv_setup() argument 452 static u8 radeon_atom_get_bpc(struct drm_encoder *encoder) radeon_atom_get_bpc() argument 486 atombios_dvo_setup(struct drm_encoder *encoder, int action) atombios_dvo_setup() argument 558 atombios_digital_setup(struct drm_encoder *encoder, int action) atombios_digital_setup() argument 671 atombios_get_encoder_mode(struct drm_encoder *encoder) atombios_get_encoder_mode() argument 839 atombios_dig_encoder_setup2(struct drm_encoder *encoder, int action, int panel_mode, int enc_override) atombios_dig_encoder_setup2() argument 995 atombios_dig_encoder_setup(struct drm_encoder *encoder, int action, int panel_mode) atombios_dig_encoder_setup() argument 1009 atombios_dig_transmitter_setup2(struct drm_encoder *encoder, int action, uint8_t lane_num, uint8_t lane_set, int fe) atombios_dig_transmitter_setup2() argument 1376 atombios_dig_transmitter_setup(struct drm_encoder *encoder, int action, uint8_t lane_num, uint8_t lane_set) atombios_dig_transmitter_setup() argument 1431 atombios_external_encoder_setup(struct drm_encoder *encoder, atombios_external_encoder_setup() argument 1534 atombios_yuv_setup(struct drm_encoder *encoder, bool enable) atombios_yuv_setup() argument 1571 radeon_atom_encoder_dpms_avivo(struct drm_encoder *encoder, int mode) radeon_atom_encoder_dpms_avivo() argument 1658 radeon_atom_encoder_dpms_dig(struct drm_encoder *encoder, int mode) radeon_atom_encoder_dpms_dig() argument 1776 radeon_atom_encoder_dpms(struct drm_encoder *encoder, int mode) radeon_atom_encoder_dpms() argument 1857 atombios_set_encoder_crtc_source(struct drm_encoder *encoder) atombios_set_encoder_crtc_source() argument 2006 atombios_set_mst_encoder_crtc_source(struct drm_encoder *encoder, int fe) atombios_set_mst_encoder_crtc_source() argument 2053 atombios_apply_encoder_quirks(struct drm_encoder *encoder, atombios_apply_encoder_quirks() argument 2107 int radeon_atom_pick_dig_encoder(struct drm_encoder *encoder, int fe_idx) radeon_atom_pick_dig_encoder() argument 2234 struct drm_encoder *encoder; radeon_atom_encoder_init() local 2259 radeon_atom_encoder_mode_set(struct drm_encoder *encoder, radeon_atom_encoder_mode_set() argument 2324 atombios_dac_load_detect(struct drm_encoder *encoder, struct drm_connector *connector) atombios_dac_load_detect() argument 2373 radeon_atom_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) radeon_atom_dac_detect() argument 2414 radeon_atom_dig_detect(struct drm_encoder *encoder, struct drm_connector *connector) radeon_atom_dig_detect() argument 2461 radeon_atom_ext_encoder_setup_ddc(struct drm_encoder *encoder) radeon_atom_ext_encoder_setup_ddc() argument 2472 static void radeon_atom_encoder_prepare(struct drm_encoder *encoder) radeon_atom_encoder_prepare() argument 2525 static void radeon_atom_encoder_commit(struct drm_encoder *encoder) radeon_atom_encoder_commit() argument 2532 static void radeon_atom_encoder_disable(struct drm_encoder *encoder) radeon_atom_encoder_disable() argument 2603 static void radeon_atom_ext_prepare(struct drm_encoder *encoder) radeon_atom_ext_prepare() argument 2608 static void radeon_atom_ext_commit(struct drm_encoder *encoder) radeon_atom_ext_commit() argument 2614 radeon_atom_ext_mode_set(struct drm_encoder *encoder, radeon_atom_ext_mode_set() argument 2621 static void radeon_atom_ext_disable(struct drm_encoder *encoder) radeon_atom_ext_disable() argument 2627 radeon_atom_ext_dpms(struct drm_encoder *encoder, int mode) radeon_atom_ext_dpms() argument 2632 static bool radeon_atom_ext_mode_fixup(struct drm_encoder *encoder, radeon_atom_ext_mode_fixup() argument 2668 void radeon_enc_destroy(struct drm_encoder *encoder) radeon_enc_destroy() argument 2724 struct drm_encoder *encoder; radeon_add_atom_encoder() local
|
H A D | radeon_connectors.c | 115 static void radeon_property_change_mode(struct drm_encoder *encoder) radeon_property_change_mode() argument 167 struct drm_encoder *encoder = connector_funcs->best_encoder(connector); radeon_get_monitor_bpc() local 254 struct drm_encoder *encoder = NULL; radeon_connector_update_scratch_regs() local 285 struct drm_encoder *encoder; radeon_find_encoder() local 407 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_get_native_mode() local 482 static struct drm_display_mode *radeon_fp_native_mode(struct drm_encoder *encoder) radeon_fp_native_mode() argument 513 static void radeon_add_common_modes(struct drm_encoder *encoder, struct drm_connector *connector) radeon_add_common_modes() argument 569 struct drm_encoder *encoder; radeon_connector_set_property() local 782 static void radeon_fixup_lvds_native_mode(struct drm_encoder *encoder, radeon_fixup_lvds_native_mode() argument 819 struct drm_encoder *encoder; radeon_lvds_get_modes() local 857 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_lvds_mode_valid() local 890 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_lvds_detect() local 1017 struct drm_encoder *encoder; radeon_vga_detect() local 1117 struct drm_encoder *encoder; radeon_tv_get_modes() local 1147 struct drm_encoder *encoder; radeon_tv_detect() local 1227 struct drm_encoder *encoder = NULL; radeon_dvi_detect() local 1410 struct drm_encoder *encoder; radeon_dvi_encoder() local 1505 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_dp_get_modes() local 1573 struct drm_encoder *encoder; radeon_connector_encoder_get_dp_bridge_encoder_id() local 1601 struct drm_encoder *encoder; radeon_connector_encoder_is_hbr2() local 1644 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_dp_detect() local 1757 struct drm_encoder *encoder = radeon_best_single_encoder(connector); radeon_dp_mode_valid() local 1847 struct drm_encoder *encoder; radeon_add_atom_connector() local 433 radeon_connector_analog_encoder_conflict_solve(struct drm_connector *connector, struct drm_encoder *encoder, enum drm_connector_status current_status, bool priority) radeon_connector_analog_encoder_conflict_solve() argument
|
H A D | radeon_legacy_encoders.c | 36 static void radeon_legacy_encoder_disable(struct drm_encoder *encoder) radeon_legacy_encoder_disable() argument 46 static void radeon_legacy_lvds_update(struct drm_encoder *encoder, int mode) radeon_legacy_lvds_update() argument 135 static void radeon_legacy_lvds_dpms(struct drm_encoder *encoder, int mode) radeon_legacy_lvds_dpms() argument 154 static void radeon_legacy_lvds_prepare(struct drm_encoder *encoder) radeon_legacy_lvds_prepare() argument 165 static void radeon_legacy_lvds_commit(struct drm_encoder *encoder) radeon_legacy_lvds_commit() argument 176 static void radeon_legacy_lvds_mode_set(struct drm_encoder *encoder, radeon_legacy_lvds_mode_set() argument 246 static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, radeon_legacy_mode_fixup() argument 485 void radeon_legacy_backlight_init(struct radeon_encoder *encoder) radeon_legacy_backlight_init() argument 489 static void radeon_legacy_backlight_exit(struct radeon_encoder *encoder) radeon_legacy_backlight_exit() argument 496 static void radeon_lvds_enc_destroy(struct drm_encoder *encoder) radeon_lvds_enc_destroy() argument 512 static void radeon_legacy_primary_dac_dpms(struct drm_encoder *encoder, int mode) radeon_legacy_primary_dac_dpms() argument 554 static void radeon_legacy_primary_dac_prepare(struct drm_encoder *encoder) radeon_legacy_primary_dac_prepare() argument 565 static void radeon_legacy_primary_dac_commit(struct drm_encoder *encoder) radeon_legacy_primary_dac_commit() argument 577 static void radeon_legacy_primary_dac_mode_set(struct drm_encoder *encoder, radeon_legacy_primary_dac_mode_set() argument 634 static enum drm_connector_status radeon_legacy_primary_dac_detect(struct drm_encoder *encoder, radeon_legacy_primary_dac_detect() argument 724 static void radeon_legacy_tmds_int_dpms(struct drm_encoder *encoder, int mode) radeon_legacy_tmds_int_dpms() argument 751 static void radeon_legacy_tmds_int_prepare(struct drm_encoder *encoder) radeon_legacy_tmds_int_prepare() argument 762 static void radeon_legacy_tmds_int_commit(struct drm_encoder *encoder) radeon_legacy_tmds_int_commit() argument 774 static void radeon_legacy_tmds_int_mode_set(struct drm_encoder *encoder, radeon_legacy_tmds_int_mode_set() argument 888 static void radeon_legacy_tmds_ext_dpms(struct drm_encoder *encoder, int mode) radeon_legacy_tmds_ext_dpms() argument 917 static void radeon_legacy_tmds_ext_prepare(struct drm_encoder *encoder) radeon_legacy_tmds_ext_prepare() argument 928 static void radeon_legacy_tmds_ext_commit(struct drm_encoder *encoder) radeon_legacy_tmds_ext_commit() argument 939 static void radeon_legacy_tmds_ext_mode_set(struct drm_encoder *encoder, radeon_legacy_tmds_ext_mode_set() argument 1008 static void radeon_ext_tmds_enc_destroy(struct drm_encoder *encoder) radeon_ext_tmds_enc_destroy() argument 1031 static void radeon_legacy_tv_dac_dpms(struct drm_encoder *encoder, int mode) radeon_legacy_tv_dac_dpms() argument 1122 static void radeon_legacy_tv_dac_prepare(struct drm_encoder *encoder) radeon_legacy_tv_dac_prepare() argument 1133 static void radeon_legacy_tv_dac_commit(struct drm_encoder *encoder) radeon_legacy_tv_dac_commit() argument 1145 static void radeon_legacy_tv_dac_mode_set(struct drm_encoder *encoder, radeon_legacy_tv_dac_mode_set() argument 1299 static bool r300_legacy_tv_detect(struct drm_encoder *encoder, r300_legacy_tv_detect() argument 1370 static bool radeon_legacy_tv_detect(struct drm_encoder *encoder, radeon_legacy_tv_detect() argument 1434 static bool radeon_legacy_ext_dac_detect(struct drm_encoder *encoder, radeon_legacy_ext_dac_detect() argument 1524 static enum drm_connector_status radeon_legacy_tv_dac_detect(struct drm_encoder *encoder, radeon_legacy_tv_dac_detect() argument 1691 static struct radeon_encoder_int_tmds *radeon_legacy_get_tmds_info(struct radeon_encoder *encoder) radeon_legacy_get_tmds_info() argument 1714 static struct radeon_encoder_ext_tmds *radeon_legacy_get_ext_tmds_info(struct radeon_encoder *encoder) radeon_legacy_get_ext_tmds_info() argument 1741 struct drm_encoder *encoder; radeon_add_legacy_encoder() local
|
H A D | radeon_legacy_tv.c | 274 static void radeon_wait_pll_lock(struct drm_encoder *encoder, unsigned n_tests, radeon_wait_pll_lock() argument 421 static bool radeon_legacy_tv_init_restarts(struct drm_encoder *encoder) radeon_legacy_tv_init_restarts() argument 531 void radeon_legacy_tv_mode_set(struct drm_encoder *encoder, radeon_legacy_tv_mode_set() argument 837 void radeon_legacy_tv_adjust_crtc_reg(struct drm_encoder *encoder, radeon_legacy_tv_adjust_crtc_reg() argument 884 void radeon_legacy_tv_adjust_pll1(struct drm_encoder *encoder, radeon_legacy_tv_adjust_pll1() argument 904 void radeon_legacy_tv_adjust_pll2(struct drm_encoder *encoder, radeon_legacy_tv_adjust_pll2() argument
|
H A D | r600.c | 243 void dce3_program_fmt(struct drm_encoder *encoder) dce3_program_fmt() argument
|
H A D | radeon_combios.c | 1315 bool radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder, radeon_legacy_get_tmds_info_from_table() argument 1331 bool radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder, radeon_legacy_get_tmds_info_from_combios() argument 1384 bool radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder, radeon_legacy_get_ext_tmds_info_from_table() argument 1408 bool radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder, radeon_legacy_get_ext_tmds_info_from_combios() argument 2832 void radeon_external_tmds_setup(struct drm_encoder *encoder) radeon_external_tmds_setup() argument 2879 bool radeon_combios_external_tmds_setup(struct drm_encoder *encoder) radeon_combios_external_tmds_setup() argument 3429 void radeon_combios_output_lock(struct drm_encoder *encoder, bool lock) radeon_combios_output_lock() argument 3549 radeon_combios_encoder_crtc_scratch_regs(struct drm_encoder *encoder, int crtc) radeon_combios_encoder_crtc_scratch_regs() argument 3584 radeon_combios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on) radeon_combios_encoder_dpms_scratch_regs() argument 859 radeon_combios_get_primary_dac_info(struct radeon_encoder *encoder) radeon_combios_get_primary_dac_info() argument 1010 radeon_combios_get_tv_dac_info(struct radeon_encoder *encoder) radeon_combios_get_tv_dac_info() argument 1170 radeon_combios_get_lvds_info(struct radeon_encoder *encoder) radeon_combios_get_lvds_info() argument 3446 radeon_combios_connected_scratch_regs(struct drm_connector *connector, struct drm_encoder *encoder, bool connected) radeon_combios_connected_scratch_regs() argument
|
H A D | radeon_display.c | 745 struct drm_encoder *encoder; radeon_print_display_setup() local 1676 struct drm_encoder *encoder; radeon_crtc_scaling_mode_fixup() local
|
H A D | evergreen.c | 1218 void dce4_program_fmt(struct drm_encoder *encoder) dce4_program_fmt() argument
|
H A D | radeon_atombios.c | 1337 bool radeon_atombios_get_tmds_info(struct radeon_encoder *encoder, radeon_atombios_get_tmds_info() argument 1767 radeon_atombios_get_primary_dac_info(struct radeon_encoder *encoder) radeon_atombios_get_primary_dac_info() argument 1953 radeon_atombios_get_tv_dac_info(struct radeon_encoder *encoder) radeon_atombios_get_tv_dac_info() argument 4124 void radeon_atom_output_lock(struct drm_encoder *encoder, bool lock) radeon_atom_output_lock() argument 4337 radeon_atombios_encoder_crtc_scratch_regs(struct drm_encoder *encoder, int crtc) radeon_atombios_encoder_crtc_scratch_regs() argument 4392 radeon_atombios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on) radeon_atombios_encoder_dpms_scratch_regs() argument 1625 radeon_atombios_get_lvds_info(struct radeon_encoder *encoder) radeon_atombios_get_lvds_info() argument 4151 radeon_atombios_connected_scratch_regs(struct drm_connector *connector, struct drm_encoder *encoder, bool connected) radeon_atombios_connected_scratch_regs() argument
|
H A D | radeon_mode.h | 287 struct radeon_encoder *encoder; member in struct:radeon_backlight_privdata 364 struct drm_encoder *encoder; member in struct:radeon_crtc
|
H A D | cik.c | 8995 void dce8_program_fmt(struct drm_encoder *encoder) dce8_program_fmt() argument
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 83 struct drm_encoder encoder; member in struct:vmw_display_unit
|
H A D | vmwgfx_ldu.c | 216 struct drm_encoder *encoder; vmw_ldu_crtc_set_config() local 312 static void vmw_ldu_encoder_destroy(struct drm_encoder *encoder) vmw_ldu_encoder_destroy() argument 345 struct drm_encoder *encoder; vmw_ldu_init() local
|
H A D | vmwgfx_scrn.c | 258 struct drm_encoder *encoder; vmw_sou_crtc_set_config() local 408 static void vmw_sou_encoder_destroy(struct drm_encoder *encoder) vmw_sou_encoder_destroy() argument 441 struct drm_encoder *encoder; vmw_sou_init() local
|
/linux-4.1.27/include/drm/ |
H A D | drm_crtc_helper.h | 203 static inline void drm_encoder_helper_add(struct drm_encoder *encoder, drm_encoder_helper_add() argument
|
H A D | drm_encoder_slave.h | 135 static inline struct i2c_client *drm_i2c_encoder_get_client(struct drm_encoder *encoder) drm_i2c_encoder_get_client() argument
|
H A D | drm_crtc.h | 710 struct drm_encoder *encoder; /* currently active encoder */ member in struct:drm_connector 906 struct drm_encoder *encoder; member in struct:drm_bridge 1245 static inline bool drm_encoder_crtc_ok(struct drm_encoder *encoder, drm_encoder_crtc_ok() argument
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_output.c | 51 struct drm_encoder encoder; member in struct:atmel_hlcdc_rgb_output 64 drm_encoder_to_atmel_hlcdc_rgb_output(struct drm_encoder *encoder) drm_encoder_to_atmel_hlcdc_rgb_output() argument 89 static void atmel_hlcdc_panel_encoder_enable(struct drm_encoder *encoder) atmel_hlcdc_panel_encoder_enable() argument 98 static void atmel_hlcdc_panel_encoder_disable(struct drm_encoder *encoder) atmel_hlcdc_panel_encoder_disable() argument 108 atmel_hlcdc_panel_encoder_mode_fixup(struct drm_encoder *encoder, atmel_hlcdc_panel_encoder_mode_fixup() argument 116 atmel_hlcdc_rgb_encoder_mode_set(struct drm_encoder *encoder, atmel_hlcdc_rgb_encoder_mode_set() argument 152 static void atmel_hlcdc_rgb_encoder_destroy(struct drm_encoder *encoder) atmel_hlcdc_rgb_encoder_destroy() argument
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
H A D | bochs_kms.c | 155 static bool bochs_encoder_mode_fixup(struct drm_encoder *encoder, bochs_encoder_mode_fixup() argument 162 static void bochs_encoder_mode_set(struct drm_encoder *encoder, bochs_encoder_mode_set() argument 168 static void bochs_encoder_dpms(struct drm_encoder *encoder, int state) bochs_encoder_dpms() argument 172 static void bochs_encoder_prepare(struct drm_encoder *encoder) bochs_encoder_prepare() argument 176 static void bochs_encoder_commit(struct drm_encoder *encoder) bochs_encoder_commit() argument 195 struct drm_encoder *encoder = &bochs->encoder; bochs_encoder_init() local
|
H A D | bochs.h | 76 struct drm_encoder encoder; member in struct:bochs_device
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 33 static void ch7006_encoder_set_config(struct drm_encoder *encoder, ch7006_encoder_set_config() argument 41 static void ch7006_encoder_destroy(struct drm_encoder *encoder) ch7006_encoder_destroy() argument 53 static void ch7006_encoder_dpms(struct drm_encoder *encoder, int mode) ch7006_encoder_dpms() argument 70 static void ch7006_encoder_save(struct drm_encoder *encoder) ch7006_encoder_save() argument 80 static void ch7006_encoder_restore(struct drm_encoder *encoder) ch7006_encoder_restore() argument 90 static bool ch7006_encoder_mode_fixup(struct drm_encoder *encoder, ch7006_encoder_mode_fixup() argument 104 static int ch7006_encoder_mode_valid(struct drm_encoder *encoder, ch7006_encoder_mode_valid() argument 113 static void ch7006_encoder_mode_set(struct drm_encoder *encoder, ch7006_encoder_mode_set() argument 177 static enum drm_connector_status ch7006_encoder_detect(struct drm_encoder *encoder, ch7006_encoder_detect() argument 225 static int ch7006_encoder_get_modes(struct drm_encoder *encoder, ch7006_encoder_get_modes() argument 246 static int ch7006_encoder_create_resources(struct drm_encoder *encoder, ch7006_encoder_create_resources() argument 279 static int ch7006_encoder_set_property(struct drm_encoder *encoder, ch7006_encoder_set_property() argument 441 ch7006_encoder_init(struct i2c_client *client, struct drm_device *dev, struct drm_encoder_slave *encoder) ch7006_encoder_init() argument
|
H A D | ch7006_mode.c | 174 struct ch7006_mode *ch7006_lookup_mode(struct drm_encoder *encoder, ch7006_lookup_mode() argument 200 void ch7006_setup_levels(struct drm_encoder *encoder) ch7006_setup_levels() argument 231 void ch7006_setup_subcarrier(struct drm_encoder *encoder) ch7006_setup_subcarrier() argument 255 void ch7006_setup_pll(struct drm_encoder *encoder) ch7006_setup_pll() argument 293 void ch7006_setup_power_state(struct drm_encoder *encoder) ch7006_setup_power_state() argument 326 void ch7006_setup_properties(struct drm_encoder *encoder) ch7006_setup_properties() argument
|
H A D | adv7511.c | 39 struct drm_encoder *encoder; member in struct:adv7511 51 static struct adv7511 *encoder_to_adv7511(struct drm_encoder *encoder) encoder_to_adv7511() argument 561 static int adv7511_get_modes(struct drm_encoder *encoder, adv7511_get_modes() argument 599 static void adv7511_encoder_dpms(struct drm_encoder *encoder, int mode) adv7511_encoder_dpms() argument 610 adv7511_encoder_detect(struct drm_encoder *encoder, adv7511_encoder_detect() argument 651 static int adv7511_encoder_mode_valid(struct drm_encoder *encoder, adv7511_encoder_mode_valid() argument 660 static void adv7511_encoder_mode_set(struct drm_encoder *encoder, adv7511_encoder_mode_set() argument 956 adv7511_encoder_init(struct i2c_client *i2c, struct drm_device *dev, struct drm_encoder_slave *encoder) adv7511_encoder_init() argument
|
H A D | sil164_drv.c | 209 sil164_encoder_set_config(struct drm_encoder *encoder, void *params) sil164_encoder_set_config() argument 217 sil164_encoder_dpms(struct drm_encoder *encoder, int mode) sil164_encoder_dpms() argument 230 sil164_encoder_save(struct drm_encoder *encoder) sil164_encoder_save() argument 243 sil164_encoder_restore(struct drm_encoder *encoder) sil164_encoder_restore() argument 256 sil164_encoder_mode_fixup(struct drm_encoder *encoder, sil164_encoder_mode_fixup() argument 264 sil164_encoder_mode_valid(struct drm_encoder *encoder, sil164_encoder_mode_valid() argument 280 sil164_encoder_mode_set(struct drm_encoder *encoder, sil164_encoder_mode_set() argument 298 sil164_encoder_detect(struct drm_encoder *encoder, sil164_encoder_detect() argument 310 sil164_encoder_get_modes(struct drm_encoder *encoder, sil164_encoder_get_modes() argument 317 sil164_encoder_create_resources(struct drm_encoder *encoder, sil164_encoder_create_resources() argument 324 sil164_encoder_set_property(struct drm_encoder *encoder, sil164_encoder_set_property() argument 333 sil164_encoder_destroy(struct drm_encoder *encoder) sil164_encoder_destroy() argument 409 sil164_encoder_init(struct i2c_client *client, struct drm_device *dev, struct drm_encoder_slave *encoder) sil164_encoder_init() argument
|
H A D | tda998x_drv.c | 49 struct drm_encoder *encoder; member in struct:tda998x_priv 808 tda998x_encoder_save(struct drm_encoder *encoder) tda998x_encoder_save() argument 814 tda998x_encoder_restore(struct drm_encoder *encoder) tda998x_encoder_restore() argument 820 tda998x_encoder_mode_fixup(struct drm_encoder *encoder, tda998x_encoder_mode_fixup() argument 1134 tda998x_encoder_set_property(struct drm_encoder *encoder, tda998x_encoder_set_property() argument 1159 tda998x_encoder_slave_set_config(struct drm_encoder *encoder, void *params) tda998x_encoder_slave_set_config() argument 1164 static void tda998x_encoder_slave_destroy(struct drm_encoder *encoder) tda998x_encoder_slave_destroy() argument 1173 static void tda998x_encoder_slave_dpms(struct drm_encoder *encoder, int mode) tda998x_encoder_slave_dpms() argument 1178 static int tda998x_encoder_slave_mode_valid(struct drm_encoder *encoder, tda998x_encoder_slave_mode_valid() argument 1185 tda998x_encoder_slave_mode_set(struct drm_encoder *encoder, tda998x_encoder_slave_mode_set() argument 1193 tda998x_encoder_slave_detect(struct drm_encoder *encoder, tda998x_encoder_slave_detect() argument 1199 static int tda998x_encoder_slave_get_modes(struct drm_encoder *encoder, tda998x_encoder_slave_get_modes() argument 1206 tda998x_encoder_slave_create_resources(struct drm_encoder *encoder, tda998x_encoder_slave_create_resources() argument 1386 struct drm_encoder encoder; member in struct:tda998x_priv2 1396 static void tda998x_encoder2_dpms(struct drm_encoder *encoder, int mode) tda998x_encoder2_dpms() argument 1403 static void tda998x_encoder_prepare(struct drm_encoder *encoder) tda998x_encoder_prepare() argument 1408 static void tda998x_encoder_commit(struct drm_encoder *encoder) tda998x_encoder_commit() argument 1413 static void tda998x_encoder2_mode_set(struct drm_encoder *encoder, tda998x_encoder2_mode_set() argument 1432 static void tda998x_encoder_destroy(struct drm_encoder *encoder) tda998x_encoder_destroy() argument
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_audio.c | 120 static void g4x_audio_codec_disable(struct intel_encoder *encoder) g4x_audio_codec_disable() argument 178 static void hsw_audio_codec_disable(struct intel_encoder *encoder) hsw_audio_codec_disable() argument 258 static void ilk_audio_codec_disable(struct intel_encoder *encoder) ilk_audio_codec_disable() argument 401 struct drm_encoder *encoder = &intel_encoder->base; intel_audio_codec_enable() local 436 void intel_audio_codec_disable(struct intel_encoder *encoder) intel_audio_codec_disable() argument 139 g4x_audio_codec_enable(struct drm_connector *connector, struct intel_encoder *encoder, struct drm_display_mode *mode) g4x_audio_codec_enable() argument 204 hsw_audio_codec_enable(struct drm_connector *connector, struct intel_encoder *encoder, struct drm_display_mode *mode) hsw_audio_codec_enable() argument 307 ilk_audio_codec_enable(struct drm_connector *connector, struct intel_encoder *encoder, struct drm_display_mode *mode) ilk_audio_codec_enable() argument
|
H A D | intel_dsi.h | 119 static inline struct intel_dsi *enc_to_intel_dsi(struct drm_encoder *encoder) enc_to_intel_dsi() argument
|
H A D | intel_dsi_pll.c | 227 static void vlv_configure_dsi_pll(struct intel_encoder *encoder) vlv_configure_dsi_pll() argument 258 void vlv_enable_dsi_pll(struct intel_encoder *encoder) vlv_enable_dsi_pll() argument 288 void vlv_disable_dsi_pll(struct intel_encoder *encoder) vlv_disable_dsi_pll() argument 328 u32 vlv_get_dsi_pclk(struct intel_encoder *encoder, int pipe_bpp) vlv_get_dsi_pclk() argument
|
H A D | intel_dvo.c | 104 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) enc_to_dvo() argument 129 static bool intel_dvo_get_hw_state(struct intel_encoder *encoder, intel_dvo_get_hw_state() argument 147 static void intel_dvo_get_config(struct intel_encoder *encoder, intel_dvo_get_config() argument 169 static void intel_disable_dvo(struct intel_encoder *encoder) intel_disable_dvo() argument 181 static void intel_enable_dvo(struct intel_encoder *encoder) intel_enable_dvo() argument 264 static bool intel_dvo_compute_config(struct intel_encoder *encoder, intel_dvo_compute_config() argument 294 static void intel_dvo_pre_enable(struct intel_encoder *encoder) intel_dvo_pre_enable() argument 405 static void intel_dvo_enc_destroy(struct drm_encoder *encoder) intel_dvo_enc_destroy() argument
|
H A D | intel_dp_mst.c | 33 static bool intel_dp_mst_compute_config(struct intel_encoder *encoder, intel_dp_mst_compute_config() argument 103 static void intel_mst_disable_dp(struct intel_encoder *encoder) intel_mst_disable_dp() argument 120 static void intel_mst_post_disable_dp(struct intel_encoder *encoder) intel_mst_post_disable_dp() argument 143 static void intel_mst_pre_enable_dp(struct intel_encoder *encoder) intel_mst_pre_enable_dp() argument 205 static void intel_mst_enable_dp(struct intel_encoder *encoder) intel_mst_enable_dp() argument 226 static bool intel_dp_mst_enc_get_hw_state(struct intel_encoder *encoder, intel_dp_mst_enc_get_hw_state() argument 236 static void intel_dp_mst_enc_get_config(struct intel_encoder *encoder, intel_dp_mst_enc_get_config() argument 370 static void intel_dp_mst_encoder_destroy(struct drm_encoder *encoder) intel_dp_mst_encoder_destroy() argument
|
H A D | intel_fbdev.c | 375 struct drm_encoder *encoder; intel_fb_initial_config() local
|
H A D | intel_lvds.c | 60 static struct intel_lvds_encoder *to_lvds_encoder(struct drm_encoder *encoder) to_lvds_encoder() argument 70 static bool intel_lvds_get_hw_state(struct intel_encoder *encoder, intel_lvds_get_hw_state() argument 96 static void intel_lvds_get_config(struct intel_encoder *encoder, intel_lvds_get_config() argument 136 static void intel_pre_enable_lvds(struct intel_encoder *encoder) intel_pre_enable_lvds() argument 211 static void intel_enable_lvds(struct intel_encoder *encoder) intel_enable_lvds() argument 238 static void intel_disable_lvds(struct intel_encoder *encoder) intel_disable_lvds() argument 843 struct intel_encoder *encoder; intel_is_dual_link_lvds() local 917 struct drm_encoder *encoder; intel_lvds_init() local
|
H A D | i915_drv.c | 549 struct drm_encoder *encoder; intel_suspend_encoders() local
|
H A D | intel_crt.c | 56 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) intel_encoder_to_crt() argument 66 static bool intel_crt_get_hw_state(struct intel_encoder *encoder, intel_crt_get_hw_state() argument 92 static unsigned int intel_crt_get_flags(struct intel_encoder *encoder) intel_crt_get_flags() argument 113 static void intel_crt_get_config(struct intel_encoder *encoder, intel_crt_get_config() argument 129 static void hsw_crt_get_config(struct intel_encoder *encoder, hsw_crt_get_config() argument 141 static void hsw_crt_pre_enable(struct intel_encoder *encoder) hsw_crt_pre_enable() argument 155 static void intel_crt_set_dpms(struct intel_encoder *encoder, int mode) intel_crt_set_dpms() argument 205 static void intel_disable_crt(struct intel_encoder *encoder) intel_disable_crt() argument 211 static void hsw_crt_post_disable(struct intel_encoder *encoder) hsw_crt_post_disable() argument 224 static void intel_enable_crt(struct intel_encoder *encoder) intel_enable_crt() argument 235 struct intel_encoder *encoder = intel_attached_encoder(connector); intel_crt_dpms() local 306 static bool intel_crt_compute_config(struct intel_encoder *encoder, intel_crt_compute_config() argument
|
H A D | intel_dsi.c | 50 struct drm_encoder *encoder = &intel_dsi->base.base; wait_for_dsi_fifo_empty() local 213 struct drm_encoder *encoder = &intel_dsi->base.base; dpi_send_cmd() local 264 static void intel_dsi_hot_plug(struct intel_encoder *encoder) intel_dsi_hot_plug() argument 269 static bool intel_dsi_compute_config(struct intel_encoder *encoder, intel_dsi_compute_config() argument 289 static void intel_dsi_port_enable(struct intel_encoder *encoder) intel_dsi_port_enable() argument 324 static void intel_dsi_port_disable(struct intel_encoder *encoder) intel_dsi_port_disable() argument 340 static void intel_dsi_device_ready(struct intel_encoder *encoder) intel_dsi_device_ready() argument 379 static void intel_dsi_enable(struct intel_encoder *encoder) intel_dsi_enable() argument 406 static void intel_dsi_pre_enable(struct intel_encoder *encoder) intel_dsi_pre_enable() argument 447 static void intel_dsi_enable_nop(struct intel_encoder *encoder) intel_dsi_enable_nop() argument 457 static void intel_dsi_pre_disable(struct intel_encoder *encoder) intel_dsi_pre_disable() argument 472 static void intel_dsi_disable(struct intel_encoder *encoder) intel_dsi_disable() argument 516 static void intel_dsi_clear_device_ready(struct intel_encoder *encoder) intel_dsi_clear_device_ready() argument 559 static void intel_dsi_post_disable(struct intel_encoder *encoder) intel_dsi_post_disable() argument 581 static bool intel_dsi_get_hw_state(struct intel_encoder *encoder, intel_dsi_get_hw_state() argument 623 static void intel_dsi_get_config(struct intel_encoder *encoder, intel_dsi_get_config() argument 689 static void set_dsi_timings(struct drm_encoder *encoder, set_dsi_timings() argument 746 struct drm_encoder *encoder = &intel_encoder->base; intel_dsi_prepare() local 901 static void intel_dsi_pre_pll_enable(struct intel_encoder *encoder) intel_dsi_pre_pll_enable() argument 949 static void intel_dsi_encoder_destroy(struct drm_encoder *encoder) intel_dsi_encoder_destroy() argument 985 struct drm_encoder *encoder; intel_dsi_init() local
|
H A D | intel_hdmi.c | 59 struct intel_hdmi *enc_to_intel_hdmi(struct drm_encoder *encoder) enc_to_intel_hdmi() argument 133 static void g4x_write_infoframe(struct drm_encoder *encoder, g4x_write_infoframe() argument 170 static bool g4x_infoframe_enabled(struct drm_encoder *encoder) g4x_infoframe_enabled() argument 183 static void ibx_write_infoframe(struct drm_encoder *encoder, ibx_write_infoframe() argument 221 static bool ibx_infoframe_enabled(struct drm_encoder *encoder) ibx_infoframe_enabled() argument 232 static void cpt_write_infoframe(struct drm_encoder *encoder, cpt_write_infoframe() argument 273 static bool cpt_infoframe_enabled(struct drm_encoder *encoder) cpt_infoframe_enabled() argument 284 static void vlv_write_infoframe(struct drm_encoder *encoder, vlv_write_infoframe() argument 322 static bool vlv_infoframe_enabled(struct drm_encoder *encoder) vlv_infoframe_enabled() argument 333 static void hsw_write_infoframe(struct drm_encoder *encoder, hsw_write_infoframe() argument 370 static bool hsw_infoframe_enabled(struct drm_encoder *encoder) hsw_infoframe_enabled() argument 399 static void intel_write_infoframe(struct drm_encoder *encoder, intel_write_infoframe() argument 421 static void intel_hdmi_set_avi_infoframe(struct drm_encoder *encoder, intel_hdmi_set_avi_infoframe() argument 451 static void intel_hdmi_set_spd_infoframe(struct drm_encoder *encoder) intel_hdmi_set_spd_infoframe() argument 468 intel_hdmi_set_hdmi_infoframe(struct drm_encoder *encoder, intel_hdmi_set_hdmi_infoframe() argument 482 static void g4x_set_infoframes(struct drm_encoder *encoder, g4x_set_infoframes() argument 536 static void ibx_set_infoframes(struct drm_encoder *encoder, ibx_set_infoframes() argument 584 static void cpt_set_infoframes(struct drm_encoder *encoder, cpt_set_infoframes() argument 621 static void vlv_set_infoframes(struct drm_encoder *encoder, vlv_set_infoframes() argument 669 static void hsw_set_infoframes(struct drm_encoder *encoder, hsw_set_infoframes() argument 698 static void intel_hdmi_prepare(struct intel_encoder *encoder) intel_hdmi_prepare() argument 734 static bool intel_hdmi_get_hw_state(struct intel_encoder *encoder, intel_hdmi_get_hw_state() argument 762 static void intel_hdmi_get_config(struct intel_encoder *encoder, intel_hdmi_get_config() argument 809 static void intel_enable_hdmi(struct intel_encoder *encoder) intel_enable_hdmi() argument 857 static void vlv_enable_hdmi(struct intel_encoder *encoder) vlv_enable_hdmi() argument 861 static void intel_disable_hdmi(struct intel_encoder *encoder) intel_disable_hdmi() argument 958 struct intel_encoder *encoder; hdmi_12bpc_possible() local 989 bool intel_hdmi_compute_config(struct intel_encoder *encoder, intel_hdmi_compute_config() argument 1262 static void intel_hdmi_pre_enable(struct intel_encoder *encoder) intel_hdmi_pre_enable() argument 1276 static void vlv_hdmi_pre_enable(struct intel_encoder *encoder) vlv_hdmi_pre_enable() argument 1325 static void vlv_hdmi_pre_pll_enable(struct intel_encoder *encoder) vlv_hdmi_pre_pll_enable() argument 1358 static void chv_hdmi_pre_pll_enable(struct intel_encoder *encoder) chv_hdmi_pre_pll_enable() argument 1424 static void vlv_hdmi_post_disable(struct intel_encoder *encoder) vlv_hdmi_post_disable() argument 1440 static void chv_hdmi_post_disable(struct intel_encoder *encoder) chv_hdmi_post_disable() argument 1473 static void chv_hdmi_pre_enable(struct intel_encoder *encoder) chv_hdmi_pre_enable() argument
|
H A D | intel_ddi.c | 164 struct drm_encoder *encoder = &intel_encoder->base; intel_ddi_get_encoder_port() local 461 void intel_ddi_init_dp_buf_reg(struct intel_encoder *encoder) intel_ddi_init_dp_buf_reg() argument 772 static void skl_ddi_clock_get(struct intel_encoder *encoder, skl_ddi_clock_get() argument 825 static void hsw_ddi_clock_get(struct intel_encoder *encoder, hsw_ddi_clock_get() argument 881 void intel_ddi_clock_get(struct intel_encoder *encoder, intel_ddi_clock_get() argument 1177 struct drm_encoder *encoder = &intel_encoder->base; skl_ddi_pll_select() local 1286 struct drm_encoder *encoder = &intel_encoder->base; intel_ddi_enable_transcoder_func() local 1443 bool intel_ddi_get_hw_state(struct intel_encoder *encoder, intel_ddi_get_hw_state() argument 1524 struct drm_encoder *encoder = &intel_encoder->base; intel_ddi_pre_enable() local 1594 struct drm_encoder *encoder = &intel_encoder->base; intel_ddi_post_disable() local 1633 struct drm_encoder *encoder = &intel_encoder->base; intel_enable_ddi() local 1671 struct drm_encoder *encoder = &intel_encoder->base; intel_disable_ddi() local 1997 void intel_ddi_prepare_link_retrain(struct drm_encoder *encoder) intel_ddi_prepare_link_retrain() argument 2083 void intel_ddi_get_config(struct intel_encoder *encoder, intel_ddi_get_config() argument 2170 static bool intel_ddi_compute_config(struct intel_encoder *encoder, intel_ddi_compute_config() argument 2232 struct drm_encoder *encoder; intel_ddi_init() local
|
H A D | intel_tv.c | 827 static struct intel_tv *enc_to_tv(struct intel_encoder *encoder) enc_to_tv() argument 838 intel_tv_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe) intel_tv_get_hw_state() argument 853 intel_enable_tv(struct intel_encoder *encoder) intel_enable_tv() argument 866 intel_disable_tv(struct intel_encoder *encoder) intel_disable_tv() argument 911 intel_tv_get_config(struct intel_encoder *encoder, intel_tv_get_config() argument 918 intel_tv_compute_config(struct intel_encoder *encoder, intel_tv_compute_config() argument 1021 static void intel_tv_pre_enable(struct intel_encoder *encoder) intel_tv_pre_enable() argument 1181 struct drm_encoder *encoder = &intel_tv->base.base; intel_tv_detect_type() local
|
H A D | intel_sdvo.c | 206 static struct intel_sdvo *to_sdvo(struct intel_encoder *encoder) to_sdvo() argument 1115 static bool intel_sdvo_compute_config(struct intel_encoder *encoder, intel_sdvo_compute_config() argument 1318 static bool intel_sdvo_get_hw_state(struct intel_encoder *encoder, intel_sdvo_get_hw_state() argument 1341 static void intel_sdvo_get_config(struct intel_encoder *encoder, intel_sdvo_get_config() argument 1428 static void intel_disable_sdvo(struct intel_encoder *encoder) intel_disable_sdvo() argument 1469 static void intel_enable_sdvo(struct intel_encoder *encoder) intel_enable_sdvo() argument 1636 static void intel_sdvo_enable_hotplug(struct intel_encoder *encoder) intel_sdvo_enable_hotplug() argument 2206 static void intel_sdvo_enc_destroy(struct drm_encoder *encoder) intel_sdvo_enc_destroy() argument 2448 struct drm_encoder *encoder = &intel_sdvo->base.base; intel_sdvo_dvi_init() local 2503 struct drm_encoder *encoder = &intel_sdvo->base.base; intel_sdvo_tv_init() local 2546 struct drm_encoder *encoder = &intel_sdvo->base.base; intel_sdvo_analog_init() local 2582 struct drm_encoder *encoder = &intel_sdvo->base.base; intel_sdvo_lvds_init() local 2372 intel_sdvo_connector_init(struct intel_sdvo_connector *connector, struct intel_sdvo *encoder) intel_sdvo_connector_init() argument
|
H A D | i915_debugfs.c | 2313 struct intel_encoder *encoder; i915_sink_crc() local 2521 struct drm_encoder *encoder; intel_encoder_info() local 3001 struct drm_encoder *encoder; i915_dp_mst_info() local 3247 struct intel_encoder *encoder; i9xx_pipe_crc_auto_source() local
|
H A D | intel_dp.c | 295 struct intel_encoder *encoder = &intel_dig_port->base; pps_lock() local 313 struct intel_encoder *encoder = &intel_dig_port->base; pps_unlock() local 390 struct intel_encoder *encoder; vlv_power_sequencer_pipe() local 532 struct intel_encoder *encoder; vlv_power_sequencer_reset() local 1187 intel_dp_set_clock(struct intel_encoder *encoder, intel_dp_set_clock() argument 1327 intel_dp_compute_config(struct intel_encoder *encoder, intel_dp_compute_config() argument 1516 static void intel_dp_prepare(struct intel_encoder *encoder) intel_dp_prepare() argument 2152 static bool intel_dp_get_hw_state(struct intel_encoder *encoder, intel_dp_get_hw_state() argument 2211 static void intel_dp_get_config(struct intel_encoder *encoder, intel_dp_get_config() argument 2295 static void intel_disable_dp(struct intel_encoder *encoder) intel_disable_dp() argument 2319 static void ilk_post_disable_dp(struct intel_encoder *encoder) ilk_post_disable_dp() argument 2329 static void vlv_post_disable_dp(struct intel_encoder *encoder) vlv_post_disable_dp() argument 2336 static void chv_post_disable_dp(struct intel_encoder *encoder) chv_post_disable_dp() argument 2479 static void intel_enable_dp(struct intel_encoder *encoder) intel_enable_dp() argument 2518 static void g4x_enable_dp(struct intel_encoder *encoder) g4x_enable_dp() argument 2526 static void vlv_enable_dp(struct intel_encoder *encoder) vlv_enable_dp() argument 2534 static void g4x_pre_enable_dp(struct intel_encoder *encoder) g4x_pre_enable_dp() argument 2578 struct intel_encoder *encoder; vlv_steal_power_sequencer() local 2614 struct intel_encoder *encoder = &intel_dig_port->base; vlv_init_panel_power_sequencer() local 2652 static void vlv_pre_enable_dp(struct intel_encoder *encoder) vlv_pre_enable_dp() argument 2681 static void vlv_dp_pre_pll_enable(struct intel_encoder *encoder) vlv_dp_pre_pll_enable() argument 2711 static void chv_pre_enable_dp(struct intel_encoder *encoder) chv_pre_enable_dp() argument 2768 static void chv_dp_pre_pll_enable(struct intel_encoder *encoder) chv_dp_pre_pll_enable() argument 3541 struct drm_encoder *encoder = &dp_to_dig_port(intel_dp)->base.base; intel_dp_start_link_train() local 4280 struct intel_encoder *encoder = &dp_to_dig_port(dp)->base; intel_dp_power_get() local 4293 struct intel_encoder *encoder = &dp_to_dig_port(dp)->base; intel_dp_power_put() local 4526 void intel_dp_encoder_destroy(struct drm_encoder *encoder) intel_dp_encoder_destroy() argument 4594 void intel_dp_encoder_reset(struct drm_encoder *encoder) intel_dp_encoder_reset() argument 4987 struct intel_encoder *encoder; intel_dp_set_drrs_state() local 5600 struct drm_encoder *encoder; intel_dp_init() local
|
H A D | intel_drv.h | 196 struct intel_encoder *encoder; member in struct:intel_connector 773 enc_to_dig_port(struct drm_encoder *encoder) enc_to_dig_port() argument 779 enc_to_mst(struct drm_encoder *encoder) enc_to_mst() argument 784 static inline struct intel_dp *enc_to_intel_dp(struct drm_encoder *encoder) enc_to_intel_dp() argument
|
H A D | intel_display.c | 419 struct intel_encoder *encoder; intel_pipe_has_type() local 439 struct intel_encoder *encoder; intel_pipe_will_have_type() local 4516 struct intel_encoder *encoder; ironlake_crtc_enable() local 4624 struct intel_encoder *encoder; haswell_crtc_enable() local 4741 struct intel_encoder *encoder; ironlake_crtc_disable() local 4806 struct intel_encoder *encoder; haswell_crtc_disable() local 5268 struct intel_encoder *encoder; valleyview_crtc_enable() local 5352 struct intel_encoder *encoder; i9xx_crtc_enable() local 5429 struct intel_encoder *encoder; i9xx_crtc_disable() local 5574 void intel_encoder_destroy(struct drm_encoder *encoder) intel_encoder_destroy() argument 5585 static void intel_encoder_dpms(struct intel_encoder *encoder, int mode) intel_encoder_dpms() argument 5603 struct intel_encoder *encoder = connector->encoder; intel_connector_check_state() local 5691 struct intel_encoder *encoder = connector->encoder; intel_connector_get_hw_state() local 6790 struct intel_encoder *encoder; i9xx_crtc_compute_clock() local 7131 struct intel_encoder *encoder; ironlake_init_pch_refclk() local 7449 struct intel_encoder *encoder; lpt_init_pch_refclk() local 7485 struct intel_encoder *encoder; ironlake_get_refclk() local 7748 struct intel_encoder *encoder; ironlake_compute_dpll() local 8988 struct drm_encoder *encoder = &intel_encoder->base; intel_get_load_detect_pipe() local 9152 struct drm_encoder *encoder = &intel_encoder->base; intel_release_load_detect_pipe() local 10301 struct intel_encoder *encoder; intel_modeset_update_staged_output_state() local 10353 struct intel_encoder *encoder; intel_modeset_commit_output_state() local 10566 struct intel_encoder *encoder; check_encoder_cloning() local 10590 struct intel_encoder *encoder = connector->new_encoder; for_each_intel_connector() local 10638 struct intel_encoder *encoder; intel_modeset_pipe_config() local 10774 struct intel_encoder *encoder; intel_modeset_affected_pipes() local 10856 struct drm_encoder *encoder; intel_crtc_in_use() local 11200 struct intel_encoder *encoder; check_encoder_state() local 11259 struct intel_encoder *encoder; check_crtc_state() local 11695 struct intel_encoder *encoder; intel_crtc_restore_mode() local 11758 struct drm_encoder *encoder; intel_set_config_save_state() local 11806 struct intel_encoder *encoder; intel_set_config_restore_state() local 11912 struct intel_encoder *encoder; intel_modeset_stage_output_state() local 12056 struct intel_encoder *encoder; disable_crtc_nofb() local 12961 struct drm_encoder *encoder = connector->base.encoder; intel_get_pipe_from_connector() local 12992 static int intel_encoder_clones(struct intel_encoder *encoder) intel_encoder_clones() argument 13047 struct intel_encoder *encoder; intel_setup_outputs() local 14002 struct intel_encoder *encoder; local 14047 static void intel_sanitize_encoder(struct intel_encoder *encoder) intel_sanitize_encoder() argument 14135 struct intel_encoder *encoder; intel_modeset_readout_hw_state() local 14220 struct intel_encoder *encoder; intel_modeset_setup_hw_state() local 10546 check_single_encoder_cloning(struct intel_crtc *crtc, struct intel_encoder *encoder) check_single_encoder_cloning() argument 14399 intel_connector_attach_encoder(struct intel_connector *connector, struct intel_encoder *encoder) intel_connector_attach_encoder() argument
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | dw_hdmi-imx.c | 27 struct drm_encoder encoder; member in struct:imx_hdmi 97 static void dw_hdmi_imx_encoder_disable(struct drm_encoder *encoder) dw_hdmi_imx_encoder_disable() argument 101 static bool dw_hdmi_imx_encoder_mode_fixup(struct drm_encoder *encoder, dw_hdmi_imx_encoder_mode_fixup() argument 108 static void dw_hdmi_imx_encoder_mode_set(struct drm_encoder *encoder, dw_hdmi_imx_encoder_mode_set() argument 114 static void dw_hdmi_imx_encoder_commit(struct drm_encoder *encoder) dw_hdmi_imx_encoder_commit() argument 124 static void dw_hdmi_imx_encoder_prepare(struct drm_encoder *encoder) dw_hdmi_imx_encoder_prepare() argument 197 struct drm_encoder *encoder; dw_hdmi_imx_bind() local
|
H A D | parallel-display.c | 32 struct drm_encoder encoder; member in struct:imx_parallel_display 100 static void imx_pd_encoder_dpms(struct drm_encoder *encoder, int mode) imx_pd_encoder_dpms() argument 110 static bool imx_pd_encoder_mode_fixup(struct drm_encoder *encoder, imx_pd_encoder_mode_fixup() argument 117 static void imx_pd_encoder_prepare(struct drm_encoder *encoder) imx_pd_encoder_prepare() argument 124 static void imx_pd_encoder_commit(struct drm_encoder *encoder) imx_pd_encoder_commit() argument 132 static void imx_pd_encoder_mode_set(struct drm_encoder *encoder, imx_pd_encoder_mode_set() argument 138 static void imx_pd_encoder_disable(struct drm_encoder *encoder) imx_pd_encoder_disable() argument
|
H A D | imx-drm-core.c | 106 int imx_drm_set_bus_format_pins(struct drm_encoder *encoder, u32 bus_format, imx_drm_set_bus_format_pins() argument 124 int imx_drm_set_bus_format(struct drm_encoder *encoder, u32 bus_format) imx_drm_set_bus_format() argument 210 void imx_drm_encoder_destroy(struct drm_encoder *encoder) imx_drm_encoder_destroy() argument 411 imx_drm_encoder_parse_of(struct drm_device *drm, struct drm_encoder *encoder, struct device_node *np) imx_drm_encoder_parse_of() argument 438 imx_drm_encoder_get_mux_id(struct device_node *node, struct drm_encoder *encoder) imx_drm_encoder_get_mux_id() argument
|
H A D | ipuv3-crtc.c | 144 struct drm_encoder *encoder; ipu_crtc_mode_set() local
|
H A D | imx-ldb.c | 58 struct drm_encoder encoder; member in struct:imx_ldb_channel 138 static void imx_ldb_encoder_dpms(struct drm_encoder *encoder, int mode) imx_ldb_encoder_dpms() argument 142 static bool imx_ldb_encoder_mode_fixup(struct drm_encoder *encoder, imx_ldb_encoder_mode_fixup() argument 177 static void imx_ldb_encoder_prepare(struct drm_encoder *encoder) imx_ldb_encoder_prepare() argument 213 static void imx_ldb_encoder_commit(struct drm_encoder *encoder) imx_ldb_encoder_commit() argument 259 static void imx_ldb_encoder_mode_set(struct drm_encoder *encoder, imx_ldb_encoder_mode_set() argument 304 static void imx_ldb_encoder_disable(struct drm_encoder *encoder) imx_ldb_encoder_disable() argument
|
H A D | imx-tve.c | 110 struct drm_encoder encoder; member in struct:imx_tve 278 static void imx_tve_encoder_dpms(struct drm_encoder *encoder, int mode) imx_tve_encoder_dpms() argument 289 static bool imx_tve_encoder_mode_fixup(struct drm_encoder *encoder, imx_tve_encoder_mode_fixup() argument 296 static void imx_tve_encoder_prepare(struct drm_encoder *encoder) imx_tve_encoder_prepare() argument 313 static void imx_tve_encoder_mode_set(struct drm_encoder *encoder, imx_tve_encoder_mode_set() argument 349 static void imx_tve_encoder_commit(struct drm_encoder *encoder) imx_tve_encoder_commit() argument 356 static void imx_tve_encoder_disable(struct drm_encoder *encoder) imx_tve_encoder_disable() argument
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi.c | 217 hdmi_modeset_init(struct hdmi *hdmi, struct drm_device *dev, struct drm_encoder *encoder) hdmi_modeset_init() argument
|
H A D | hdmi.h | 66 struct drm_encoder *encoder; member in struct:hdmi
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_cmd_encoder.c | 27 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) get_kms() argument 96 static int pingpong_tearcheck_setup(struct drm_encoder *encoder, pingpong_tearcheck_setup() argument 143 static int pingpong_tearcheck_enable(struct drm_encoder *encoder) pingpong_tearcheck_enable() argument 168 static void pingpong_tearcheck_disable(struct drm_encoder *encoder) pingpong_tearcheck_disable() argument 177 static void mdp5_cmd_encoder_destroy(struct drm_encoder *encoder) mdp5_cmd_encoder_destroy() argument 189 static bool mdp5_cmd_encoder_mode_fixup(struct drm_encoder *encoder, mdp5_cmd_encoder_mode_fixup() argument 196 static void mdp5_cmd_encoder_mode_set(struct drm_encoder *encoder, mdp5_cmd_encoder_mode_set() argument 216 static void mdp5_cmd_encoder_disable(struct drm_encoder *encoder) mdp5_cmd_encoder_disable() argument 239 static void mdp5_cmd_encoder_enable(struct drm_encoder *encoder) mdp5_cmd_encoder_enable() argument 266 int mdp5_cmd_encoder_set_split_display(struct drm_encoder *encoder, mdp5_cmd_encoder_set_split_display() argument 309 struct drm_encoder *encoder = NULL; mdp5_cmd_encoder_init() local
|
H A D | mdp5_encoder.c | 33 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) get_kms() argument 101 static void mdp5_encoder_destroy(struct drm_encoder *encoder) mdp5_encoder_destroy() argument 113 static bool mdp5_encoder_mode_fixup(struct drm_encoder *encoder, mdp5_encoder_mode_fixup() argument 120 static void mdp5_encoder_mode_set(struct drm_encoder *encoder, mdp5_encoder_mode_set() argument 224 static void mdp5_encoder_disable(struct drm_encoder *encoder) mdp5_encoder_disable() argument 259 static void mdp5_encoder_enable(struct drm_encoder *encoder) mdp5_encoder_enable() argument 289 int mdp5_encoder_set_split_display(struct drm_encoder *encoder, mdp5_encoder_set_split_display() argument 330 struct drm_encoder *encoder = NULL; mdp5_encoder_init() local
|
H A D | mdp5_kms.c | 183 struct drm_encoder *encoder; construct_encoder() local 232 struct drm_encoder *encoder; modeset_init_intf() local 83 mdp5_round_pixclk(struct msm_kms *kms, unsigned long rate, struct drm_encoder *encoder) mdp5_round_pixclk() argument 89 mdp5_set_split_display(struct msm_kms *kms, struct drm_encoder *encoder, struct drm_encoder *slave_encoder, bool is_cmd_mode) mdp5_set_split_display() argument
|
H A D | mdp5_kms.h | 259 mdp5_cmd_encoder_set_split_display( struct drm_encoder *encoder, struct drm_encoder *slave_encoder) mdp5_cmd_encoder_set_split_display() argument
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 30 struct drm_encoder encoder; member in struct:rockchip_hdmi 180 static void dw_hdmi_rockchip_encoder_disable(struct drm_encoder *encoder) dw_hdmi_rockchip_encoder_disable() argument 185 dw_hdmi_rockchip_encoder_mode_fixup(struct drm_encoder *encoder, dw_hdmi_rockchip_encoder_mode_fixup() argument 192 static void dw_hdmi_rockchip_encoder_mode_set(struct drm_encoder *encoder, dw_hdmi_rockchip_encoder_mode_set() argument 198 static void dw_hdmi_rockchip_encoder_commit(struct drm_encoder *encoder) dw_hdmi_rockchip_encoder_commit() argument 215 static void dw_hdmi_rockchip_encoder_prepare(struct drm_encoder *encoder) dw_hdmi_rockchip_encoder_prepare() argument 252 struct drm_encoder *encoder; dw_hdmi_rockchip_bind() local
|
H A D | rockchip_drm_drv.c | 385 rockchip_drm_encoder_get_mux_id(struct device_node *node, struct drm_encoder *encoder) rockchip_drm_encoder_get_mux_id() argument
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_panel.c | 49 static void panel_encoder_destroy(struct drm_encoder *encoder) panel_encoder_destroy() argument 56 static void panel_encoder_dpms(struct drm_encoder *encoder, int mode) panel_encoder_dpms() argument 73 static bool panel_encoder_mode_fixup(struct drm_encoder *encoder, panel_encoder_mode_fixup() argument 81 static void panel_encoder_prepare(struct drm_encoder *encoder) panel_encoder_prepare() argument 88 static void panel_encoder_commit(struct drm_encoder *encoder) panel_encoder_commit() argument 93 static void panel_encoder_mode_set(struct drm_encoder *encoder, panel_encoder_mode_set() argument 116 struct drm_encoder *encoder; panel_encoder_create() local 151 struct drm_encoder *encoder; /* our connected encoder */ member in struct:panel_connector 274 struct drm_encoder *encoder; panel_modeset_init() local 228 panel_connector_create(struct drm_device *dev, struct panel_module *mod, struct drm_encoder *encoder) panel_connector_create() argument
|
H A D | tilcdc_slave.c | 60 static void slave_encoder_destroy(struct drm_encoder *encoder) slave_encoder_destroy() argument 69 static void slave_encoder_prepare(struct drm_encoder *encoder) slave_encoder_prepare() argument 75 static bool slave_encoder_fixup(struct drm_encoder *encoder, slave_encoder_fixup() argument 122 struct drm_encoder *encoder; slave_encoder_create() local 161 struct drm_encoder *encoder; /* our connected encoder */ member in struct:slave_connector 178 struct drm_encoder *encoder = to_slave_connector(connector)->encoder; slave_connector_detect() local 184 struct drm_encoder *encoder = to_slave_connector(connector)->encoder; slave_connector_get_modes() local 191 struct drm_encoder *encoder = to_slave_connector(connector)->encoder; slave_connector_mode_valid() local 212 struct drm_encoder *encoder = to_slave_connector(connector)->encoder; slave_connector_set_property() local 282 struct drm_encoder *encoder; slave_modeset_init() local 231 slave_connector_create(struct drm_device *dev, struct slave_module *mod, struct drm_encoder *encoder) slave_connector_create() argument
|
H A D | tilcdc_tfp410.c | 58 static void tfp410_encoder_destroy(struct drm_encoder *encoder) tfp410_encoder_destroy() argument 65 static void tfp410_encoder_dpms(struct drm_encoder *encoder, int mode) tfp410_encoder_dpms() argument 83 static bool tfp410_encoder_mode_fixup(struct drm_encoder *encoder, tfp410_encoder_mode_fixup() argument 91 static void tfp410_encoder_prepare(struct drm_encoder *encoder) tfp410_encoder_prepare() argument 97 static void tfp410_encoder_commit(struct drm_encoder *encoder) tfp410_encoder_commit() argument 102 static void tfp410_encoder_mode_set(struct drm_encoder *encoder, tfp410_encoder_mode_set() argument 125 struct drm_encoder *encoder; tfp410_encoder_create() local 161 struct drm_encoder *encoder; /* our connected encoder */ member in struct:tfp410_connector 282 struct drm_encoder *encoder; tfp410_modeset_init() local 233 tfp410_connector_create(struct drm_device *dev, struct tfp410_module *mod, struct drm_encoder *encoder) tfp410_connector_create() argument
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
H A D | cirrus_mode.c | 434 static bool cirrus_encoder_mode_fixup(struct drm_encoder *encoder, cirrus_encoder_mode_fixup() argument 441 static void cirrus_encoder_mode_set(struct drm_encoder *encoder, cirrus_encoder_mode_set() argument 447 static void cirrus_encoder_dpms(struct drm_encoder *encoder, int state) cirrus_encoder_dpms() argument 452 static void cirrus_encoder_prepare(struct drm_encoder *encoder) cirrus_encoder_prepare() argument 456 static void cirrus_encoder_commit(struct drm_encoder *encoder) cirrus_encoder_commit() argument 460 static void cirrus_encoder_destroy(struct drm_encoder *encoder) cirrus_encoder_destroy() argument 481 struct drm_encoder *encoder; cirrus_encoder_init() local 571 struct drm_encoder *encoder; cirrus_modeset_init() local
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_manager.c | 123 struct drm_encoder *encoder = msm_dsi_get_encoder( dsi_mgr_connector_detect() local 251 struct drm_encoder *encoder = msm_dsi_get_encoder(msm_dsi); dsi_mgr_connector_mode_valid() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 86 nouveau_encoder_connector_get(struct nouveau_encoder *encoder) nouveau_encoder_connector_get() argument 120 struct drm_encoder *encoder; nouveau_connector_ddc_detect() local 311 struct drm_encoder *encoder = to_drm_encoder(nv_encoder); nouveau_connector_detect() local 446 struct drm_encoder *encoder = to_drm_encoder(nv_encoder); nouveau_connector_set_property() local 750 struct drm_encoder *encoder = to_drm_encoder(nv_encoder); nouveau_connector_get_modes() local 835 struct drm_encoder *encoder = to_drm_encoder(nv_encoder); nouveau_connector_mode_valid() local
|
H A D | nv50_display.c | 404 nv50_display_crtc_get(struct drm_encoder *encoder) nv50_display_crtc_get() argument 1488 nv50_encoder_mode_fixup(struct drm_encoder *encoder, nv50_encoder_mode_fixup() argument 1523 nv50_dac_dpms(struct drm_encoder *encoder, int mode) nv50_dac_dpms() argument 1547 nv50_dac_commit(struct drm_encoder *encoder) nv50_dac_commit() argument 1552 nv50_dac_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, nv50_dac_mode_set() argument 1601 nv50_dac_disconnect(struct drm_encoder *encoder) nv50_dac_disconnect() argument 1628 nv50_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) nv50_dac_detect() argument 1655 nv50_dac_destroy(struct drm_encoder *encoder) nv50_dac_destroy() argument 1682 struct drm_encoder *encoder; nv50_dac_create() local 1706 nv50_audio_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode) nv50_audio_mode_set() argument 1738 nv50_audio_disconnect(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc) nv50_audio_disconnect() argument 1760 nv50_hdmi_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode) nv50_hdmi_mode_set() argument 1794 nv50_hdmi_disconnect(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc) nv50_hdmi_disconnect() argument 1816 nv50_sor_dpms(struct drm_encoder *encoder, int mode) nv50_sor_dpms() argument 1886 nv50_sor_disconnect(struct drm_encoder *encoder) nv50_sor_disconnect() argument 1903 nv50_sor_commit(struct drm_encoder *encoder) nv50_sor_commit() argument 1908 nv50_sor_mode_set(struct drm_encoder *encoder, struct drm_display_mode *umode, nv50_sor_mode_set() argument 2041 nv50_sor_destroy(struct drm_encoder *encoder) nv50_sor_destroy() argument 2067 struct drm_encoder *encoder; nv50_sor_create() local 2102 nv50_pior_dpms(struct drm_encoder *encoder, int mode) nv50_pior_dpms() argument 2122 nv50_pior_mode_fixup(struct drm_encoder *encoder, nv50_pior_mode_fixup() argument 2133 nv50_pior_commit(struct drm_encoder *encoder) nv50_pior_commit() argument 2138 nv50_pior_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, nv50_pior_mode_set() argument 2188 nv50_pior_disconnect(struct drm_encoder *encoder) nv50_pior_disconnect() argument 2212 nv50_pior_destroy(struct drm_encoder *encoder) nv50_pior_destroy() argument 2239 struct drm_encoder *encoder; nv50_pior_create() local
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 94 struct drm_encoder *encoder; member in struct:sti_dvo 100 struct drm_encoder *encoder; member in struct:sti_dvo_connector 379 struct drm_encoder *encoder; sti_dvo_find_encoder() local 393 struct drm_encoder *encoder; sti_dvo_bind() local
|
H A D | sti_hda.c | 257 struct drm_encoder *encoder; member in struct:sti_hda_connector 626 struct drm_encoder *encoder; sti_hda_find_encoder() local 640 struct drm_encoder *encoder; sti_hda_bind() local
|
H A D | sti_hdmi.c | 118 struct drm_encoder *encoder; member in struct:sti_hdmi_connector 678 struct drm_encoder *encoder; sti_hdmi_find_encoder() local 692 struct drm_encoder *encoder; sti_hdmi_bind() local
|
H A D | sti_tvout.c | 126 struct drm_encoder encoder; member in struct:sti_tvout_encoder 439 static void sti_tvout_encoder_dpms(struct drm_encoder *encoder, int mode) sti_tvout_encoder_dpms() argument 443 static bool sti_tvout_encoder_mode_fixup(struct drm_encoder *encoder, sti_tvout_encoder_mode_fixup() argument 450 static void sti_tvout_encoder_mode_set(struct drm_encoder *encoder, sti_tvout_encoder_mode_set() argument 456 static void sti_tvout_encoder_prepare(struct drm_encoder *encoder) sti_tvout_encoder_prepare() argument 460 static void sti_tvout_encoder_destroy(struct drm_encoder *encoder) sti_tvout_encoder_destroy() argument 472 static void sti_dvo_encoder_commit(struct drm_encoder *encoder) sti_dvo_encoder_commit() argument 479 static void sti_dvo_encoder_disable(struct drm_encoder *encoder) sti_dvo_encoder_disable() argument 500 struct sti_tvout_encoder *encoder; sti_tvout_create_dvo_encoder() local 522 static void sti_hda_encoder_commit(struct drm_encoder *encoder) sti_hda_encoder_commit() argument 529 static void sti_hda_encoder_disable(struct drm_encoder *encoder) sti_hda_encoder_disable() argument 552 struct sti_tvout_encoder *encoder; sti_tvout_create_hda_encoder() local 574 static void sti_hdmi_encoder_commit(struct drm_encoder *encoder) sti_hdmi_encoder_commit() argument 581 static void sti_hdmi_encoder_disable(struct drm_encoder *encoder) sti_hdmi_encoder_disable() argument 601 struct sti_tvout_encoder *encoder; sti_tvout_create_hdmi_encoder() local
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 685 static void ast_encoder_destroy(struct drm_encoder *encoder) ast_encoder_destroy() argument 706 static void ast_encoder_dpms(struct drm_encoder *encoder, int mode) ast_encoder_dpms() argument 711 static bool ast_mode_fixup(struct drm_encoder *encoder, ast_mode_fixup() argument 718 static void ast_encoder_mode_set(struct drm_encoder *encoder, ast_encoder_mode_set() argument 724 static void ast_encoder_prepare(struct drm_encoder *encoder) ast_encoder_prepare() argument 729 static void ast_encoder_commit(struct drm_encoder *encoder) ast_encoder_commit() argument 877 struct drm_encoder *encoder; ast_connector_init() local
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 1375 static bool mga_encoder_mode_fixup(struct drm_encoder *encoder, mga_encoder_mode_fixup() argument 1382 static void mga_encoder_mode_set(struct drm_encoder *encoder, mga_encoder_mode_set() argument 1389 static void mga_encoder_dpms(struct drm_encoder *encoder, int state) mga_encoder_dpms() argument 1394 static void mga_encoder_prepare(struct drm_encoder *encoder) mga_encoder_prepare() argument 1398 static void mga_encoder_commit(struct drm_encoder *encoder) mga_encoder_commit() argument 1402 static void mga_encoder_destroy(struct drm_encoder *encoder) mga_encoder_destroy() argument 1423 struct drm_encoder *encoder; mga_encoder_init() local 1621 struct drm_encoder *encoder; mgag200_modeset_init() local
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 729 static void qxl_enc_dpms(struct drm_encoder *encoder, int mode) qxl_enc_dpms() argument 734 static bool qxl_enc_mode_fixup(struct drm_encoder *encoder, qxl_enc_mode_fixup() argument 742 static void qxl_enc_prepare(struct drm_encoder *encoder) qxl_enc_prepare() argument 797 static void qxl_enc_commit(struct drm_encoder *encoder) qxl_enc_commit() argument 805 static void qxl_enc_mode_set(struct drm_encoder *encoder, qxl_enc_mode_set() argument 940 static void qxl_enc_destroy(struct drm_encoder *encoder) qxl_enc_destroy() argument 966 struct drm_encoder *encoder; qdev_output_init() local 747 qxl_write_monitors_config_for_encoder(struct qxl_device *qdev, struct drm_encoder *encoder) qxl_write_monitors_config_for_encoder() argument
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zoran.h | 278 struct v4l2_subdev *encoder; /* video encoder sub-device */ member in struct:zoran
|
/linux-4.1.27/drivers/gpu/drm/bridge/ |
H A D | dw_hdmi.c | 107 struct drm_encoder *encoder; member in struct:dw_hdmi 1517 struct drm_encoder *encoder = hdmi->encoder; dw_hdmi_register() local 1551 dw_hdmi_bind(struct device *dev, struct device *master, void *data, struct drm_encoder *encoder, struct resource *iores, int irq, const struct dw_hdmi_plat_data *plat_data) dw_hdmi_bind() argument
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4xdr.c | 4316 nfsd4_enc encoder; nfsd4_encode_operation() local
|