Searched refs:PACKET2 (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 104 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | cikd.h | 218 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | amdgpu_uvd.c | 887 ib->ptr[i] = PACKET2(0); in amdgpu_uvd_send_msg()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 899 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse() 900 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse() 901 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse() 902 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse() 903 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse() 904 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse() 905 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() 3722 ib.ptr[2] = PACKET2(0); in r100_ib_test() 3723 ib.ptr[3] = PACKET2(0); in r100_ib_test() 3724 ib.ptr[4] = PACKET2(0); in r100_ib_test() 3725 ib.ptr[5] = PACKET2(0); in r100_ib_test() 3726 ib.ptr[6] = PACKET2(0); in r100_ib_test() 3727 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 | radeon_uvd.c | 713 ib.ptr[i] = PACKET2(0); in radeon_uvd_send_msg()
|
D | nid.h | 1154 #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 | 1591 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | cikd.h | 1691 #define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v))) macro
|
D | evergreend.h | 1540 #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
|