Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_atombios.c35 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
40 uint32_t supported_device, u16 caps);
46 uint32_t supported_device,
57 uint32_t supported_device);
298 uint32_t supported_device, in radeon_atom_apply_quirks() argument
310 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
319 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
327 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks()
328 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
354 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
[all …]
Dradeon_encoders.c78 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument
83 switch (supported_device) { in radeon_get_encoder_enum()
Dradeon_connectors.c1429 uint32_t supported_device, in radeon_add_atom_connector() argument
1461 radeon_connector->devices |= supported_device; in radeon_add_atom_connector()
1480 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector()
1499 radeon_connector->devices = supported_device; in radeon_add_atom_connector()
1810 uint32_t supported_device, in radeon_add_legacy_connector() argument
1835 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector()
1847 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
Dradeon_legacy_encoders.c1598 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument
1608 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder()
1629 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
Datombios_encoders.c2331 uint32_t supported_device, in radeon_add_atom_encoder() argument
2342 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()
2374 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
Dradeon_combios.c42 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
50 uint32_t supported_device,
59 uint32_t supported_device);