Home
last modified time | relevance | path

Searched refs:PVR_BO_FW_NO_CLEAR_ON_RESET (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_gem.h56 #define PVR_BO_FW_NO_CLEAR_ON_RESET BIT_ULL(62) macro
58 #define PVR_BO_KERNEL_FLAGS_MASK (PVR_BO_CPU_CACHED | PVR_BO_FW_NO_CLEAR_ON_RESET)
H A Dpvr_fw_trace.c62 PVR_BO_FW_NO_CLEAR_ON_RESET, in pvr_fw_trace_init()
79 PVR_BO_FW_NO_CLEAR_ON_RESET, in pvr_fw_trace_init()
H A Dpvr_fw.c1472 if (!(fw_obj->gem->flags & PVR_BO_FW_NO_CLEAR_ON_RESET)) { in pvr_fw_hard_reset()