Searched refs:supported_device (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 86 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()
|
D | radeon_atombios.c | 35 uint32_t supported_device, u16 caps); 40 uint32_t supported_device); 282 uint32_t supported_device, in radeon_atom_apply_quirks() argument 294 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 303 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 311 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks() 312 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 338 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks() 346 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks() 355 if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || in radeon_atom_apply_quirks() [all …]
|
D | radeon_mode.h | 643 uint32_t supported_device, 653 uint32_t supported_device, 659 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
D | radeon_connectors.c | 1759 uint32_t supported_device, in radeon_add_atom_connector() argument 1792 radeon_connector->devices |= supported_device; in radeon_add_atom_connector() 1811 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector() 1830 radeon_connector->devices = supported_device; in radeon_add_atom_connector() 2205 uint32_t supported_device, in radeon_add_legacy_connector() argument 2230 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector() 2242 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
|
D | radeon_legacy_encoders.c | 1737 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument 1747 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder() 1768 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
|
D | atombios_encoders.c | 2580 uint32_t supported_device, in radeon_add_atom_encoder() argument 2591 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder() 2623 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
|
D | radeon_combios.c | 43 uint32_t supported_device);
|