nv50,nvc0: warn on not-explicitly-handled caps
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 7 Sep 2018 02:33:13 +0000 (22:33 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 11 Sep 2018 05:25:19 +0000 (01:25 -0400)
commit133e12fb69f7d918f9fbaed0341ab83a5d83125c
tree83725e2f1bc9c937c55a3f7d259a69f28da94f41
parente66c2158f86d798fc25555d493febc5c9e778899
nv50,nvc0: warn on not-explicitly-handled caps

Not handling caps explicitly means that we're likely getting incorrect
values -- these need to be reviewed and set appropriately.

While we're at it, add in some missing caps, and set all the subpixel
stuff to 8 as that seems to be what the blob reports.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv50_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c