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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c83 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) argument
88 switch (supported_device) {
H A 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,
317 (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
326 (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
334 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) ||
335 (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
361 if (supported_device
304 radeon_atom_apply_quirks(struct drm_device *dev, uint32_t supported_device, int *connector_type, struct radeon_i2c_bus_rec *i2c_bus, uint16_t *line_mux, struct radeon_hpd *hpd) argument
[all...]
H A Dradeon_connectors.c1505 uint32_t supported_device,
1537 radeon_connector->devices |= supported_device;
1556 if (radeon_encoder->devices & supported_device) {
1576 radeon_connector->devices = supported_device;
1901 uint32_t supported_device,
1926 radeon_connector->devices |= supported_device;
1939 radeon_connector->devices = supported_device;
1503 radeon_add_atom_connector(struct drm_device *dev, uint32_t connector_id, uint32_t supported_device, int connector_type, struct radeon_i2c_bus_rec *i2c_bus, uint32_t igp_lane_info, uint16_t connector_object_id, struct radeon_hpd *hpd, struct radeon_router *router) argument
1899 radeon_add_legacy_connector(struct drm_device *dev, uint32_t connector_id, uint32_t supported_device, int connector_type, struct radeon_i2c_bus_rec *i2c_bus, uint16_t connector_object_id, struct radeon_hpd *hpd) argument
H A 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);
H A Dradeon_legacy_encoders.c1742 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) argument
1752 radeon_encoder->devices |= supported_device;
1774 radeon_encoder->devices = supported_device;
H A Datombios_encoders.c2549 uint32_t supported_device,
2560 radeon_encoder->devices |= supported_device;
2593 radeon_encoder->devices = supported_device;
2547 radeon_add_atom_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device, u16 caps) argument
H A 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);

Completed in 115 milliseconds