commit | 8bed5cc765ffdd61b59f8405d38b377f5a7f0920 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Jul 28 20:18:36 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Jul 30 11:08:24 2014 +1000 |
tree | 591a46504c7493df08ceb88c94b85e8e8765b900 | |
parent | e05444be705b5c7c7f85d7722b6f97f3a6732d54 [diff] |
drm/rcar-du: Fix maximum frame buffer pitch computation The maximum pitch constraint for the hardware is expressed in pixels. Convert it to bytes to validate frame buffer creation, as frame buffer pitches are expressed in bytes. Reported-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Dave Airlie <airlied@redhat.com>