Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_encoders.c86 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument
91 switch (supported_device) { in radeon_get_encoder_enum()
Dradeon_atombios.c35 uint32_t supported_device, u16 caps);
40 uint32_t supported_device);
283 uint32_t supported_device, in radeon_atom_apply_quirks() argument
295 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
304 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
312 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks()
313 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
339 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
347 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
356 if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || in radeon_atom_apply_quirks()
[all …]
Dradeon_mode.h693 uint32_t supported_device,
703 uint32_t supported_device,
709 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
Dradeon_connectors.c1835 uint32_t supported_device, in radeon_add_atom_connector() argument
1868 radeon_connector->devices |= supported_device; in radeon_add_atom_connector()
1887 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector()
1906 radeon_connector->devices = supported_device; in radeon_add_atom_connector()
2313 uint32_t supported_device, in radeon_add_legacy_connector() argument
2338 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector()
2350 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
Dradeon_legacy_encoders.c1738 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument
1748 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder()
1769 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
Datombios_encoders.c2720 uint32_t supported_device, in radeon_add_atom_encoder() argument
2731 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()
2763 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
Dradeon_combios.c43 uint32_t supported_device);