Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_CRT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h56 DEVICE_TYPE_CRT, enumerator
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h132 #define DEVICE_TYPE_CRT 0x01 macro
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c809 DEVICE_TYPE_CRT, engine_id == ENGINE_ID_DACB ? 2 : 1); in bios_parser_dac_load_detection()
2219 result_device_id.device_type = DEVICE_TYPE_CRT; in device_type_from_device_id()
2224 result_device_id.device_type = DEVICE_TYPE_CRT; in device_type_from_device_id()
2327 case DEVICE_TYPE_CRT: in get_support_mask_for_device_id()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c765 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT && in construct_phy()