i965/skl: Remove early platform support
authorBen Widawsky <benjamin.widawsky@intel.com>
Fri, 7 Aug 2015 20:58:37 +0000 (13:58 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Thu, 13 Aug 2015 23:44:42 +0000 (16:44 -0700)
commit28ed1e08e8ba98ebd4ff0b56326372f0df9c73ad
tree078c229db97abd1df7790a5102c61a357c7b4c0c
parentd9603be038b6d30f17ca7c05e60cc78100a625ac
i965/skl: Remove early platform support

We do not want bug reports from this early stepping of SKL. Few if any were ever
shipped outside of Intel to early enabling partners, and none will be sold.

There is a functional change here. If you're using new mesa on an old
kernel/libdrm, the revid will be -1, and we'll use new SKL values instead of
early ones (a hopefully irrelevant improvement IMO).

v2: Remove hunk which warned before dying. Instead, default to normal SKL
support (Ken)

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Neil Roberts <neil@linux.intel.com>
src/mesa/drivers/dri/i965/brw_device_info.c