CIRRUS_MAX_PITCH
if (fb->pitches[0] > CIRRUS_MAX_PITCH)
if (pitch > CIRRUS_MAX_PITCH)
dev->mode_config.max_width = CIRRUS_MAX_PITCH / 2;