i965: Allocate tile aligned height
authorBen Widawsky <ben@bwidawsk.net>
Tue, 30 May 2017 11:53:55 +0000 (17:23 +0530)
committerDaniel Stone <daniels@collabora.com>
Thu, 8 Jun 2017 21:27:30 +0000 (22:27 +0100)
commit37cdcaf3864345617d5edde661fa8443ee0a2182
treea27911701ccd0049d88a99f8b7b92b390c7a14e5
parent78703881ffec1a465c04f9490f5192dc51db715b
i965: Allocate tile aligned height

This patch shouldn't actually do anything because the libdrm function
should already do this alignment. However, it preps us for a future
patch where we add in the CCS AUX size, and in the process it serves as
a good place to find bisectable issues if libdrm or kernel does
something incorrectly.

v2: Do proper alignment for X tiling, and make sure non-tiled case is
handled (Jason)
v3: Rebase (Daniel)

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/intel_screen.c