Lines Matching full:dual
35 * DOC: dp dual mode helpers
37 * Helper functions to deal with DP dual mode (aka. DP++) adaptors.
51 * drm_dp_dual_mode_read - Read from the DP dual mode adaptor register(s)
57 * Reads @size bytes from the DP dual mode adaptor registers
115 * drm_dp_dual_mode_write - Write to the DP dual mode adaptor register(s)
121 * Writes @size bytes to the DP dual mode adaptor registers
190 * drm_dp_dual_mode_detect - Identify the DP dual mode adaptor
194 * Attempt to identify the type of the DP dual mode adaptor used.
198 * a type 1 DVI dual mode adaptor. The driver will have to use
203 * The type of the DP dual mode adaptor used
228 drm_dbg_kms(dev, "DP dual mode HDMI ID: %*pE (err %zd)\n", in drm_dp_dual_mode_detect()
235 drm_dbg_kms(dev, "DP dual mode adaptor ID: %02x (err %zd)\n", adaptor_id, ret); in drm_dp_dual_mode_detect()
250 drm_err(dev, "Unexpected DP dual mode adaptor ID %02x\n", adaptor_id); in drm_dp_dual_mode_detect()
262 * drm_dp_dual_mode_max_tmds_clock - Max TMDS clock for DP dual mode adaptor
264 * @type: DP dual mode adaptor type
268 * type of the dual mode adaptor and the DP_DUAL_MODE_MAX_TMDS_CLOCK
275 * Maximum supported TMDS clock rate for the DP dual mode adaptor in kHz.
306 …* drm_dp_dual_mode_get_tmds_output - Get the state of the TMDS output buffers in the DP dual mode …
308 * @type: DP dual mode adaptor type
348 * drm_dp_dual_mode_set_tmds_output - Enable/disable TMDS output buffers in the DP dual mode adaptor
350 * @type: DP dual mode adaptor type
407 * drm_dp_get_dual_mode_type_name - Get the name of the DP dual mode adaptor type as a string
408 * @type: DP dual mode adaptor type
411 * String representation of the DP dual mode adaptor type