Searched refs:CIRRUS_MAX_PITCH (Results 1 – 1 of 1) sorted by relevance
54 #define CIRRUS_MAX_PITCH (0x1FF << 3) /* (4096 - 1) & ~111b bytes */ macro131 if (fb->format->cpp[0] == 4 && fb->pitches[0] > CIRRUS_MAX_PITCH) { in cirrus_convert_to()132 if (fb->width * 3 <= CIRRUS_MAX_PITCH) in cirrus_convert_to()372 if (pitch > CIRRUS_MAX_PITCH) in cirrus_check_size()525 dev->mode_config.max_width = CIRRUS_MAX_PITCH / 2; in cirrus_mode_config_init()