Searched refs:supported_device (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 35 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 …]
|
D | radeon_encoders.c | 78 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()
|
D | radeon_connectors.c | 1429 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()
|
D | radeon_legacy_encoders.c | 1598 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()
|
D | atombios_encoders.c | 2331 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()
|
D | radeon_combios.c | 42 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, 50 uint32_t supported_device, 59 uint32_t supported_device);
|