Home
last modified time | relevance | path

Searched refs:processor_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device.c423 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_META; in pvr_device_gpu_init()
425 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_MIPS; in pvr_device_gpu_init()
427 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_RISCV; in pvr_device_gpu_init()
437 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_init()
450 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_init()
467 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_fini()
H A Dpvr_fw_startstop.c156 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_fw_start()
276 if (pvr_dev->fw_dev.processor_type == PVR_FW_PROCESSOR_TYPE_META) { in pvr_fw_stop()
H A Dpvr_fw.h322 u16 processor_type; member
H A Dpvr_fw.c934 if (fw_dev->processor_type == PVR_FW_PROCESSOR_TYPE_META) in pvr_fw_init()
936 else if (fw_dev->processor_type == PVR_FW_PROCESSOR_TYPE_MIPS) in pvr_fw_init()
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst35 [processor_type: <integer>, <proc type string>]