Home
last modified time | relevance | path

Searched refs:t_atom_type (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_replay.c755 int t_atom_type = t_atom->core_req & BASE_JD_REQ_ATOM_TYPE & ~BASE_JD_REQ_COHERENT_GROUP; in kbasep_replay_parse_payload() local
760 if (t_atom_type != BASE_JD_REQ_T) { in kbasep_replay_parse_payload()
762 "Invalid core requirement: Tiler atom not a tiler job. Was: 0x%x\n Expected: 0x%x", t_atom_type, in kbasep_replay_parse_payload()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_replay.c821 int t_atom_type = t_atom->core_req & BASE_JD_REQ_ATOM_TYPE & ~BASE_JD_REQ_COHERENT_GROUP; in kbasep_replay_parse_payload() local
826 if (t_atom_type != BASE_JD_REQ_T) { in kbasep_replay_parse_payload()
828 t_atom_type, BASE_JD_REQ_T); in kbasep_replay_parse_payload()

Completed in 4 milliseconds