Searched refs:PACKET2 (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | nvd.h | 46 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | soc15d.h | 48 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | vid.h | 105 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | cikd.h | 223 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | sid.h | 1656 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 900 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse() 901 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse() 902 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse() 903 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse() 904 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse() 905 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse() 906 ib[h_idx + 8] = PACKET2(0); in r600_cs_common_vline_parse()
|
D | r300d.h | 63 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | r100.c | 1475 ib[h_idx + 2] = PACKET2(0); in r100_cs_packet_parse_vline() 1476 ib[h_idx + 3] = PACKET2(0); in r100_cs_packet_parse_vline() 3727 ib.ptr[2] = PACKET2(0); in r100_ib_test() 3728 ib.ptr[3] = PACKET2(0); in r100_ib_test() 3729 ib.ptr[4] = PACKET2(0); in r100_ib_test() 3730 ib.ptr[5] = PACKET2(0); in r100_ib_test() 3731 ib.ptr[6] = PACKET2(0); in r100_ib_test() 3732 ib.ptr[7] = PACKET2(0); in r100_ib_test()
|
D | rv515d.h | 203 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | nid.h | 1155 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | r100d.h | 62 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | sid.h | 1593 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | cikd.h | 1689 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | evergreend.h | 1541 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | r600d.h | 34 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|