i965: Remove unused devinfo revision
authorBen Widawsky <benjamin.widawsky@intel.com>
Fri, 23 Oct 2015 21:38:39 +0000 (14:38 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Sat, 24 Oct 2015 19:48:01 +0000 (12:48 -0700)
commit9ecfc6baf1c92a9050942e0f015ba4e9e2619cb9
treed589ec351b5f4e1992c9656bfe9587b3c09b1d50
parentb0342f48d07568f77cde035b861f8eb67f941ae4
i965: Remove unused devinfo revision

I left the function to obtain the revision because it is, and will continue to
be useful in the future. I'd rather not have to dig it up every time we need it.
Comments left at the implementation to say as much.

This was accidentally left here when I moved the early platform support:
commit 28ed1e08e8ba98ebd4ff0b56326372f0df9c73ad
Author: Ben Widawsky <benjamin.widawsky@intel.com>
Date:   Fri Aug 7 13:58:37 2015 -0700

    i965/skl: Remove early platform support

Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_device_info.c
src/mesa/drivers/dri/i965/brw_device_info.h
src/mesa/drivers/dri/i965/intel_screen.c