Re: [PATCH 1/1] drm/mgag200: Added resolution and bandwidth limits for various G200e products.

2013-06-19 Thread J L
On 13-06-17 09:19 AM, Julia Lemire wrote: +static uint32_t mga_vga_calculate_mode_bandwidth(struct drm_display_mode * mode, + int bits_per_pixel) +{ + uint64_t active_area, total_area, pixels_per_second; + uint64_t bytes_per_pixel

[PATCH 1/1] drm/mgag200: Added resolution and bandwidth limits for various G200e products.

2013-06-19 Thread J L
On 13-06-17 09:19 AM, Julia Lemire wrote: > +static uint32_t mga_vga_calculate_mode_bandwidth(struct drm_display_mode * > mode, > + int bits_per_pixel) > +{ > + uint64_t active_area, total_area, pixels_per_second; > + uint64_t bytes