Searched refs:is_edp (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h38 * @is_edp: set for eDP connectors / panels
48 bool is_edp);
57 bool is_edp)
53 dp_debug_get(struct device *dev, struct dp_panel *panel, struct dp_link *link, struct drm_connector *connector, struct dentry *root, bool is_edp) argument
H A Ddp_display.h26 bool is_edp; member in struct:msm_dp
45 void dp_display_debugfs_init(struct msm_dp *dp_display, struct dentry *dentry, bool is_edp);
H A Ddp_aux.h22 bool is_edp);
H A Ddp_debug.c202 static void dp_debug_init(struct dp_debug *dp_debug, struct dentry *root, bool is_edp) argument
210 if (!is_edp) {
228 struct dentry *root, bool is_edp)
255 dp_debug_init(dp_debug, root, is_edp);
225 dp_debug_get(struct device *dev, struct dp_panel *panel, struct dp_link *link, struct drm_connector *connector, struct dentry *root, bool is_edp) argument
H A Ddp_drm.c305 bridge->funcs = dp_display->is_edp ? &edp_bridge_ops : &dp_bridge_ops;
319 if (!dp_display->is_edp) {
365 if (!dp_display->is_edp)
H A Ddp_aux.c40 bool is_edp; member in struct:dp_aux_private
315 if (aux->is_edp) {
524 bool is_edp)
539 aux->is_edp = is_edp;
522 dp_aux_get(struct device *dev, struct dp_catalog *catalog, struct phy *phy, bool is_edp) argument
H A Ddp_display.c354 if (!dp->dp_display.is_edp)
381 if (!dp->dp_display.is_edp)
741 dp->dp_display.is_edp);
1230 if (dp->is_edp || ret != -ENODEV)
1270 dp->dp_display.is_edp =
1299 if (dp->dp_display.is_edp) {
1333 if (dp->dp_display.is_edp) {
1355 if (dp->dp_display.is_edp) {
1427 void dp_display_debugfs_init(struct msm_dp *dp_display, struct dentry *root, bool is_edp) argument
1438 root, is_edp);
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c304 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
310 static bool is_edp(struct gma_encoder *encoder) function
516 if (is_edp(encoder) && intel_dp->panel_fixed_mode) {
525 if (!is_edp(encoder) &&
530 if (is_edp(encoder)) {
590 if (is_edp(encoder))
863 if (is_edp(encoder))
866 if (is_edp(encoder))
904 if (is_edp(intel_encoder) && intel_dp->panel_fixed_mode) {
926 if (is_edp(intel_encode
[all...]
H A Dcdv_intel_display.c592 bool is_edp = false; local
615 is_edp = true;
633 if (is_dp || is_edp) {
667 if (is_dp || is_edp) {
687 if (is_edp) {
/linux-master/include/drm/display/
H A Ddrm_dp_helper.h170 bool is_edp);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2396 * @is_edp: true if its eDP, false for DP
2409 bool is_edp)
2413 if (is_edp) {
2408 drm_dp_dsc_sink_max_slice_count(const u8 dsc_dpcd[DP_DSC_RECEIVER_CAP_SIZE], bool is_edp) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c2616 bool is_dvi, is_hdmi, is_dp, is_edp, is_dsi, is_crt, supports_typec_usb, supports_tbt; local
2628 is_edp = intel_bios_encoder_supports_edp(devdata);
2636 port_name(port), is_crt, is_dvi, is_hdmi, is_dp, is_edp, is_dsi,

Completed in 177 milliseconds