Searched refs:supported_device (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_atombios.c | 41 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 …]
|
| D | radeon_encoders.c | 83 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()
|
| D | radeon_connectors.c | 1505 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()
|
| D | radeon.h | 2006 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);
|
| D | radeon_legacy_encoders.c | 1742 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()
|
| D | atombios_encoders.c | 2549 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()
|
| D | radeon_combios.c | 47 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, 55 uint32_t supported_device, 64 uint32_t supported_device);
|