Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dsoc15d.h38 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
Dnvd.h36 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
Dvid.h93 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
Dcikd.h211 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
Damdgpu_uvd.c1048 ctx->count = CP_PACKET_GET_COUNT(cmd); in amdgpu_uvd_cs_packets()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dcikd.h1679 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro