Home
last modified time | relevance | path

Searched defs:best_encoder (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_modeset_helper_vtables.h917 struct drm_encoder *(*best_encoder)(struct drm_connector *connector); member
H A Ddrm_connector.h346 struct drm_encoder *best_encoder; member
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_connectors.c215 struct drm_encoder *best_encoder; in amdgpu_connector_update_scratch_regs() local
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_connectors.c247 struct drm_encoder *best_encoder = NULL; in radeon_connector_update_scratch_regs() local
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2956 static struct drm_encoder *best_encoder(struct drm_connector *connector) in best_encoder() function