Home
last modified time | relevance | path

Searched refs:supported_device (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_atombios.c41 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
46 uint32_t supported_device, u16 caps);
52 uint32_t supported_device,
63 uint32_t supported_device);
305 uint32_t supported_device, in radeon_atom_apply_quirks() argument
317 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
326 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
334 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks()
335 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
361 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
[all …]
Dradeon_encoders.c83 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument
88 switch (supported_device) { in radeon_get_encoder_enum()
Dradeon_connectors.c1505 uint32_t supported_device, in radeon_add_atom_connector() argument
1537 radeon_connector->devices |= supported_device; in radeon_add_atom_connector()
1556 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector()
1576 radeon_connector->devices = supported_device; in radeon_add_atom_connector()
1901 uint32_t supported_device, in radeon_add_legacy_connector() argument
1926 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector()
1939 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
Dradeon.h2006 uint32_t supported_device, u16 caps);
2021 uint32_t supported_device,
2028 uint32_t supported_device,
2038 uint32_t supported_device, uint8_t dac);
2043 uint32_t encoder_enum, uint32_t supported_device);
Dradeon_legacy_encoders.c1742 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument
1752 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder()
1774 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
Datombios_encoders.c2549 uint32_t supported_device, in radeon_add_atom_encoder() argument
2560 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()
2593 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
Dradeon_combios.c47 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
55 uint32_t supported_device,
64 uint32_t supported_device);