panfrost_model_cmp 136 drivers/gpu/drm/panfrost/panfrost_device.h return panfrost_model_cmp(pfdev, 0x1000) >= 0; panfrost_model_cmp 141 drivers/gpu/drm/panfrost/panfrost_device.h return !panfrost_model_cmp(pfdev, id); panfrost_model_cmp 93 drivers/gpu/drm/panfrost/panfrost_gpu.c if (panfrost_model_cmp(pfdev, 0x750) < 0) /* T60x, T62x, T72x */ panfrost_model_cmp 95 drivers/gpu/drm/panfrost/panfrost_gpu.c else if (panfrost_model_cmp(pfdev, 0x880) <= 0) /* T76x, T8xx */