Searched refs:supported_device (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_connectors.h | 35 uint32_t supported_device,
|
D | amdgpu_mode.h | 291 uint32_t supported_device, 295 uint32_t supported_device,
|
D | amdgpu_connectors.c | 1510 uint32_t supported_device, in amdgpu_connector_add() argument 1535 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add() 1554 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add() 1573 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()
|
D | dce_v8_0.c | 3609 uint32_t supported_device, in dce_v8_0_encoder_add() argument 3620 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add() 3652 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
|
D | dce_v11_0.c | 3672 uint32_t supported_device, in dce_v11_0_encoder_add() argument 3683 amdgpu_encoder->devices |= supported_device; in dce_v11_0_encoder_add() 3715 amdgpu_encoder->devices = supported_device; in dce_v11_0_encoder_add()
|
D | dce_v10_0.c | 3679 uint32_t supported_device, in dce_v10_0_encoder_add() argument 3690 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add() 3722 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
|
D | amdgpu_atombios.c | 238 uint32_t supported_device, in amdgpu_atombios_apply_quirks() argument
|
/linux-4.4.14/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); 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 …]
|
D | radeon_mode.h | 698 uint32_t supported_device, 708 uint32_t supported_device, 714 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
D | radeon_connectors.c | 1854 uint32_t supported_device, in radeon_add_atom_connector() argument 1887 radeon_connector->devices |= supported_device; in radeon_add_atom_connector() 1906 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector() 1925 radeon_connector->devices = supported_device; in radeon_add_atom_connector() 2332 uint32_t supported_device, in radeon_add_legacy_connector() argument 2357 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector() 2369 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
|
D | radeon_legacy_encoders.c | 1738 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()
|
D | atombios_encoders.c | 2720 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()
|
D | radeon_combios.c | 43 uint32_t supported_device);
|