Home
last modified time | relevance | path

Searched refs:DRIVER_PANFROST (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dpanfrost_gem_new.c43 fd = drm_open_driver(DRIVER_PANFROST);
59 int fd2 = drm_open_driver(DRIVER_PANFROST);
H A Dpanfrost_get_param.c44 fd = drm_open_driver(DRIVER_PANFROST);
H A Dpanfrost_prime.c44 fd = drm_open_driver(DRIVER_PANFROST);
H A Dpanfrost_submit.c91 fd = drm_open_driver(DRIVER_PANFROST);
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Ddrmtest.c203 { DRIVER_PANFROST, "panfrost" },
361 case DRIVER_PANFROST: in chipset_to_str()
H A Ddrmtest.h56 #define DRIVER_PANFROST (1 << 5) macro