psp_gfx_commands
union psp_gfx_commands cmd; /* +28 command specific structures */
uint8_t reserved_1[864 - sizeof(union psp_gfx_commands) - 28];
if (!cmd_data || (cmd_size > sizeof(union psp_gfx_commands)) || !resp) {