Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
HDdrm_modeset_helper_vtables.h917 struct drm_encoder *(*best_encoder)(struct drm_connector *connector); member
HDdrm_connector.h346 struct drm_encoder *best_encoder; member
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_connectors.c215 struct drm_encoder *best_encoder; in amdgpu_connector_update_scratch_regs() local
/dragonfly/sys/dev/drm/radeon/
HDradeon_connectors.c247 struct drm_encoder *best_encoder = NULL; in radeon_connector_update_scratch_regs() local
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
HDamdgpu_dm.c2956 static struct drm_encoder *best_encoder(struct drm_connector *connector) in best_encoder() function