Searched refs:supported_device (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_connectors.h | 35 uint32_t supported_device,
|
| H A D | amdgpu_mode.h | 288 uint32_t supported_device, 292 uint32_t supported_device,
|
| H A D | amdgpu_connectors.c | 1533 uint32_t supported_device, in amdgpu_connector_add() argument 1561 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add() 1582 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add() 1601 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()
|
| H A D | dce_v8_0.c | 3373 uint32_t supported_device, in dce_v8_0_encoder_add() argument 3384 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add() 3416 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
|
| H A D | dce_v6_0.c | 3297 uint32_t supported_device, in dce_v6_0_encoder_add() argument 3308 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add() 3339 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
|
| H A D | dce_v10_0.c | 3485 uint32_t supported_device, in dce_v10_0_encoder_add() argument 3496 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add() 3528 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
|
| H A D | dce_v11_0.c | 3611 uint32_t supported_device, in dce_v11_0_encoder_add() argument 3622 amdgpu_encoder->devices |= supported_device; in dce_v11_0_encoder_add() 3660 amdgpu_encoder->devices = supported_device; in dce_v11_0_encoder_add()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_encoders.c | 90 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument 95 switch (supported_device) { in radeon_get_encoder_enum()
|
| H A D | radeon_atombios.c | 40 uint32_t supported_device, u16 caps); 45 uint32_t supported_device); 288 uint32_t supported_device, in radeon_atom_apply_quirks() argument 300 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 309 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 317 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks() 318 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks() 344 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks() 352 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks() 361 if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || in radeon_atom_apply_quirks() [all …]
|
| H A D | radeon_mode.h | 696 uint32_t supported_device, 706 uint32_t supported_device, 712 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
| H A D | radeon_connectors.c | 1864 uint32_t supported_device, in radeon_add_atom_connector() argument 1898 radeon_connector->devices |= supported_device; in radeon_add_atom_connector() 1917 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector() 1936 radeon_connector->devices = supported_device; in radeon_add_atom_connector() 2390 uint32_t supported_device, in radeon_add_legacy_connector() argument 2416 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector() 2428 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
|
| H A D | radeon_legacy_encoders.c | 1745 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument 1755 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder() 1776 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
|
| H A D | atombios_encoders.c | 2727 uint32_t supported_device, in radeon_add_atom_encoder() argument 2738 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder() 2770 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
|
| H A D | radeon_combios.c | 46 uint32_t supported_device);
|