i965: remove local vblank_mode option
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 7 Jul 2017 17:43:35 +0000 (18:43 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 19 Jul 2017 12:06:50 +0000 (13:06 +0100)
commitb655205ff24e22bee8348eeed37fbb1a811306d7
tree8cd152e2d293c7c232e6a566a25f358306d11674
parent3f6cc931eb4d16c4a003827148b97ef6d62ac242
i965: remove local vblank_mode option

The option is only queried from the loader, which has access to the
dri common code in src/mesa/drivers/dri/common/.

One could grant the loader access to brw_config_options but even
then, having the same option in both places is not a good idea.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/mesa/drivers/dri/i965/intel_screen.c