Searched refs:display (Results 76 - 100 of 330) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/bridge/
H A Dparade-ps8640.c16 #include <drm/display/drm_dp_aux_bus.h>
17 #include <drm/display/drm_dp_helper.h>
455 * intended for factory programming of the display module default
456 * parameters. Once the display module is configured, the MCS shall be
458 * ignored by the display interface.
H A Dtc358767.c32 #include <drm/display/drm_dp_helper.h>
1135 dev_dbg(dev, "Trying to set display to ASSR: %d\n",
1137 /* try to set ASSR on display side */
1148 dev_dbg(dev, "Failed to switch display ASSR to %d, falling back to unscrambled mode\n",
1553 dev_err(tc->dev, "failed to read display props: %d\n", ret);
1671 dev_err(tc->dev, "failed to read display props: %d\n", ret);
H A Dtc358775.c23 #include <drm/display/drm_dp_helper.h>
H A Dti-sn65dsi86.c26 #include <drm/display/drm_dp_aux_bus.h>
27 #include <drm/display/drm_dp_helper.h>
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c29 #include <drm/display/drm_hdmi_helper.h>
30 #include <drm/display/drm_scdc_helper.h>
1368 const struct drm_display_info *display)
1379 if (!display->hdmi.scdc.supported ||
1380 !display->hdmi.scdc.scrambling.supported)
1384 * Disable if display only support low TMDS rates and scrambling
1387 if (!display->hdmi.scdc.scrambling.low_rates &&
1388 display->max_tmds_clock <= 340000)
1408 const struct drm_display_info *display)
1413 if (dw_hdmi_support_scdc(hdmi, display)) {
1367 dw_hdmi_support_scdc(struct dw_hdmi *hdmi, const struct drm_display_info *display) argument
1407 dw_hdmi_set_high_tmds_clock_ratio(struct dw_hdmi *hdmi, const struct drm_display_info *display) argument
1624 hdmi_phy_configure(struct dw_hdmi *hdmi, const struct drm_display_info *display) argument
1665 dw_hdmi_phy_init(struct dw_hdmi *hdmi, void *data, const struct drm_display_info *display, const struct drm_display_mode *mode) argument
1981 hdmi_av_composer(struct dw_hdmi *hdmi, const struct drm_display_info *display, const struct drm_display_mode *mode) argument
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c22 #include <drm/display/drm_dp_aux_bus.h>
23 #include <drm/display/drm_dp_helper.h>
H A Ddrm_dp_aux_dev.c38 #include <drm/display/drm_dp_helper.h>
39 #include <drm/display/drm_dp_mst_helper.h>
H A Ddrm_dp_cec.c14 #include <drm/display/drm_dp_helper.h>
H A Ddrm_dp_dual_mode_helper.c30 #include <drm/display/drm_dp_dual_mode_helper.h>
H A Ddrm_dp_helper.c35 #include <drm/display/drm_dp_helper.h>
36 #include <drm/display/drm_dp_mst_helper.h>
3642 drm_err(aux->drm_dev, "%s: Failed to read eDP display control register: %d\n",
3653 drm_err(aux->drm_dev, "%s: Failed to write eDP display control register: %d\n",
3890 * drm_edp_backlight_init() - Probe a display panel's TCON using the standard VESA eDP backlight
H A Ddrm_dp_mst_topology.c41 #include <drm/display/drm_dp_mst_helper.h>
1002 * is correct. However I noticed while testing with an HDCP 1.4 display
6009 * @port: The port to check. A leaf of the MST tree with an attached display.
H A Ddrm_dp_mst_topology_internal.h13 #include <drm/display/drm_dp_mst_helper.h>
H A Ddrm_dp_tunnel.c13 #include <drm/display/drm_dp.h>
14 #include <drm/display/drm_dp_helper.h>
15 #include <drm/display/drm_dp_tunnel.h>
H A Ddrm_dsc_helper.c15 #include <drm/display/drm_dp_helper.h>
16 #include <drm/display/drm_dsc_helper.h>
25 * display interfaces can support high resolutions at higher frames rates uisng
30 * MIPI display interfaces.
H A Ddrm_hdcp_helper.c16 #include <drm/display/drm_hdcp_helper.h>
268 * revoked state of the KSVs in the list passed in by display drivers are
400 * This function can be used by display drivers, to update the kernel triggered
H A Ddrm_hdmi_helper.c5 #include <drm/display/drm_hdmi_helper.h>
171 * @conn_state: DRM display connector state
H A Ddrm_scdc_helper.c28 #include <drm/display/drm_scdc_helper.h>
41 * Note: The SCDC status is going to be lost when the display is
43 * the cable, but also when a display is switched on (such as waking up
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c35 #include <drm/display/drm_dsc.h>
916 * mipi_dsi_dcs_soft_reset() - perform a software reset of the display module
934 * mipi_dsi_dcs_get_power_mode() - query the display module's current power
985 * display module except interface communication
1003 * mipi_dsi_dcs_exit_sleep_mode() - enable all blocks inside the display
1023 * display device
1042 * display device
1108 * mipi_dsi_dcs_set_tear_off() - turn off the display module's Tearing Effect
1127 * mipi_dsi_dcs_set_tear_on() - turn on the display module's Tearing Effect
1172 * the Tearing Effect output signal of the display modul
[all...]
H A Ddrm_modes.c65 * drm_mode_create - create a new display mode
524 * drm_analog_tv_mode - create a display mode for an analog TV
617 * The display mode object is allocated with drm_mode_create(). Returns NULL
842 * The display mode object is allocated with drm_mode_create(). Returns NULL
1047 * The display mode object is allocated with drm_mode_create(). Returns NULL
1066 * Fills out @dmode using the display mode specified in @vm.
1107 * Fills out @vm using the display mode specified in @dmode.
1179 * @index: index into the list of display timings in devicetree
1203 pr_debug("%pOF: got %dx%d display mode\n",
1218 * are read and set on the display mod
2709 drm_mode_is_420_only(const struct drm_display_info *display, const struct drm_display_mode *mode) argument
2729 drm_mode_is_420_also(const struct drm_display_info *display, const struct drm_display_mode *mode) argument
2748 drm_mode_is_420(const struct drm_display_info *display, const struct drm_display_mode *mode) argument
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c32 #include <drm/display/drm_dp_helper.h>
931 DRM_DEBUG_KMS("Force picking display port link bw %02x lane "
1923 /* Cedarview display clock gating
H A Dintel_bios.c9 #include <drm/display/drm_dp_helper.h>
/linux-master/drivers/gpu/drm/i915/
H A DMakefile40 # Support compiling the display code separately for both i915 and xe
248 display/hsw_ips.o \
249 display/i9xx_plane.o \
250 display/i9xx_wm.o \
251 display/intel_atomic.o \
252 display/intel_atomic_plane.o \
253 display/intel_audio.o \
254 display/intel_bios.o \
255 display/intel_bw.o \
256 display/intel_cdcl
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c1146 * If display is now connected check links status,
1206 u32 bit = dev_priv->display.hotplug.pch_hpd[encoder->hpd_pin];
1237 u32 bit = dev_priv->display.hotplug.hpd[encoder->hpd_pin];
H A Dhsw_ips.c33 if (i915->display.ips.false_color)
196 if (!i915->display.params.enable_ips)
210 crtc_state->pixel_rate > i915->display.cdclk.max_cdclk_freq * 95 / 100)
283 *val = i915->display.ips.false_color;
299 i915->display.ips.false_color = val;
332 str_yes_no(i915->display.params.enable_ips));
H A Di9xx_plane.c131 return dev_priv->display.fbc[INTEL_FBC_A];
275 "Unable to find suitable display surface offset due to X-tiling\n");
675 * display power wells.

Completed in 343 milliseconds

1234567891011>>