Name

drm_atomic_helper_best_encoder — Helper for drm_connector_helper_funcs ->best_encoder callback

Synopsis

struct drm_encoder * drm_atomic_helper_best_encoder (struct drm_connector * connector);
 

Arguments

connector

Connector control structure

Description

This is a drm_connector_helper_funcs ->best_encoder callback helper for connectors that support exactly 1 encoder, statically determined at driver init time.